/************************************************************************************
//Fichero: bpctextremadura.css
//Descripción: Maquetación CSS
//Autor: MCR
//************************************************************************************/

/****************************************
/* ESTILOS GENERALES
*****************************************/

* {
	margin: 0;
	padding: 0;	
	outline: 0 !important;
}

html, body {
	margin: 0;
	padding: 0;
	color: #333333;	
  font-family: Verdana,Arial,Helvetica,sans-serif; 	 	      
  background-color: #fff;
	height: 100%;
	width: 100%; 	 	      
}

a:link{
	color: #0B1D7A;
	text-decoration:none;
}

a:visited{
	color: #0B1D7A;
	text-decoration:none;	
}

a:hover{
	color: #0B1D7A;
	text-decoration:underline;
}

a:active{
	color: #0B1D7A;
	text-decoration:none;
}


h2 {
	font-family: century gothic, Tahoma, Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #0B1D7A;
	text-align:center;
	letter-spacing:1px;
}

h3 {
	font-family: century gothic, Tahoma, Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #0B1D7A;
	letter-spacing:1px;
}

.separador_vacio {
	clear: both;
}

.separador {
	clear: both;
	height: 4px;
}

.separador_grande {
	clear: both;
	height: 10px;
}

.derecha{
	text-align:right;	
	letter-spacing:1px;
	clear: both;
}

.MSG {
	font-size:9pt;
	width:500px;
	text-align:center;
	background-color: #FFFFFF;
	font-weight: bold;
	border: 1px dashed #8DA2B1;
	margin:0px auto 20px auto;
	padding:5px;
	color: #8DA2B1;
}

.MSGError{
	font-size:9pt;
	width:500px;
	text-align:center;
	background-color: #FFFFFF;
	font-weight: bold;
	border: 1px dashed #FC1E2D;
	margin:0px auto 20px auto;
	padding:5px;
	color: #FC1E2D;
}

/****************************************
/* CONTENIDOS
*****************************************/

#fondo {
	width: 100%;
	height: 100%;	
	background-image: url(../img/fondo.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#contenedor { 
	width: 912px;
	margin: 0px auto;	
	float: none;		
}

#contenido {
	width: 912px;
	margin: auto;
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	float: left;
}

#cabecera {
	width: 912px;
	height: 200px;
	margin: 10px 0 30px 0;	
	outline: 0 !important;
}

#accesos-directos a,#accesos-directos img {
	border: none !important;
	margin-bottom: 4px;
}

/****************************************
/* ZONA IZQUIERDA
*****************************************/

#zona-izq {
	width: 253px;
	min-height: 500px;
	margin-right: 10px;
	float: left;		
}

#zona-izq .zona-menu {
	width: 253px;
	min-height: 300px;
	background-image: url(../img/menu.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	background-position: top left;
}

#zona-izq .zona-destacados {
	width: 253px;
	min-height: 370px;
	background-image: url(../img/destacados.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#zona-izq .zona-destacados .titulo-zona {
	width: 243px;
	height: 28px;
	float: left; 	
	font-family: Helvetica,Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
	color: #708090;
	line-height: 28px;
	padding-left: 22px;
	margin-bottom: 10px;
}

#zona-izq .zona-destacados .imagen {
	width: 230px;
	height: 120px;
	float:left;
	padding-left:10px;
	padding-bottom:10px;
}

#zona-izq .zona-destacados .imagen img {
	width: 100%;
	height: 100%;
	border:1px solid #ccc;
}

#eventos-portada {
	width: 230px;	
	padding-left:10px;
	padding-bottom:10px;	
}

#eventos-portada .evento-destacado {
	width: 230px;
	padding-bottom: 6px;	
	margin-bottom: 10px;
	clear: both;
	float: left;
	border-bottom: 1px dotted #ccc;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;	
}

#eventos-portada .evento-destacado .fecha-destacado {
	width: 50px;
	min-height: 50px;
	overflow: hidden;
	float: left;
}

#eventos-portada .evento-destacado .info-destacado {
	width: 180px;
	min-height: 50px;		
	float: left;
}

#eventos-portada .bloquefecha {
	text-align: center;
	width: 50px;
	font-family: Arial;
}

#eventos-portada .dia {
	font-size: 20px;
	position: relative;
	top: -5px;
	color: #B50000;
}

#eventos-portada .mes {
	font-size: 12px;
	color: #696969;
}

#eventos-portada .ano {
	font-size: 12px;
	position: relative;
	top: -10px;
	color: #a5a5a5;
}

/****************************************
/* ZONA DERECHA
*****************************************/

