@charset "utf-8";
/* CAPAS TOTALES DEL INCLUDE */
/* Pertenecen a las capas que contienen los contenidos 
del home principal, son las capas dinámicas*/
#c1 {
	position:absolute;
	text-align:center;
	left:0px;
	top:380px;
	width:100%;
	height:220px;
	z-index:3;
}
#c2 {
	position:absolute;
	text-align:center;
	left:0px;
	top:380px;
	width:100%;
	height:220px;
	z-index:2;
}
#c3 {
	position: absolute;
	text-align:center;
	left:0px;
	top:380px;
	width:100%;
	height:220px;
	z-index:1;
}
/*-------------------------------------------*/
/*-------------------------------------------*/
/*		MENUI SUPERIOR A LAS CAPAS			 */
/*-------------------------------------------*/
/*-------------------------------------------*/

#nav {
	margin: 0px;
	padding: 0px;
	height: 25px;/*30*/
	list-style: none;
	/*	display: inline; */
	overflow: hidden;
	width:780px;
	float:left;
	background-image: url(../imagenes/fndo_nav.jpg);
	background-repeat:  repeat-x;
	background-position: bottom;
}

#nav ul {
		padding-left: 0;
		margin: 0;
}

#nav li {
	margin: 0; 
	padding: 0;
	list-style: none;
	display: inline;
}

#nav a, #nav ul li strong {
	float: left;
	overflow: hidden;
	height: 0px !important;
	height /**/:25px; /* for IE5/Win only */
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0px;
}

#nav ul li strong {
	background-position: 0 -78px;
}
	
#nav #selected {
	background-position: 0 -26px;
}

#nav a:hover {
	background-position: 0 -52px;
}

#pantalla a, #pantalla strong {
	width: 110px;
	background: url(../imagenes/nav_pantalla.jpg) top left no-repeat;
	margin-right: 10px;
	margin-left: 10px;
}

#informes a, #informes strong {
	width: 140px;
	background: url(../imagenes/nav_informacion.jpg) top left no-repeat;
	margin-right: 10px;
}

#noticias a, #noticias strong {
	width: 130px;
	background: url(../imagenes/nav_noticias.jpg) top left no-repeat;
	margin-right: 10px;
}

/*-------------------------------------------*/
/*-------------------------------------------*/
/*					FIN						 */
/*-------------------------------------------*/
/*-------------------------------------------*/

/*-------------------------------------------*/
/*-------------------------------------------*/
/*		CONTENEDOR DE LAS CAPAS				 */
/*-------------------------------------------*/
/*-------------------------------------------*/

div.contenedor{
	height: 220px;
	width: 780px;
	display: block;
	background-image: url(../imagenes/fndo_capas_home.jpg);
	background-repeat:   repeat-x;
	background-position: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009900;
	background-color: #FFFFFF;
}

/*-------------------------------------------*/
/*-------------------------------------------*/
/*					FIN						 */
/*-------------------------------------------*/
/*-------------------------------------------*/

/*-------------------------------------------*/
/*-------------------------------------------*/
/*					PANTALLA				 */
/*-------------------------------------------*/
/*-------------------------------------------*/
#divpantalla{
	background-image: url(../imagenes/fndo_div_pantalla.jpg);
	background-position: top;
	background-repeat:  repeat-x;
	height: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#divpantalla p{
	margin: 0px;
	padding: 0px;
}
#divpantalla a{
	color: #003399;
}
#divpantalla a:hover{
	color: #0066FF;
}
#divpantalla #nroremate{
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: left;
	margin-left: 10px;
	margin-top: 20px;
	float: left;
	font-weight: bold;
}
#divpantalla #tele{
	float: right;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#divpantalla #fecha{
	float: left;
	width:520px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 15px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: left;
}
#divpantalla #desc{
	float: left;
	width: 350px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-top: 0px;
	margin-left: 10px;

}
#divpantalla #desc a{
	color: #000099;
	margin: 0px;
	padding: 0px;

}
#divpantalla #desc a:hover{
	color: #0033FF;

}
#divpantalla #cabezas{
	float: left;
	width: 350px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #003366;
	margin-top: 15px;
	margin-left: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-weight: bold;

}
/*-------------------------------------------*/
/*-------------------------------------------*/
/*					INFORMES				 */
/*-------------------------------------------*/
/*-------------------------------------------*/

#divinformes{
	height: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#divinformes p{}
#divinformes a{}
#divinformes a:hover{}

/*-------------------------------------------*/
/*-------------------------------------------*/
/*					NOTICIAS				 */
/*-------------------------------------------*/
/*-------------------------------------------*/

#divnoticias{
	height: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#divnoticias p{}
#divnoticias a{}
#divnoticias a:hover{}
#telefonos {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

