
#slider
	{
		
	}
 
 
/* ESTILOS DEL SLIDESHOW */
 
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none; border-radius:0px 0px 10px 10px;}
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;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left: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:white;
font-size:16px;
background:#17539c;
opacity:0.7;
}
 
/* BOTONERA UBICADA AL PIE DEL SLIDESHOW */
ol.bjqs-markers{margin-top:5px;}
ol.bjqs-markers li a
	{
		padding: 5px 10px;
		
		 background-image:-webkit-gradient(linear , left  top, left bottom,color-stop(0,#17539c),color-stop(1,#2c63a6));

 
		color: white;
		margin: 5px;
		text-decoration: none;
		border-radius: 100%;
		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-image:-webkit-gradient(linear , left  top, left bottom,color-stop(0,#070762),color-stop(1,#17539c),color-stop(3,#cccc00))!important;);
}
 
/* CONTROLES ATRAS Y ADELANTE */
ul.bjqs-controls.v-centered li a
	{
		display: block;
		padding: 100px;
		background: ;
		color:transparent;
		border-radius: 6px;
		text-decoration: none;
		opacity:.75;
		transition:color .5s ease, background .5s ease;
		-webkit-transition:color .5s ease, background .5s ease;
		-moz-transition:color .5s ease, background .5s ease;
		-o-transition:color .5s ease, background .5s ease;
	}
ul.bjqs-controls.v-centered li a:hover{background:; color:black;}