#zona-dcha {
	width: 649px;
	min-height: 500px;
	float: left;
	display: block;
	margin-bottom: 10px;
	text-align: justify;		
}

#zona-dcha .zona-mapa {
	width: 330px;
	height: 300px;
	float: left;
	margin-right: 20px;
}

#zona-dcha .titulo-mapa {
	font-size: 18px;
	color: #D6006E;
	font-weight: bold;
	line-height: 14px;
	border-bottom: 1px solid #D6006E;
	margin-bottom: 6px;	
}

#zona-dcha .el-mapa {	
	width: 330px;
	height: 280px;
	background-color: #da3038;
	float: left;
}

#zona-dcha .zona-agenda {
	width: 367px;
	height: 300px;
	float: left;
	text-align: justify;		
}

#zona-dcha .titulo-agenda {
	font-size: 18px;
	color: #C4AC06;
	font-weight: bold;
	line-height: 14px;
	border-bottom: 1px solid #C4AC06;
	margin-bottom: 6px;	
}

#zona-dcha a {
	text-decoration: none;
}

#zona-dcha a:hover {
	text-decoration: underline;
}

#zona-dcha .titulo-zona {
	width: 627px;
	height: 29px;
	padding-left: 22px;	
	background-image: url(../img/titulo-zona.jpg);
	float: left; 
	color: #708090; 
	line-height: 29px;
	font-family: Helvetica,Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;		
}

#zona-dcha .idiomas {
	width: 639px;
	height: 20px;
	float: left; 
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #708090; 
	line-height: 20px;
	padding-right: 10px;
	text-align:right;	
}

#zona-dcha .idiomas a{
	color: #708090; 	
	text-decoration:none;
}

#zona-dcha .idiomas a:hover{
	color: black; 	
	text-decoration:none;
}
 
#zona-dcha .centro-zona {
	width: 629px; 
	background-image: url(../img/centro-zona.jpg); 
	background-repeat: no-repeat;
	padding: 10px;
	float: left;
	min-height: 250px;
}
 
#zona-dcha .centro-zona-portada {
	width: 649px; 
	background-image: url(../img/centro-zona.jpg); 
	background-repeat: no-repeat;	
	float: left;
	min-height: 250px;
}

#zona-dcha .pie-zona {
	width: 649px;
	height: 11px;
	background-image: url(../img/pie-zona.jpg); 
	float: left;
} 

/****************************************
/* NOTICIAS
*****************************************/
.fecha-blue {
	width: 60px;
	height: 40px;
	background-image: url(../img/fechablue.jpg);
	overflow: hidden;
	float: left;
	margin-left:-12px;
	padding-left: 20px;
}

.info-blue {
	width: 334px;	
	min-height: 40px;		
	float: left;
	margin-left: 10px;
	text-align: left;	
}

.mexplayo {
	float: left;
	width: 412px;
}

.info-blue2 {
	width: 548px;	
	min-height: 40px;		
	float: left;
	margin-left: 10px;
	text-align: left;		
}

.mexplayo2 {
	float: left;
	width: 626px;
}

.bloqueblue {
	text-align: center;
	width: 80px;
	font-family: Arial;
}
.diablue {
	font-size: 20px;
	padding-top:10px;
	color: #fff;
	float: left;
	width: 30px;
	height: 40px;
	font-weight: bold;
	display: block;
}
.mesblue {
	font-size: 10px;
	color: #fff;
	float: left;
	width: 30px;
	height: 10px;
	padding-top: 10px;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
}
.anoblue {
	font-size: 10px;
	color: #fff;
	float: left;
	width: 30px;
	height: 20px;
	text-align: left;
	font-weight: bold;
}

.ver-todas {
	width: 617px;
	height: 20px;
	float: left;	
	background-color: #eceff5;
	margin: 12px 0 4px 0;	
	padding: 6px;
	border: 1px solid #d1d8e0;		
}

.ver-todas-izq {
	font-family: century gothic, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003873;
	font-weight: normal;
	float: left;
}

.ver-todas-dcha {
	font-family: century gothic, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003873;
	font-weight: normal;
	text-align: right;	
	float: right;
}

.bloque-noticia {
	width: 629px;
	float: left;
}

.bloque-noticia ol{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin-left:40px;
	font-size: 11px;
}

.bloque-noticia ul {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin-left:40px;
	font-size: 11px;
}

.bloque-noticia li {
	color: #666666;
	text-align: justify;
	margin-top: 14px;
}

.noticia{
	text-align:justify;
	float:left;
	width:629px;
}

.noticia-izq{
	text-align:justify;
	float:left;
	width:400px;
}

