
#eventos a		{ text-decoration: none; outline: none; color: #000066; }
#eventos a img	{ border: 1px solid #8f8f8f; padding:2px; }

#eventos h3{	
 /*color: #9AC45E;*/
color: #000066;
 margin: 0 5px;
 padding: 20px 0 5px 0px;
 border-bottom: 1px solid #999999;
 /*font-size:13px;*/
}

#eventos{ 
	width: 410px; 
	height: 280px;
	/*color: #323D5C;*/
	font-size:12px;
	background: url(../img/bgEventosAzul.png);
	background-repeat:no-repeat;
	position:relative;
}

#contenedor	{
	width: 410px;
	height: 180px;
	overflow: hidden;
	position: relative; 
	margin: 0;
	
}
								 								  
#animar{ 
	width: 410px;
	position: relative;
}

.diapo	{ 
	padding: 0 0 0 5px;
	width: 410px;
	margin:0;
	float: left;
	position: relative;
}
.diapo h1{ 
	font-size: 13px;
	/*line-height: 30px;
	height:30px;*/
	width: 260px;
	margin:10px 0 5px 0;
	padding:0;
	/*color: #323D6B;*/
}
.diapo p{ 
	text-align:justify;
	font-size: 13px;
	margin:0;
	padding:0;
	width: 260px;
	/*color: #323D6B;*/
}

.diapo img	{
	position: absolute;
	top: 5px; left: 280px;
	margin:0;
	padding:0;
}
#boton{
	position: absolute;
	top: 17px; right: 35px;
	width:80px;
	height:17px;
	background-image: url(botonVerde.png);
	background-repeat:no-repeat;
	color: #ffffff !important;	
	text-align:center;
	font-weight:bold;
	padding: 1px 0;
	font-size: 11px;
	z-index: 1000; }
	
