/* CSS Noticias */
#notiPpal {
	padding: 5px;
	margin-bottom: 10px;
	overflow: hidden;
	float: left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#notiPpal h1, .notiSec h2 { margin-bottom: 0.5em; font-size: 14px; font-family: Arial, Helvetica, sans-serif;}
#notiPpal h1 a, .notiSec h2 a {
	text-decoration:none;
	color: #0067AF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#notiPpal h1 a:hover { background: #EEE; }
#notiPpal img {
	background: #CCC;
	float: left;
	margin: 0 5px 5px 0;
	height: 90px;
	width: 160px;
}
.notiSec {
	padding: 5px;
	float:left;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 370px;
	font-size: 11px; 
}
#tresCol .notiSec {
	font-size: 0.85em;
	border-top: 4px solid #286C9A;
	float:left;
	width: 375px;
}
#notiSecIzq {
	float:left;
	width: 375px;
	font-size: 11px; 
margin-bottom: 10px;
}
#notiPpal,  #notiSecIzq { border-bottom: 1px solid #0067AF;}
#notiSecDrch {
	float:left;
	width: 360px;
	font-size: 11px; 
margin-bottom: 10px;
}
#notiSecIzq img, #notiSecDrch img {
	background: #EEE;
	height: 90px;
	width: 160px;
	margin: 0.5em 0;
}
#buscador {
	color: #FFF;
	background: #0067AF;
	padding:2px 3px 3px 3px;
	border: 2px solid #0C4E83;
	margin-bottom: 10px;
	width: 540px;
}
#buscador span { /* filtros del buscador */
	color: #FFF;
	background-color:#0C4E83;
	display:block;
	padding:3px;
}
/*******************
PAGINACION
*******************/
.paginacion {
	padding:3px;
	margin:3px 15px;
	text-align:center;
	/*	clear:both;*/
	color: #036CB4;
	height: 20px;
	clear: both;
}
.paginacion a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #CCC;
	text-decoration: none;
	color: #036CB4;
}
.paginacion a:hover, .paginacion a:active {
	border: 1px solid #999;
	color: #CCC;
}
.paginacion .current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #286C9A;
	font-weight: bold;
	background-color: #286C9A;
	color: #FFF;
}
.paginacion .disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #CCC;
	color: #CCC;
}
/**********************
VISUALIZADOR FOTOS 
***********************/
#visualizadorFotos {
	background-color: #EEE;
	border: 1px solid #286C9A;
	padding: 5px 3px 0 3px;
	text-align:center;
	margin-bottom: 15px;
	overflow:hidden;
	width: 500px;
}
#visualizadorFotos img { height: 218px; }
/**************************
EVENTOS Y SPONZORIZACIONES
***************************/
.evento {
	float: left;
	width: 270px;
	margin-bottom: 20px;
	overflow:visible;
	border-top: 1px solid #6295B8;
	padding-top: 10px;
font-size: 11px;
}
.fechaEvento {
	background: #FFF url(../imagenes/fd_fecha-eventos.jpg) left top no-repeat;
	width: 41px;
	height: 50px;
	overflow: hidden;
	padding: 9px 0 0 0;
	text-align:center;
	float:left;
	margin-right: 8px;
font-size: 11px;
}
.mesEvento {
	color: #FFF;
	font-weight: bold;
	line-height: 18px;
	font-size: 14px;
	overflow:hidden;
}
.diaEvento {
	color: #036;
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
	overflow:hidden;
}
.detalle {
	color: #036;
	font-weight: bold;
	width: 75px;
	display:block;
	float:left;
font-size: 12px;
}
.detalleEvento {
	float:left;
	/*width: 200px;*/
	display:inline;
font-size: 12px;
}
.detalleEvento ul {
	padding-left: 0;
	margin: 0;
}
.detalleEvento ul li {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	line-height: 14px;
	margin-bottom: 5px;
	height: 14px;
	overflow: visible;
	float: left;
	width:  200px;
}
.nombre {
	font-weight: bold;
	font-size: 14px;
}
#colIzqEvento {
	float:left;
	width: 220px;
	display:inline;
	overflow: visible;
	margin-right: 10px;
}
#colDrchEvento {
	float:left;
	width: 220px;
}
.fechaNoti {
	background: url(../imagenes/img_arrow_fecha.png) left top no-repeat;
	padding-left: 12px;
	color: #0067AF;
	font-size: 11px;
}
