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

#MenuIzquierdo {
	z-index: 2;
	visibility: visible;
	position: relative;
	height : auto;
}

/***********************************************/
/* BANNER                  */
/***********************************************/

#BannerDentro {
	height:auto;
	z-index:102;
	overflow: visible;
	visibility: visible;
}

#BannerTitular {
	margin: 2px;
	padding: 2px;
	text-align: left;
	width: auto;
	z-index: 9;
	font-weight: bold;
	color: #000000;
	background-color: #DDDDDD;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#BannerResumida {
	padding: 4px;
	position: relative;
}
#Cierra {
	padding: 1px;
	text-align: center;
	width: auto;
	float: right;
	height: 16px;
}
#CapaBanner {
	width: 46em;  /* este ancho creará un contenedor que cabrá en una ventana de navegador 800px si el texto se deja con los tamaños de fuente predeterminados del navegador */
	margin: 0 auto;
}
#DivContenido {
	font-size: 93%;
	line-height: 16px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;

}
.LineaBajoFecha {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #022B84;
}


#Flechitas {
	float: left;
	z-index: 11;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#FlechaPrimera {
	float: left;
	width: auto;
	position: relative;
}
#Flechaizda {
	float: left;
	width: auto;
	position: relative;
}
#Flechacentro {
	float: left;
	width: auto;
	position: relative;
}
#FlechaDcha {
	float: left;
	width: auto;
	position: relative;
}
/***********************************************/
/* Contador                  */
/***********************************************/
.contador {
	width: 125px;
	float: right;
	margin-right: 4px;
	height: 14px;
}
.Frameregistro {
	height: 36px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	margin-bottom: 6px;

}

#dentroframe {
}

/***********************************************/
/* Tamaños de letra para los Titulares de las Noticias                  */
/***********************************************/

.TituPequena {
	font-size: 100%;
}
.TituMediana {
	font-size: 125%;
}
.TituGrande {
font-size: 150%;
}
.TituMuyGrande {
font-size: 200%;
}
.TituExtraGrande {
font-size: 250%;
}

/***********************************************/
/* OCULTAR SALTAR NAVEGACION                */
/***********************************************/
.mensaje{position:absolute;top:0;left:0;z-index:-100;visibility:hidden}
