@charset "utf-8";
/* CSS Document */

#baseindex {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #cccccc;
}
#baseindex #cabecera {
	color: #FFF;
	width: 1000px;
	background-color: #cccccc;
	height: 75px;
	background-image: url(Espanol/images/textoportadaindex.png);
	background-repeat: no-repeat;
}

#baseindex #contenedorindex {
	background-color: #cccccc;
	height: 300px;
	width: 900px;
	background-image: url(Espanol/images/imagenportada.jpg);
}
#baseindex #menu_horizontal {
	background-color: #cccccc;
	height: 125px;
	width: 1000px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#baseindex #menu_horizontal #espanol {
	height: 125px;
	width: 300px;
	float: right;
	font-family: "Humnst777 Cn BT";
	font-size: 22px;
	text-align: left;
}
#baseindex #menu_horizontal #ingles {
	height: 125px;
	width: 300px;
	float: right;
	font-family: "Humnst777 Cn BT";
	font-size: 22px;
	text-align: center;
}


#baseindex #pie_pagindex {
	background-color: #cccccc;
	height: 20px;
	width: 1000px;
	text-align: center;
	color: #444;
}
