@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------INICIO BODY---------------------------------------------------------*/
body{
background-image:url(img/body-portada.jpg);
background-repeat:repeat-x;
margin-top:0px;
}
#todo{
	position:absolute;
	left:50%;
	margin-left:-450px;
	width:900px;
}
/*-------------------------------------------------------FIN BODY---------------------------------------------------------*/
#contenedor{
width:900px;
height:600px;
background-color:#CCCCCC;
}
/*-----------------------------------------------------SECCION CENTRAL-------------------------------------------------------*/
#caja-central{
width:900px;
height:389px;
margin-top:20px;
}
#sombras_decorativas{
width:900px;
height:45px;
float:left;
background-image:url(/imagenes/comunes/sombras-decorativa-inicio.png);
background-repeat:no-repeat;
}
#caja-izquierda{
	width:263px;
	height:289px;
	padding-top:100px;
	padding-left:40px;

	float:left;
	background-image:url(/css/img/fondo_index_col_dechajpg.jpg);
	background-repeat:repeat-x;
	
	}
#sitio_aenor{
	width:65px;
	height:110px;
	margin-top:50px;
	margin-left:90px;
	
	}

#caja-derecha{
	width:597px;
	height:390px;
	float:left;

}
/*------------------------------------------------------FIN SECCION CENTRAL---------------------------------------------------------*/

