@charset "utf-8";
/* CSS Document */



/* ESTILOS DEL SLIDESHOW */

#slider{
margin:0px auto;
}
 
ul.bjqs{
	position:relative;
	list-style:none;
	padding:0;
	margin:0;
	min-height:110px;
	overflow:hidden;
	display:none;
}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0; background:url(../images/arrow-simple-slide.png) no-repeat 100% 0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0; background:url(../images/arrow-simple-slide.png) no-repeat 0 0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}
 
 
.bjqs-caption{
	color:black;
	background:whitesmoke;
	opacity:.75;
}
 
/* BOTONERA UBICADA AL PIE DEL SLIDESHOW */
ol.bjqs-markers{
	margin-top:-28px;
	position:absolute;
	z-index:40;
}
ol.bjqs-markers li a{
	border-radius:50%;
	font-size:0px;
	height: 10px;
	width: 10px;
	padding: 0;
	background: #2d4055;
	margin: 5px;
	text-decoration: none;
	transition:background .5s ease;
	-webkit-transition:background .5s ease;
	-moz-transition:background .5s ease;
	-o-transition:background .5s ease;
}
li.active-marker a, ol.bjqs-markers li a:hover{
	background:#fff!important;
}
 
/* CONTROLES ATRAS Y ADELANTE */
ul.bjqs-controls.v-centered li a {
	padding: 0;
	font-size:0px;
	width:20px;
	height:40px;
	display: block;
	text-decoration: none;
	opacity:.25;
	transition:opacity .5s ease;
	-webkit-transition:opacity .5s ease;
	-moz-transition:opacity .5s ease;
	-o-transition:opacity .5s ease;
}

ul.bjqs-controls.v-centered li a:hover{
    opacity:1;
}

