/*		#### EVENTOS			 	*/

.cuadro_eventos_base{
	width:100%;
	float:left;
	margin:10px 0 0;
	padding:0;
	position:relative;
}
	.cuadro_eventos_base ul{
		width:100%;
		float:left;
		margin:0;
		padding:0;
		list-style-type:none;
		height:auto;
		position:relative;
	}

			
		.cuadro_eventos_base li{
			background: url("../img/fondo_eventoAmpliado.png") repeat-x scroll left 30px rgba(0, 0, 0, 0);
			border: 1px solid #e8e8e8;
			box-shadow: 0 0 6px #fff;
			float: left;
			height: 111px;
			margin: 10px;
			min-height: 100px;
			overflow: hidden;
			padding: 0;
			position: relative;
			transition: box-shadow 0.8s ease 0s;
			width: 98%;	
		}
			.cuadro_eventos_base ul li:hover{
				height:auto;
				overflow:visible;
				box-shadow:0px 0px 6px #aaa;
				
			}	
				.cuadro_eventos_base ul li h2{
					background:#fabada;
				}	
				.cuadro_eventos_base ul li:hover a.ver_mas{
						background: url("../img/fondo_destacados_enlace0.png") no-repeat scroll right center rgba(0, 0, 0, 0);
				}					
					.cuadro_eventos_base ul li a.ver_mas:hover{
						color:#aaa;
					}				
				
				.cuadro_eventos_base ul:nth-child(even) li h2{
					background:#172a5d;
				}
				.cuadro_eventos_base ul:nth-child(even) li:hover a.ver_mas{
						background: url("../img/fondo_destacados_enlace3.png") no-repeat scroll right center rgba(0, 0, 0, 0);
				}					
					.cuadro_eventos_base ul:nth-child(even) li a.ver_mas:hover{
						color:#172a5d;
					}					

			#contenedor_content div.cuadro_eventos_base li h2{
				display: block;
				float: left;
				font-size: 1.3em;
				font-weight: normal;
				height: auto;
				margin: 0 0 5px;
				padding: 2px 1% 0 0;
				position: relative;
				text-align: center;
				width: 99%;
			}
				div.cuadro_eventos_base li h2 span{
					position:relative;
					top:-2px;
					left:0px;
					color:#FFF;
				}
					
					.cuadro_eventos_base li p.fecha{
						border-right: 1px solid #ddd;
						color: #333;
						float: left;
						font-size: 0.9em;
						margin: 0 2% 0 5px;
						padding: 5px;
						text-align: center;
						width: 28%;
					}
						.cuadro_eventos_base li p.fecha strong{
							display:block;
							width:100%;
							text-align:center;
							
						}
					
				.cuadro_eventos_base li p.resumen{
						color: #555;
						float: left;
						font-size: 0.9em;
						margin: 0;
						padding: 5px 0;
						width: 68%;				
					}					
					.cuadro_eventos_base li div.descripcion{
						color: #333;
						float: left;
						font-size: 0.9em;
						padding: 5px 1%;
						text-align: justify;
						width: 98%;
					}

					.cuadro_eventos_base li a.ver_mas{
							background: url("../img/fondo_destacados_enlace.png") no-repeat scroll right center rgba(0, 0, 0, 0);
							bottom: 0;
							color: #fff;
							display: block;
							font-size: 0.7em;
							height: 20px;
							letter-spacing: -0.3px;
							margin: 0;
							padding: 6px 0 0;
							position: absolute;
							right: 0;
							width: 115px;
					}
						.cuadro_eventos_base li a.ver_mas:hover{
							text-decoration:none;
						}

