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

.fondo_laterales {
	margin: auto;
	clear: both;
	width: 1100px;
	height: 100%;
	background-repeat: repeat;
}
.contenedor_pagina {
	background-color: #3055A5;
	margin: auto;
	clear: both;
	width: 900px;
}
.cabecera {
	height: 130px;
	width: 900px;
}
.indentmenu{
	width: 900px;
	margin: auto;
	height: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #12213F;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}
.foto_especiales {
	background-color: #FFF;
	height: 80px;
	width: 160px;
	margin-top: 25px;
	margin-left: 18px;
	float: left;
	border: 1px solid #011E6C;
}

.botonera {
	margin: auto;
	height: 26px;
	width: 900px;
	background-color: #000;
}
.contenedor_especiales {
	width: 900px;
	height: 232px;
	padding-top: 15px;
	background-image: url(../img/general/Fondo-especiales.jpg);
	background-color: #000;
	background-repeat: no-repeat;
}
.separador_top {
	background-image: url(../img/general/separador_bottom.jpg);
	height: 12px;
	width: 900px;
}

.especiales {
	height: 212px;
	width: 199px;
	margin-left: 21px;
	float: left;
	background-image: url(../img/general/especiales.jpg);
}



.indentmenu ul li{
	display: inline;

}

.indentmenu ul li a{
	color: #FFF;
	text-decoration: none;
	float: left;
	padding-top: 5px;
	padding-right: 11px;
	padding-bottom: 5px;
	padding-left: 11px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #2F55A6;
}

.indentmenu ul li a:visited{
	color: #FFF;
}

.indentmenu ul li a:hover, .indentmenu ul li, .current{
	color: #FFF !important; /*color del texto del elemento seleccionado y activo*/
	padding-top: 6px; /*movimiento de texto hacia abajo 1px para el elemento seleccionado y activo*/
	padding-bottom: 4px;
	background-position: left bottom;
	background-repeat: repeat;
	background-color: #3055A5;
}
.cuerpo {
	margin: auto;
	width: 900px;
}
.texto {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-repeat: repeat;
}
.texto_padding {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	line-height: 23px;
	text-decoration: underline;
	text-align: center;
}

.texto_encabezados {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
}
.ultimas_noticias {
	background-color: #12213F;
	height: 26px;
	width: 900px;
	text-align: center;
}
