/*NOTICIAS*/
/*comentarios*/
.lst_cometarios {	
}

.lst_comentarios .usuario{
	color:#505050;
	padding-bottom:8px;
	font-size: 0.9em;
	display:block;
}

.btn_comentarios {
	font-weight:bold;
	font-size:0.85em;
	color:#505050;
	overflow:hidden;
	float: left;
	margin-bottom:8px;
	clear: both;
}
* html .btn_comentarios { 
 	height:1%;
}

.comentar {
	background:url(/img/ico_bocadillo_peq.gif) no-repeat left;
	padding-left:20px;
	height:15px;
	line-height:15px;

}

.btn_comentarios li{
	float:left;
	border-right:1px solid #505050;
	padding-right:10px;
	padding-left:10px;
	height:15px;
	line-height:15px;

}

.btn_comentarios li.ulti {
	border-right:none;
}


/*AGENDA*/
.lst_agenda li .tit_agenda {
	position: relative;
	padding:3px 0px;
	margin-bottom: 10px;
}
.lst_agenda li .tit_agenda p{
	height: 12px;
	padding: 5px 5px 7px 5px;
	border: 1px solid #ccc;
	font-weight: bold;
	color: #666;
	margin-bottom: 0px;
}
* html .lst_agenda li .tit_agenda p{
	height: 12px;
	padding: 5px 5px 5px 5px;
	margin-bottom: 0px;
}
.lst_agenda li .tit_agenda span{
	background: url("/img/ico_agenda.gif") no-repeat right 0px;
	display:block;
	height: 32px;
	position:absolute;
	top:0px;
	right:0px;
	width: 33px;
	margin-right: 5px;
}

/*NOTAS DE PRENSA*/
.lst_notas .lst_datos {
	float: left;
}
.lst_notas .lst_datos li{
	float: left;
	margin-right: 10px;
}

/*BLOGS*/
.lst_blogs li {
	margin-bottom: 10px;
	border: 1px solid #dadada;
	overflow:hidden;
}
* html .lst_blogs li {
	height:1%;
	
}
.lst_blogs li a{
	display: block;
	cursor:pointer;
	margin: 5px;
	padding-left:95px;
	padding-right:20px;
	padding-top:10px;
	height: 80px;
}
* html .lst_blogs li a{

}
* html .lst_blogs li a.urkullu:hover{
	background: #dadada url("/img/blog_urkullu.jpg") no-repeat bottom; 
}
.lst_blogs li a.urkullu{
	background: #dadada url("/img/blog_urkullu.jpg") no-repeat bottom; 
}
.lst_blogs li a.erkoreka{
	background: #dadada url("/img/blog_erkoreka.jpg") no-repeat bottom; 
}
* html .lst_blogs li a.erkoreka:hover{
	background: #dadada url("/img/blog_erkoreka.jpg") no-repeat bottom; 
}
.lst_blogs li a.ortuzar{
	background: #dadada url("/img/blog_ortuzar.jpg") no-repeat bottom; 
}
* html .lst_blogs li a.ortuzar:hover{
	background: #dadada url("/img/blog_ortuzar.jpg") no-repeat bottom; 
}
.lst_blogs li a span.titulo{
	font-weight:bold;
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 1.1em;
	display: block;
}
.lst_blogs li a span{
	
}

.lst_blogs li a:hover span{
	color: #7d9320;
}

.lst_blogs li .lnk_ir{
	clear:both;
	display: block;
	text-align: right;
	padding-bottom: 4px;
} 

/*CALENDARIO*/

.pag_meses{
	font-weight: bold;
	display: block;
	height: 16px;
	line-height: 16px;
	padding: 1px;
	border: 1px solid #ccc;
	margin:2px;
}

.pag_meses li{
	float: left;
}

.pag_meses li.izq{
	float: left;
}

.pag_meses li.centre{
	width: 89%;
	text-align: center;
}

.pag_meses li.dcha{
	float: right;
}

.pag_meses li a{
	height: 16px;
	line-height: 16px;
	width: 16px;
	text-align: center;
	background: #cccccc;
	display: block;
}

.pag_meses li a:hover{
	color: #ffffff;
}


.pag_meses{
	
}

.tbl_calendar {
	border:1px solid #ccc;
	margin:3px;
	padding:3px;
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:20px;
	background:#ebebeb;
}

.tbl_calendar a{  
	display:block;		
	padding:2px; 
}

.tbl_calendar a:hover{  
  color:#fff;
  background:#9ebb25;
}

.tbl_calendar .selec {
  color:#fff;
  background:#9ebb25;
}

.tbl_calendar .oculto {
	display:none;
}
.tbl_calendar caption {
	display:none;
}

.tbl_calendar th {
	height:20px;
	background:#fff;
	text-align:center;
   color:#9ebb25;
	width:50px;	
}

.tbl_calendar td {
	color:#fff;	
  text-align:center;	
  	padding:2px; 
}


.tbl_calendar td.festivo a{  
  color:#d50707;
}

.tbl_calendar td.festivo a:hover{  
  color:#fff;
}

