/* CSS Document */
body
{
margin:0 auto;
padding:0px;
font-family:Trebuchet ms,Verdana;
}

#fondo
{
position:absolute;
top:0px;
left:0px;
z-index:1;
width:100%;
height:500px;
background:url(../imagenes/fondo.jpg) no-repeat center top;
}

#cuerpo
{
position:absolute;
top:0%;
left:50%;
margin-left:-432px;
width:863px;
height:820px;
z-index:20;
background:url(../imagenes/cuerpo.jpg) no-repeat center top;
}

#menu {
	position:absolute;
	left:296px;
	top:122px;
	width:489px;
	height:15px;
	z-index:21;
}

#idioma {
	position:absolute;
	left:637px;
	top:165px;
	width:172px;
	height:17px;
	z-index:22;
}
