@charset "utf-8";
/* CSS Document */
*{
	padding:0px;
	margin:0px;
}
p{
	margin-bottom:10px;
}

/*--------------------------------------------------------CABECERA---------------------------------------------------------*/
#caja-cabecera{
width:900px;
height:69px;

}
#caja_menu_secundario{
width:180px;
height:30px;
margin-left:720px;
background-image:url(/css/img/fondo-menu-secundario.jpg);
background-repeat:no-repeat;
}
#caja_menu_principal{
width:900px;
height:32px;
float:left;
}
/*------------------------------------------------------FIN CABECERA---------------------------------------------------------*/

/*------------------------------------------------------------PIE-------------------------------------------------------------------*/
.caja_pie{
	width:900px;
	height:35px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color:#F00;
	border-bottom-color:#F00;
	display:block;
	background-color:#39F;
}
#caja-pie-principal{
	width:900px;
	height:32px;
	float:left;
	margin-top:10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color:#F00;
	border-bottom-color:#F00;
	text-align:center;

}
#caja-pie-secundario{
width:266px;
height:32px;
float:left;
}
/*---------------------------------------------------------FIN PIE---------------------------------------------------------*/

