#noticias_eventos {
	width:507px;
	height:270px;
	margin:0 auto;
	position:absolute;
	top:5px;
	left:0px;
	background-color:#CCCCCC;
	background:url(../img/fondo_noticias_eventos.jpg);
	}
	 
#paneles_noticas_eventos {
	        overflow:hidden;
	        /* fix ie overflow issue */
	        position:absolute;
			top:5px;
			left:5px;
	        width:497px;
	        height:260px;
			/*background-color:#990000;*/
	       
	}
	
#leyenda_notica_evento{
	position:absolute;
	background-color:#990000;
	width:490px;
	height:60px;

	top:200px;
	left:4px;
/*clip: rect(0,490px,80px,0);

	

	/*filter:alpha(opacity=50);

opacity: .50;
-moz-opacity: .50;*/
	background:url(../img/eventos_noticias/fondoleyenda.png);
	
}
	 
	/* eliminar estilos de lista, width: ancho del elemento x total de elementos */
#paneles_noticas_eventos ul {
	        position:relative;
	        left:0;
	        top:0;
	        list-style:none;
	        margin:0;
	        padding:0;
	      
	}
	 
	/* ancho del elemento; en este caso es un gif de 250x250px */
#paneles_noticas_eventos li {
	        width:250px;
	        height:250px;
	        float:left;
	}
	 
#paneles_noticas_eventos  img {
	position:absolute;
	top:3px;
	left:4px;
	}
	 
	/* estilo para los botones "anterior" y "siguiente" */
#botones {
	        padding:0 0 5px 0;
	        float:right;
	}
	 
#botones a {
	        display:block;
	        width:31px;
	        height:32px;
	        text-indent:-999em;
	        float:left;
	        outline:0;
	}
	 
a#anterior {
	position:absolute;
	background:url(../img/eventos_noticias/atras.png)  no-repeat;
	width:40px;
	height:49px;
	left: 2px;
	top: 4px;
	border-right:2px #CC0000 solid;
	_width:45px;

	}
	 
a#anterior:hover {
		background:url(../img/eventos_noticias/atrassel.png)  no-repeat;
	}
	 
a#siguiente {
	position:absolute;
	background:url(../img/eventos_noticias/adelante.png)  no-repeat;
	width:39px;
	height:49px;

	top: 4px;
	left: 447px;
}
	 
a#siguiente:hover {
	      background:url(../img/eventos_noticias/adelantesel.png)  no-repeat;  
	}
	 
.clear {clear:both}


#leyenda_notica_evento p {

 line-height: 0.5em;

 _line-height: 0.5em;
_margin-top:-10px;

}

.Estilo1 {
	color: #666666;
	font-weight: bold;
	font-size:12px;
}
.Estilo2 {
	color: #CC0000;
	font-weight: bold;
}
.Estilo3 {color:#CC0000;
text-decoration:none;
}

#leyenda{
	_height:60px;
}