.noticia-dch{
	width:220px;
	float:right;			
	background-color: #f0f0f0;
	padding: 10px 0 10px 0;
}

.separa-contenido {	
	height: 1px;
	border-top:1px dashed #CCCCCC;
	margin: auto;
	clear:both;
}

.separa-noticias {	
	width: 629px;
	height: 1px;
	float: left;
	background-color: #CCCCCC;
	margin: 12px 0 10px 0;
	clear: both;
}

.separa-noticias-corto {	
	width: 400px;
	height: 1px;
	float: left;
	background-color: #CCCCCC;
	margin: 12px 0 10px 0;
	clear: both;
}

.titular {
	font-family: Helvetica, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0B1D7A;
	font-weight: bold;
}

.subtitular {
	font-family: Helvetica, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #949494;
	font-weight: normal;
}

.fecha {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #949494;
	font-weight: bold;
}

.resumen {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: justify;
	margin-top: 14px;
}

.masnews {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0B1D7A;	
}

.masnews a {
	color: #003873;
}

.masnews a:hover {
	color: #003873 !important;
	text-decoration: underline;
}

.otrosnews {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #0B1D7A;
}

.otrosnews a {
	color: #003873;
}

.otrosnews a:hover {
	color: #003873 !important;
	text-decoration: underline;
}

.fotonoticia {
	width:198px;
	height: 175px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-bottom: 6px;
	margin-right: 8px;
	float: right;
}

.videonoticia {
	width:198px;
	height: 175px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-bottom: 6px;
	margin-right: 8px;
	float: right;	
}

.listado .fotonoticia,.listado .videonoticia{	
	margin-left: 10px !important;
	margin-right: 0 !important;	
}

.fotonew {
	width:195px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}

.fotonew:hover {
	border: 1px solid #709bcb;
}

.mininew {
	width:50px;
	height: 50px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	float: left;
	margin: 0 8px 8px 7px;
}

.mininew:hover{
	border: 1px solid #709bcb;
}

.foto {
	border: 1px solid #CCCCCC;
	padding: 4px;
	float: left;
	margin-left: 8px;
	margin-bottom: 8px;
	margin-top: 8px;
}

.thumbs{
	float: left;
	width: 90px;
	height: 90px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #ccc;
	padding: 1px;
}

.archivos div.fichero {
	margin-left: 10px;	
}

.archivos div.fichero a{
	font-size: 10px;
	display: block;
	color: #003873;
	text-decoration: none;
	min-height: 25px;
	padding-left: 30px;
	padding-right: 15px;
	cursor: pointer;
	margin-top: 5px;
}

.archivos div.documentos a{
	font-size: 12px !important;
}

.archivos div.fichero a:hover{
	color: #0b1d7a;
	text-decoration: underline;
}
.pdf{
	background: url(../ficheros/imagenes/mimetypes/pdf_mini.gif) no-repeat left;
}

.rar{
	background: url(../ficheros/imagenes/mimetypes/rar_mini.png) no-repeat left;
}

.doc,.docx{
	background: url(../ficheros/imagenes/mimetypes/doc_mini.png) no-repeat left;
}

.zip{
	background: url(../ficheros/imagenes/mimetypes/zip_mini.png) no-repeat left;
}

.xls,.xlsx{
	background: url(../ficheros/imagenes/mimetypes/xls_mini.gif) no-repeat left;
}

.ftxt{
	background: url(../ficheros/imagenes/mimetypes/txt_mini.gif) no-repeat left;
} 

.titulo-asociado {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	text-align: left;
	margin: 4px 0 16px 10px;	
}

.ficheros {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: left;
	margin-top: 14px;
}

.ficheros a:link, .ficheros a:active, .ficheros a:hover, .ficheros a:visited{
	border:none;
	text-decoration:none !important;
}

.ficheros img{
	border: none !important;
	text-decoration:none !important;
}

.ficheros img:hover{
	border: 1px solid #709bcb;
	text-decoration:none !important;
}

.videos{
	width:100%;
	float:left;
}

.videos .texto{
	float:right;
	width:305px;
	text-align:left;
	font-size:12px;
}

.videos span{
	font-family: Helvetica, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0B1D7A;
	font-weight: bold;
}

.videos p{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: left;
	margin-top: 14px;
}

/****************************************
/* OTRAS HISTORIAS
*****************************************/

#zona {
	width: 490px;	
	margin: 30px 0 0 100px;
	float: left;
	min-height: 500px;
}

#zona p {
	font-size: 10px;
}

/****************************************
/* PIE
*****************************************/

#pie {
	width: 100%;
	height: 100px;	
	float: left;
	background-color: #333;		
	margin-top: 10px;
}

