.slider_vandal {
	width:100%;
	margin:auto auto 1.5em auto;
	position:relative;
}
.grisclaro {
	color:#333;
}
.premarco_slider {
	width:100%;
	position:relative;
}
.marco_slider {
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
.slider_desplazador {
	list-style: none;
	height: 100%;
	padding: 0;
	margin: 0;
	display:block;
	height:100%;
	width:8000px;
 	-webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
}
.slide {
	float:left;
	padding: 0 .5em 0 0;
	width:100%;
	max-width:620px;
	position:relative;
}
@media (max-width:979px) and (min-width:768px) { 
	.slide {
		width:100%;
		padding: 0 0.4em;
	}
}
@media (max-width:767px){ 
	.slide {
		width:100%;
		max-width:320px;
		padding: 0 0.4em;
	}
}
.slide img {
	width:100%;
	//border-radius:10px;
}
.slide .details {
	font-size:0.8em;
	font-weight:bold;
	text-align:center;
	background: rgba(255, 255, 255, 0.5);
	position:absolute;
	bottom:0;
	width:100%;
	min-height:40px;
	line-height:40px;
	color:#333;
}
.slide img:hover {
	opacity:0.8;
	border-radius:10px;
	cursor:zoom-in;
}

/* MINISLIDES */

.marco_mini_slider {
	width:100%;
	height:auto;
}
.slider_desplazador_mini {
	list-style: none;
	height: 100%;
	padding: 0;
	margin: 0;
	display:block;
	height:100%;
 	-webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
}
.minislide {
	float:left;
	padding: 0 .5em 0 0;
	width:80px;
	height:80px;
	position:relative;
	margin-top:.5em;
}
@media (max-width:979px) and (min-width:768px) { 
	.minislide {
		width:80px;
		height:80px;
		padding: 0 0.4em;
	}
}
@media (max-width:767px){ 
	.minislide {
		width:60px;
		height:60px;
		padding: 0 0.4em;
	}
}
.minislide img {
	width:100%;
	//border-radius:10px;
}
.minislide .details {
	font-size:0.8em;
	font-weight:bold;
	text-align:center;
	background: rgba(255, 255, 255, 0.5);
	position:absolute;
	bottom:0;
	width:100%;
	min-height:40px;
	line-height:40px;
	color:#333;
}
.minislide img:hover {
	opacity:0.8;
	border-radius:10px;
	cursor:pointer;
}

.pasador_slideshow {
	position:absolute;
	top:0;
	bottom:0;
	margin:auto auto;
	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;
} 
