<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* { margin:0px; padding:0px;}
.clear {clear:both;}
p {margin-bottom:10px;}
a img{ border:none;}
ul{list-style:none; padding:0px; margin:0px;}
/* */
body { line-height:18px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:100%; font-size:13px;}

/* generales */
#interface {
	display:block;
	width:940px;
	margin:0px auto; margin-top:60px;
	color: #333; font-size:13px;
}
#izda {
	display:block;
	width:512px;
	float:left;
	margin-right:10px;
}
/* DCHA */
#dcha {
	display:block;
	width:417px;
	float:left;
	margin-top:80px;
}
#dcha h1 { border-top:2px solid #ccc; border-bottom:2px solid #ccc; color:#C50063; margin-bottom:20px; padding:20px 0px; font-weight:normal;}
#dcha h1 strong{ color:#6B0034; font-weight:normal;}
#dcha ul li{ display:block; margin-bottom:10px;}
	
div.boton {
	display:block;
	text-align:center;
	width:395px;
	cursor:pointer;
	/*background:url(../images/fondo-boton.png) transparent no-repeat top left;*/
	background: #CCC; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#F7F7F7) to(#D3D3D3)); /*old webkit*/
    background: -webkit-linear-gradient(#F7F7F7, #D3D3D3); /*new webkit*/
    background: -moz-linear-gradient(#F7F7F7, #D3D3D3); /*gecko*/
    background: -ms-linear-gradient(#F7F7F7, #D3D3D3); /*IE10*/
    background: -o-linear-gradient(#F7F7F7, #D3D3D3); /*opera 11.10+*/
    background: linear-gradient(#F7F7F7, #D3D3D3); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#F7F7F7, #D3D3D3); /*PIE*/
	border: 1px solid #DB5B9A;
	border-radius:10px;
    behavior: url(PIE.htc);
	padding:8px 10px;
	margin:20px 0px 20px 0px;
	position:relative;zoom:1
}
div.boton a {
	text-decoration:none;
	font-weight:bold;
	color:#000;
	font-size:15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

div.boton:hover a { color:#C50063;}

/* Listado PDF */
div.listado-pdf {}

div.listado-pdf ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
div.listado-pdf ul li {
	background:url(../images/ico-pdf.png) transparent no-repeat top left;
	padding:2px 2px 2px 25px;
	font-weight:bold;
	margin-bottom:5px;
}
div.listado-pdf ul li a { text-decoration:none; color:#000; height:17px;}

/* Noticias Destacadas */
div#noticias-destacadas { background-color:#F6F6F6; padding:10px; width:940px; color:#666666;}

div#noticias-destacadas a{ text-decoration:none; color:inherit;}

div#noticias-destacadas .noticia {display:block; border-bottom:1px solid #666; padding-bottom:5px; margin-bottom:10px; display:block; float:left; margin-right:10px; width:440px; background-color:#FFF; padding:10px; height:265px;}

div#noticias-destacadas .noticiaGr { display:block; border-bottom:1px solid #666; padding-bottom:5px; margin-bottom:10px; display:block; float:left; margin-right:10px; width:917px; background-color:#FFF; padding:10px; height:auto;}

div#noticias-destacadas .titular {
	border-bottom:2px solid #C60063; padding-bottom:5px;
	font-weight:bold; font-size:17px;
	margin-bottom:10px;
	color:#000;
}

div#noticias-destacadas .titular-noticia {
	padding-bottom:5px;
	font-weight:bold; font-size:14px;
	text-transform:uppercase;
	margin-bottom:10px;
	color:#000;
	width:auto;}

/* PIE */
#pie { margin-top:20px; border-top:1px solid #CCC; padding-top:10px;}
#pie a{ color:#666666; text-decoration:none;}
#pie a:hover{ text-decoration:underline;}

/* FORMULARIO */
form{ display:block; border:0px;}
form fieldset{ border:0px;}
form fieldset label{ display:block; margin:0px 0px 10px 0px;}
form fieldset label span{ display:block;  margin:0px 10px 10px 0px;}

form fieldset label span.nobreak{ display:inline;}

form fieldset label input{ font-size:13px; display:block; background-color:#CCC; color:#FFF; padding:5px; color:#000; border:0px; width:240px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; behavior: url(PIE.htc);
}

form#formulario label span{ display:block; font-weight:bold;}
form#formulario label input, form#formulario label textarea{ display:block; width:90%;}

form#formulario label.lbllargo span{ width:auto; display:block; float:left;}
form#formulario label.lbllargo input#chklopd{ width:50px; display:block; float:left;}


/* ENVIAR */
.botonEnviar {
	border:none;
	display:block;
	text-align:center;
	width:155px;
	padding:8px 10px;
	margin:20px 0px 20px 0px;
	cursor:pointer;
	text-decoration:none;
	font-weight:bold;
	color:#000;
	font-size:15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;/*background:url(../images/fondo-boton-enviar.png) transparent no-repeat top left;*/
	background: #CCC; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#F7F7F7) to(#D3D3D3)); /*old webkit*/
    background: -webkit-linear-gradient(#F7F7F7, #D3D3D3); /*new webkit*/
    background: -moz-linear-gradient(#F7F7F7, #D3D3D3); /*gecko*/
    background: -ms-linear-gradient(#F7F7F7, #D3D3D3); /*IE10*/
    background: -o-linear-gradient(#F7F7F7, #D3D3D3); /*opera 11.10+*/
    background: linear-gradient(#F7F7F7, #D3D3D3); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#F7F7F7, #D3D3D3); /*PIE*/
	border: 1px solid #DB5B9A;
	border-radius:10px;
    behavior: url(PIE.htc);
}

.botonEnviar:hover { color:#C50063;}

/* USUARIO CONECTADO */
#conectar{ display:block; width:417px; display:block; margin-bottom:10px; height:40px;}
#conectar .nombre-usuario{ display:block; float:left; width:417px; padding-right:10px;}

#conectar .salir{ float:right; margin-top:-20px; background-color:#FFF; }

#conectar .salir a{ background: url(../images/ico-salir.png) transparent no-repeat top left; padding-left:30px; text-decoration:none; padding-top:5px; padding-bottom:5px; color:inherit; font-weight:bold;}
#conectar .salir:hover a{ color:#C70163;}

/* Listado Descarga */
div.listado-descarga { margin-bottom:20px;}
div.listado-descarga ul { list-style:none; padding:0px; margin:0px;}
div.listado-descarga ul li {
	background:url(../images/ico-descarga.png) transparent no-repeat center left;
	padding:2px 2px 2px 20px; font-weight:bold; margin-bottom:0px;
}
div.listado-descarga ul li.titular { background:url(../images/fondo-titular-listado.png) transparent repeat-x top left; padding:1px 2px 7px 5px; font-weight:bold; margin-bottom:5px; color:#C60063;}
div.listado-descarga ul li a { text-decoration:none; color:#000; height:15px;}
div.listado-descarga ul li a:hover{ color:#C60063;}
/* LISTADO NORMAL */
ul.listado-normal li a{  color:#C60063; text-decoration:none;}
p.error{color:#C00; font-weight:bold;}
p.destacado{color:#C50063; font-weight:bold;}

/* EUSKERA */
.euskera{ color: #954B6F;}

/* IDIOMAS */
#selec-idioma{ width:417px; text-align:right; position:relative; top:-30px; display:block; margin-bottom:-20px;}
#selec-idioma ul{ margin:0; padding:0px; float:right;}
#selec-idioma ul li{ display:block; float:left; margin-right:10px;}
#selec-idioma ul li a{ color:inherit;}

 
/* CSS para la animación y localización de los DIV de cookies */
 
@keyframes desaparecer
{
0%		{bottom: 0px;}
80%		{bottom: 0px;}
100%		{bottom: -50px;}
}
 
@-webkit-keyframes desaparecer /* Safari and Chrome */
{
0%		{bottom: 0px;}
80%		{bottom: 0px;}
100%		{bottom: -50px;}
}
 
@keyframes aparecer
{
0%		{bottom: -38px;}
10%		{bottom: 0px;}
90%		{bottom: 0px;}
100%		{bottom: -38px;}
}
 
@-webkit-keyframes aparecer /* Safari and Chrome */
{
0%		{bottom: -38px;}
10%		{bottom: 0px;}
90%		{bottom: 0px;}
100%		{bottom: -38px;}
}
#cookiesms1:target {
    display: none;
}
.cookiesms{	
	width:100%;
	height:243px;
	margin:0 auto;
	padding-left:1%;
        padding-top:5px;
        font-size: 1.2em;
	clear:both;
        font-weight: strong;
color: #333;
bottom:0px;
position:fixed;
left: 0px;
background-color: #FFF;
opacity:0.7;
filter:alpha(opacity=70); /* For IE8 and earlier */
transition: bottom 1s;
-webkit-transition:bottom 1s; /* Safari */
-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
z-index:999999999;
}
 
.cookiesms:hover{
bottom:0px;
}
.cookies2{
background-color: #FFF;
display:inline;
opacity:0.95;
filter:alpha(opacity=95);
position:absolute; 
left:1%; 
top:-30px;
font-size:15px;
height:30px;
padding-left:25px;
padding-right:25px;
-webkit-border-top-right-radius: 15px;
-webkit-border-top-left-radius: 15px;
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
border-top-right-radius: 15px;
border-top-left-radius: 15px;
-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
}
 
/* Fin del CSS para cookies */
 </pre></body></html>