.pie-logos {
	width: 912px;
	height: 100px;	
	background: url(../img/logos_pie.jpg) no-repeat bottom right;			
	margin: auto;
	font-family: Helvetica, Geneva, Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #ffffff;
}


.pidi{
	width: 110px;
	height: 60px;
	float:right;
	margin-right:20px;
	margin-top:18px;
	cursor:pointer;
}

.rce{
	width: 80px;
	height: 60px;
	float:right;
	margin-right:1px;
	margin-top:18px;
	cursor:pointer;
}

.iasp{
	width: 125px;
	height: 60px;
	float:right;
	margin-right:1px;
	margin-top:18px;
	cursor:pointer;
}

.quesero {
	color: #ffffff !important;
}

.quesero:hover {
	text-decoration:underline;
	color: #ffffff !important;
}

.apte{
	width: 125px;
	height: 60px;
	float:right;
	margin-right:1px;
	margin-top:18px;
	cursor:pointer;
}

.bittacora{		
	width: 70px;
	color:silver !important;
	text-decoration: none;	
	clear: both;	
	background-image: url(/img/enlace-externo.png);
	background-position: right center;
	background-repeat: no-repeat;	
	padding-right: 15px;		
}	

.bittacora:hover {
	text-decoration: line-through;
}







/****************************************
/* FORMULARIO
*****************************************/

#contacto {
	margin: auto; 
	text-align: center;
	width: 500px;
	padding: 12px;
}

#contacto {
	margin:0;
	padding:0;
}

#contacto table {
	width: 500px;
	margin: 10px auto;
	font-size: 12px;
	text-align:left;
}

.ftext{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	padding:1px;
	border:1px solid #708090;
	width: 350px;
	margin-bottom: 4px;
}

#contacto textarea {
	border:1px solid #708090;	
	width: 450px;	
	height:150px;
}

.fboton{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color:#0B1D7A;
	text-align: center;
	padding:5px;
	margin-left:5px;
	margin-right:5px;
	cursor:pointer;
	font-weight:bold;
	border:1px solid #0B1D7A;
	margin-top: 10px;
}

select{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	max-width:400px;
	text-align:justify;
}

option{
	padding-left:5px;
	padding-right:5px;
	text-align:justify;
}

/****************************************
/* OTROS
*****************************************/

.bloque {
	width: 629px;
	float:left;
}

.titulo{
	font-family: century gothic, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0B1D7A;
	font-weight: bold;
	text-align:justify;
}

.subtitulo {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-align:justify;
}

.texto {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: justify;
	margin-top: 14px;
}

.bloque ol, .bloque ul {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin-left:40px;
	font-size: 12px;
}

.bloque li {
	color: #000;
	text-align: justify;
	margin-top: 14px;
}

.bloque-izq{
	text-align:left;
	float:left;
	width:200px;
}

.bloque-dch{
	width:420px;
	text-align:left;
	float:right;
}

.bloque-izq ol, .bloque-dch ul {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin-left:40px;
	font-size: 12px;
}

.bloque-izq li, .bloque-dch li {
	color: #000;
	text-align: justify;
	margin-top: 14px;
	margin-left:25px;
}

.album{
	float:left;
	width:395px;
	border-left:1px solid #CCCCCC;
	border-right:5px solid #709bcb;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	padding:8px;
	margin-top:5px;
	margin-bottom:5px;
}

.album .imagen{
	float:left;
	width:60px;
	height:60px;
	text-align:center;
}

.album .imagen img {
	width:50px;
	height: 50px;
	border: 1px solid #CCCCCC;
	padding: 3px;
}

.album .imagen img:hover{
	border: 1px solid #709bcb;
}

.album .texto{
	float:right;
	width:320px;
}

/****************************************
/* PAGINADOR
*****************************************/

div.pagination {
	font-family:Verdana,Tahoma,Arial,Helvetica,Sans-Serif;
	font-size: 11px;
	text-align:center;
	padding:4px 6px 4px 0;
	background-color:#fff;
	color:#fff;
	text-decoration:none;
}

div.pagination a {
	color:#0B1D7A;
	text-decoration:none !important;
	padding:5px 3px 4px 5px;
	margin:0 3px 0 3px;
	border:1px solid #ccc;
}

div.pagination a:hover, div.pagination a:active {
	color:#fff;
	border:1px solid #ccc;
	background-color:#1079af;
	text-decoration:none !important;
}

div.pagination span.current {
	padding:5px 6px 4px 5px;
	margin:0 3px 0 3px;
	border:1px solid #ccc;
	font-weight:bold;
	color:#fff;
	background-color:#0B1D7A;
}

