.eventos li { position: relative }

.eventos li a img { 
	display: block;
	height: 100%;
	position: relative;
	z-index: 8;
	margin-bottom: 0.5em;
}

/*.eventos li:after {
	content: "";
	z-index: 9;
	bottom: 1em;
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	margin: 0 0.6em;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 1%, rgba(0,0,0,0) 60%, rgba(0,0,0,1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(0,0,0,0)), color-stop(60%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); 
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 1%,rgba(0,0,0,0) 60%,rgba(0,0,0,1) 100%); 
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 1%,rgba(0,0,0,0) 60%,rgba(0,0,0,1) 100%); 
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 1%,rgba(0,0,0,0) 60%,rgba(0,0,0,1) 100%); 
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 1%,rgba(0,0,0,0) 60%,rgba(0,0,0,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}*/

.eventos li p {
	text-align: center;
	line-height: 1em;
	color: #005AAF;
	z-index: 10;
	margin: 0;
}

ul.pagination li.current a, ul.pagination li.current button { background: #005aaf }

.slider-nav { margin-bottom: 1em }

.slider-for,
.slider-nav img { padding: 0.2em }

@media only screen and (min-width: 40.063em) {
	
		
}