.slider_vandal {
	width:100%;
	margin:auto auto 1.5em auto;
	position:relative;
}
.grisclaro {
	color:#999;
}
.marco_slider {
	width:100%;
	height:auto;
	overflow:hidden;
}
.slider_desplazador {
	list-style: none;
	height: 100%;
	padding: 0;
	margin: 0;
	display:block;
	height:100%;
	width:4000px;
 	-webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
}
.slide {
	float:left;
	padding: 0 0.4em;
	width:300px;
}
@media (max-width:979px) and (min-width:768px) { 
	.slide {
		width:350px;
		padding: 0 0.4em;
	}
}
@media (max-width:767px){ 
	.slide {
		width:300px;
		padding: 0 0.4em;
	}
}
.slide img {
	width:100%;
	//border-radius:10px;
}
.slide .details {
	font-size:0.8em;
	margin-top:6px;
	margin-left:5px;
	font-weight:bold;
}
.slide img:hover {
	opacity:0.8;
	border-radius:10px;
	cursor:pointer;
}
.pasador_slideshow {
	position:absolute;
	top:30%;
	width:40px;
	height:40px;
	border-radius:50%;
	background-color:#efefef;
	text-align:center;
	line-height:40px;
	font-size:20px;
	font-weight:bold;
	color:#333;
	z-index:10;
}
.pasador_slideshow:hover {
	background-color:#00b7ef;
	text-decoration:none;
	color:#fff;
	cursor:pointer;
}
.pasador_izq {
	left:-10px;
}
.pasador_der {
	right:-10px;
} 