div.pagination span.disabled {
	display:none;
}

/****************************************
/* CALENDARIO Y AGENDA
*****************************************/	

.eventor {
  width: 630px;
  min-height: 50px;  
  border-bottom: 1px dotted #8da2b1;  
  float: left;
  margin-bottom: 10px;
}

.fichafecha {
  padding: 0 10px 10px 10px;	
  width: 50px;
  height: 50px;
  margin-right: 10px;  
  float:left;
  overflow: hidden;  
}

.fichadatos {
  padding: 10px;	
  width: 520px;
  float:left;
  border-left: 1px dotted #8da2b1;  
}

.postdate {
	position: relative;
	width: 66px;
	height: 60px;
	float: left;
}

.month, .day, .year {
	position: absolute;
	text-indent: -1000em;
	background-image: url(/img/fechas.png);
	background-repeat: no-repeat;
}

.month { top: 10px; left: 0; width: 33px; height: 30px;}
.day { top: 30px; left: 0; width: 33px; height: 30px;}
.year { bottom: 0; right: 13px; width: 20px; height: 60px;}

.m-01 { background-position: 0 0px;}
.m-02 { background-position: 0 -30px;}
.m-03 { background-position: 0 -62px;}
.m-04 { background-position: 0 -94px;}
.m-05 { background-position: 0 -125px;}
.m-06 { background-position: 0 -155px;}
.m-07 { background-position: 0 -185px;}
.m-08 { background-position: 0 -217px;}
.m-09 { background-position: 0 -248px;}
.m-10 { background-position: 0 -279px;}
.m-11 { background-position: 0 -310px;}
.m-12 { background-position: 0 -341px;}

.d-01 { background-position: -51px 0;}
.d-02 { background-position: -51px -27px;}
.d-03 { background-position: -51px -57px;}
.d-04 { background-position: -51px -91px;}
.d-05 { background-position: -51px -122px;}
.d-06 { background-position: -51px -151px;}
.d-07 { background-position: -51px -185px;}
.d-08 { background-position: -51px -214px;}
.d-09 { background-position: -51px -249px;}
.d-10 { background-position: -51px -275px;}
.d-11 { background-position: -51px -309px;}
.d-12 { background-position: -51px -338px;}
.d-13 { background-position: -51px -373px;}
.d-14 { background-position: -51px -404px;}
.d-15 { background-position: -51px -436px;}
.d-16 { background-position: -51px -462px;}
.d-17 { background-position: -100px 2px;}
.d-18 { background-position: -100px -27px;}
.d-19 { background-position: -100px -57px;}
.d-20 { background-position: -100px -91px;}
.d-21 { background-position: -100px -122px;}
.d-22 { background-position: -100px -151px;}
.d-23 { background-position: -100px -185px;}
.d-24 { background-position: -100px -214px;}
.d-25 { background-position: -100px -249px;}
.d-26 { background-position: -100px -275px;}
.d-27 { background-position: -100px -309px;}
.d-28 { background-position: -100px -338px;}
.d-29 { background-position: -100px -373px;}
.d-30 { background-position: -100px -404px;}
.d-31 { background-position: -100px -436;}

.y-2009 { background-position: -150px 0;}
.y-2010 { background-position: -150px -60px;}
.y-2011 { background-position: -150px -120px;}
.y-2012 { background-position: -150px -180;}
.y-2013 { background-position: -150px -240px;}
.y-2014 { background-position: -150px -300px;}

#calendario{
	display: block;
	text-align: right;
}

#calendario span{
	width: 12px; 
	padding-left: 0px; 
	padding-right: 0px; 	
	margin: 0px;
	text-align: center !important;
}

.dianormalevento {
	margin: 0 !important;
	padding: 0 !important;
}

#calendario img a {
	margin: 0 !important;
	padding: 0 !important;	
}

#calendario .titcal {
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	margin-bottom: 5px;
}

#calendario .titcal a{
	text-decoration: none;
	color: #666666;
}

#calendario .titcal a:hover {
	text-decoration: none;
	color:  #0B1D7A;
}

#calendario img {
	text-decoration: none;
	border:none;
}

.eventitulo {
  padding-top: 10px; 
  float:left;
  min-height: 50px;
  vertical-align: middle;
  width: 540px;
  margin-bottom: 10px;
  clear: right;  
}

.eventitulin {
  padding-top: 10px; 
  float:left;
  min-height: 50px;
  vertical-align: bottom;
  width: 320px;
  margin-bottom: 10px;
  clear: right;
}

/****************************************
/* AVISO LEGAL
*****************************************/

.aviso{
	width:100%;
	height:100%;
}	

/* FIN */