<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("menu.css");
@import url("submenu.css");
@import url("rotulo.css");
@import url("titulos.css");

@import url("formularios.css");

body, html {
	width:100%;
	height: 100%;
	margin:0;
	padding:0;
}

body, td, div, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
#tabla {
	width: 669px;
	height: 100%;
}
#header {
	position: relative;
	width: 100%;
	height: 242px;
	background-image:url(../images/header.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
#body {
	position: relative;
	width: 100%;
	height: 100%;
	background-color:#FFFFFF;
}
#web {
	position: reletive;
	width: 649px;
	/* height: 100%; &lt;--- en caso de querer que se expanda al 100% de alto, eliminar comentarios */
	background-color:#009933;
}

#menu {
	position: relative;
	width: 100%;
	height:32px; 
	background-image:url(../images/menu_bk.gif);
	background-position:left top;
	background-repeat:repeat-x;
}

#cnt {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #EBEBEB;
	background-image:url(../images/web_right.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#cnt .cnt {
	position: relative;
	width: 100%;
	height: 100%;
	background-image:url(../images/web_left.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-bottom: 36px;
}

#lateral {
	position: relative;
	width: 173px;
}
#ribete {
	margin-top:14px;
	margin-left:9px;
	width: 150px;
	background-color: #d3d3d3;
	background-image:url(../images/lateral_ribete_bottom.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
}
#ribete2 {
	margin-top:4px;
	margin-left:9px;
	width: 150px;
	background-color: #d3d3d3;
	background-image:url(../images/lateral_ribete_bottom.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
}
#ribete3 {
	margin-top:4px;
	margin-left:9px;
	width: 150px;
	background-color: #C00000;
	background-image:url(../images/lateral_ribete_bottom_03.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
}
#ribt {
	width: 150px;
	background-image:url(../images/lateral_ribete_top.gif);
	background-position:center top;
	background-repeat:no-repeat;
	text-align:left;
	padding-top:8px;
	padding-bottom:1px;
}
#ribt2 {
	width: 150px;
	background-image:url(../images/lateral_ribete_top.gif);
	background-position:center top;
	background-repeat:no-repeat;
	text-align:left;
	padding-top:6px;
	padding-bottom:1px;
}
#ribt3 {
	width: 150px;
	background-image:url(../images/lateral_ribete_top_03.gif);
	background-position:center top;
	background-repeat:no-repeat;
	text-align:left;
	padding-top:6px;
	padding-bottom:1px;
}
#ribt .titulo {
	background-image:url(../images/unoticias.gif);
	background-position:left middle;
	background-repeat:no-repeat;
	height: 22px;
	width: 109px;
	margin-bottom:5px;
	margin-left:5px;
}
.boxBottom {
	position: relative;
	width: 140px;
	margin-left:5px;
	margin-bottom:5px;
	background-color: #FFFFFF;
	background-image:url(../images/lateral_bottom.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
}
.boxTop {
	position: relative;
	width: 140px;
	background-image:url(../images/lateral_top.gif);
	background-position:center top;
	background-repeat:no-repeat;
}
.boxBottom3 {
	position: relative;
	width: 140px;
	margin-left:5px;
	margin-bottom:5px;
	background-color: #FFFFFF;
	background-image:url(../images/lateral_bottom_03.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
}
.boxTop3 {
	position: relative;
	width: 140px;
	background-image:url(../images/lateral_top_03.gif);
	background-position:center top;
	background-repeat:no-repeat;
}
.boxTop .fechaB {
	position: relative;
	color: #7e746b;
	font-weight:bold;
	padding-left:10px;
	padding-top: 7px;
	margin-left: 10px;
	margin-bottom:10px;
	background-image:url(../images/date_bullet.gif);
	background-position:left 10px;
	background-repeat:no-repeat;	
}
.boxTop .tituloB {
	position: relative;
	color: #CC0000;
	font-weight:bold;
	margin-left: 10px;
	text-decoration: none;
}
.boxTop .contentB {
	margin-left: 10px;
	color: #7e746b;
	padding-bottom:5px;
	text-decoration: none;
}
#lateral .logos {
	text-align: center;
	display: block;
}

#contenido {
	position: relative;
	width: auto;
	padding-right: 13px;
}
.tituloC {
	position: relative;
	width: 100%;
	height: 76px;
	background-image:url(../images/adorno.gif);
	background-position:left 33px;
	background-repeat:no-repeat;
}
.content_lt {
	position: relative;
	background-image:url(../images/content_lt.gif);
	background-position: left top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width: 100%;
}
.content_rt {
	background-image:url(../images/content_rt.gif);
	background-position: right top;
	background-repeat:no-repeat;
	width: 100%;
}
.content_lb {
	background-image:url(../images/content_lb.gif);
	background-position: left bottom;
	background-repeat:no-repeat;
	width: 100%;
}
.content_rb {
	background-image:url(../images/content_rb.gif);
	background-position: right bottom;
	background-repeat:no-repeat;
	width: 100%;
}
.content {
	padding: 10px;
	padding-top:20px;
}
.content td {
	color: #7e746b;
}
.fotos img {
	background-color:#FFFFFF;
	display: block;
	padding:2px;
	border: 1px solid #c4c4c4;
	margin-right: 10px;
	margin-bottom: 10px;
}
.content .titular {
	position: relative;
	font-weight: bold;
	color: #CA261D;
	display: block;
}
.content .titular a {
	font-weight: bold;
	color: #CA261D;
	text-decoration:none;
}
.content .titular a:hover {
	color: #7e746b;
}
.content .entradilla {
	position: relative;
	margin-top:5px;
	margin-bottom:10px;
	color: #7e746b;
	text-align: justify;
	display: block;
	border-top: 1px dotted #c4c4c4;
	height: auto;
}
.content .cuerpo {
	margin-top:5px;
	color: #7e746b;
	text-align: justify;
	border-top: 1px dotted #c4c4c4;
}
.content .cuerpo img {
	position: relative;
	border: 1px solid #CA261D;
	background-color: #EEEEEE;
	margin: 4px;
	padding: 1px;
}
.enlace {
	padding-top: 6px;
	padding-bottom:2px;
	padding-left: 12px;
	background-image:url(../images/punto.gif);
	background-position:left 8px;
	background-repeat:no-repeat;
}
.url {
	margin-bottom: 14px;
}
.url a{
	color: #cc0000;
}
.url a:hover {
	text-decoration: none;
}
#footer {
	position: relative;
	background-color: #FFFFFF;
	height: 20px;
	background-image:url(../images/logo_footer.gif);
	background-position:left 4px;
	background-repeat:no-repeat;
	padding-left: 160px;
	padding-top: 15px;
	padding-bottom: 30px;
}
#footer a {
	color: #cc0000;
	font-size: 11px;
}
.creditos {
	position: relative;
	float: right;
	top:1px;
	right:1px;
}
.login {
	margin:10px;
	padding:10px;
	border: 1px solid #C3261F;
	background-color: #ebebeb;
}
.login_user {
	position: relative;
	top: 5px;
	left: 0;
	border: 1px solid #CA261D;
	margin:10px;
	margin-right: 20px;
	height: 20px;
	width: 300px;
	text-align: right;
}
.login_userBox {
	position: absolute;
	top:0;
	left:0;
	z-index: 1000;
	background-color: #FFFFFF;
	filter: Alpha(Opacity=80);
	-moz-opacity: 0.8;
	height: 20px;
	width: 300px;
}
.login_userText {
	position: absolute;
	top:0;
	left:0;
	color: #CA261D;
	font-weight:bold;
	height: 20px;
	width: 300px;
	line-height: 20px;
	text-align: center;
	z-index: 2000;
}
.login_user a {
	color: #CA261D;
	text-decoration:underline;
}
.icono_descarga {
	position: relative;
	padding:0;
	padding-top:4px;
	padding-bottom:10px;
	text-align: center;
}
#catalogo {
	position: relative;
	display: block;
}
#catalogo .catalogoId {
	position: relative;
	display: block;
	margin-bottom: 10px;
	border-bottom: 1px solid #7E746B;
	margin-bottom: 20px;
}
#catalogo .icono_descarga {
	background-color: #FFFFFF;
}
#catalogo .titulo {
	position: relative;
	display: block;
	font-weight: bold;
	color: #CA261D;
	font-size: 12px;
}
#catalogo .subtitulo {
	position: relative;
	display: block;
	font-weight: bold;
	color: #7E746B;
	background-image:url(../images/date_bullet.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left: 10px;
	text-decoration: none;
}
#catalogo .subtitulo:hover {
	position: relative;
	display: block;
	font-weight: bold;
	color: #7E746B;
	background-image:url(../images/date_bullet.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left: 10px;
	text-decoration: underline;	
}
#catalogo .textos {
	position: relative;
	color: #7E746B;
	padding-bottom:2px;
	border-bottom: 1px dotted #c4c4c4;
	margin-bottom: 10px;
	display: block;
}
#catalogo .imagenes {
	position: relative;
	margin:0;
	margin-bottom: 10px;
	padding:0;
	padding:6px;
	height:auto;
	display: block;
}
#catalogo .imagenes ul {
	position: relative;
	height:inherit;
	display: block;
	margin:0;
	padding:0;
	float:none;
}
#catalogo .imagenes li {
	position: relative;
	list-style:none;
	display: inline;
	height:auto;
}
#catalogo .imagenes li img {
	position: relative;
	border: 1px solid #7E746B;
	margin: 1px;
}
.fecha {
	color: #7E746B;
	font-weight:bold;
}
.paginador1 {
	margin-bottom:10px;
	color: #7E746B;
	border-bottom: 1px dotted #c4c4c4;
}
.paginador2 {
	margin-top:10px;
	color: #7E746B;
	border-top: 1px dotted #c4c4c4;
}
.paginador1 .flechas a, .paginador2 .flechas a {
	font-size: 12px;
	font-weight:bold;
	color: #7E746B;
	text-decoration:none;
	margin:2px;
}
.paginador1 .flechas a:hover, .paginador2 .flechas a:hover {
	color: #CA261D;
}

.boxTop .contentC {
	color: #7e746b;
	padding-bottom:5px;
	text-decoration: none;
}</pre></body></html>