@charset "UTF-8";
#contenedor{
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#enlaces{
	height: 35px;
	width: 890px;
	color: #EA6E24;
	float: right;
	padding-top: 15px;
	padding-right: 10px;
}
#cabecera{
	float: right;
	height: 250px;
	width: 900px;
}
#logo{
	float: left;
	height: 250px;
	width: 538px;
}
#banner{
	float: right;
	height: 250px;
	width: 362px;
	background-image: url(../imagenes/ninos.jpg);
	background-repeat: no-repeat;
}
#contenido{
	float: left;
	height: auto;
	width: 900px;
	background-image: url(../imagenes/linea.jpg);
	background-repeat: repeat-y;
	margin-top: 20px;
}
#cajaizda{
	float: left;
	height: auto;
	width: 200px;
	font-weight: bold;
}
#menu{
	float: left;
	height: auto;
	width: 184px;
}
#liston{
	float: right;
	height: 25px;
	width: 16px;
	background-image: url(../imagenes/punto.jpg);
	background-repeat: no-repeat;
}
#cajadcha{
	float: right;
	height: auto;
	width: 700px;
}
#titulo{
	float: right;
	height: 40px;
	width: 660px;
	background-image: url(../imagenes/punto_naranja.jpg);
	background-repeat: no-repeat;
	background-position: 5px 11px;
	color: #E96C24;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#ruta{
	float: right;
	width: 680px;
	height: 15px;
	color: #E66C22;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: underline;
}
#cuerpo{
	height: auto;
	width: 700px;
	float: right;
}
#texto{
	float: left;
	height: auto;
	width: 380px;
	padding: 10px;
}
#imagen{
	float: right;
	height: auto;
	width: 280px;
	padding: 10px;
}
#pie{
	float: right;
	height: auto;
	width: 898px;
	background-image: url(../imagenes/pix_pie.jpg);
	background-repeat: repeat-y;
	border: 1px solid #FF9900;
	color: #EA6E22;
	margin-top: 5px;
	margin-bottom: 5px;
}
#bajo{
	float: right;
	width: 900px;
	height: 103px;
	background-image: url(../imagenes/pix.jpg);
	background-repeat: repeat-x;
	margin-top: 10px;
}

