body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	background-color: #000000;
}
h1, h2, h3, h4 {
	font-weight:normal;
}

html, body {
	width: 100%;
	text-align: left;
}
#container{
	width: 1024px;
	height: 768px;
}
#fondo_logo{
	position: absolute;
	width: 100%;
	height: 100%;
}
#idiomas {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 20;
}
#idiomas ul li#spanish a {
	position: absolute;
	display: block;
	float: left;
	top: 384px;
	left: 200px;
	width: 332px;
	height: 22px;
	background: url(css_img/sp.gif) repeat top left;
}
#idiomas ul li#english a  {
	position: absolute;
	display: block;
	float: left;
	top: 416px;	
	left: 200px;
	width: 332px;
	height: 22px;
	background: url(css_img/sp.gif) repeat top left;
}
#idiomas ul li#spanish a:hover, #idiomas ul li#english a:hover{
	background: url(css_img/flecha.png) no-repeat 5px 5px;
}

