@charset "iso-8859-1";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	vertical-align:left;
	text-decoration: none;
	color: #333333;
	}

.textos {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-align: left;
	text-decoration: none;
}
.titulo_noticia_portada {
	font-family: Comic Sans MS;
	font-size: 12px;
	font-style: italic;
	line-height: bold;
	text-align:center;
	vertical-align:top;
	color: #000000;
	width:189px;

}
.resumen_noticia_portada {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	vertical-align:middle;
	color: #000000;
	margin-top: 0px; 
    margin-right: 0px; 
    margin-bottom: 0px; 
    margin-left: 20px; 

}
.titulo_noticia_interior {
	font-family: Comic Sans MS;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	vertical-align:middle;
	color: #1A549D;

}
.categoria_noticia_interior {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	line-height: normal;
	vertical-align:middle;
	color: #669900;

}
.resumen_noticia_interior {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	vertical-align:middle;
	color: #000000;

}
.texto_noticia_interior {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color: #000000;

}
.titulo_galeria_interior {
	font-family: Comic Sans MS;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	vertical-align:middle;
	color: #1A549D;

}
.paginado_total {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	vertical-align:middle;
	color: #000000;

}
.paginado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	vertical-align:middle;
	color: #000000;

}
.linea_sup {
	background-image: url(../img/sup.jpg);
	background-repeat:  repeat-x;
	height: 10px;
	margin-top: 1px;
}
.linea_izq {
	background-image: url(../img/lado_izq.jpg);
	background-repeat:  repeat-y;
	width: 12px;
}
.linea_der {
	background-image: url(../img/derecho.jpg);
	background-repeat:  repeat-y;
	width: 12px;
}
.linea_abajo {
	background-image: url(../img/inferior.jpg);
	background-repeat:  repeat-x;
	height: 10px;
}

.linea_segmentada {
	border-bottom: 1px dotted #FECB00;
}

/* ESTILOS ORIGINALES */

.normal {  font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-size: 10px}
.normal2 {  font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-size: 12px}
.normal3 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none; color: #000000}
.normal4 {  font-family: Arial, Helvetica, sans-serif; ; italic; font-size: text-decoration: none; 14px}
.tabla {  font-family:  Arial, Helvetica, sans-serif; font-size: 9px}
.tabla2 {  font-family: Arial, Helvetica, sans-serif; font-size: 10px}
.link  {  font-family: Verdana, Helvetica, sans-serif; font-size: 10px; text-decoration: none; color: #000000}
.link1  {  font-family: Arial, Helvetica, sans-serif; font-size: 10px}
.link2  {  font-family: Verdana, Helvetica, sans-serif; font-size: 10px; text-decoration: none; color: #333399}
.link3  {  font-family: Verdana, Helvetica, sans-serif; font-size: 10px; text-decoration: none; color: #333399; font-weight: bold}
.titulos1 {  font-family: Arial, Helvetica, sans-serif; font-size: 20px; color: #333399; font-weight: bold}
.titulos2 {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #333333}
.titulos3 {  font-family: Arial, Helvetica, sans-serif; font-size: 12px}
.titulos4 {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #666666}


/* ESTILOS LIGHTBOX */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(imagenes/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(imagenes/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="imagenes/overlay.png", sizingMethod="scale");
	}
	

