
/*

 @media only screen and (max-width: 3000px) and (min-width: 2000px) {
    .bjqs{width:100%; height:700px;}
 .imgslider{width:100%; height:700px;}
}

 @media only screen and (max-width: 2000px) and (min-width: 1500px) {
    .bjqs{width:100%; height:580px;}
 .imgslider{width:100%; height:580px;}
}
 @media only screen and (max-width: 1500px) and (min-width: 1000px) {
    .bjqs{width:100%; height:320px;}
 .imgslider{width:100%; height:320px;}
}

 @media only screen and (max-width: 1000px) and (min-width: 800px) {
    .bjqs{width:100%; height:260px;}
 .imgslider{width:100%; height:260px;}
}

 @media only screen and (max-width: 800px) and (min-width: 700px){
    .bjqs{width:100%; height:250px;}
 .imgslider{width:100%; height:250px;}
}

 @media only screen and (max-width: 700px) and (min-width: 500px){
    .bjqs{width:100%; height:200px;}
 .imgslider{width:100%; height:200px;}
}

 @media only screen and (max-width: 600px) and (min-width: 500px){
    .bjqs{width:100%; height:180px;}
 .imgslider{width:100%; height:180px;}
}

 @media only screen and (max-width: 500px) and (min-width: 440px){
    .bjqs{width:100%; height:150px;}
 .imgslider{width:100%; height:150px;}
}

 @media only screen and (max-width: 440px) and (min-width: 380px){
    .bjqs{width:100%; height:120px;}
 .imgslider{width:100%; height:120px;}
}

 @media only screen and (max-width: 380px) and (min-width: 300px) {
    .bjqs{width:100%; height:100px;}
 .imgslider{width:100%; height:100px;}
}


 @media only screen and (max-width: 300px) and (min-width: 180px) {
    .bjqs{width:100%; height:90px;}
 .imgslider{width:100%; height:90px;}
}

*/
#slider{
margin:5px auto;

position:relative; 
width:100%;

}
 
 
/* ESTILOS DEL SLIDESHOW */
 
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;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;}
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:black;
background:whitesmoke;
opacity:.75;
}
 
/* BOTONERA UBICADA AL PIE DEL SLIDESHOW */
ol.bjqs-markers{
margin-top:-5px;
}
ol.bjqs-markers li a{
    opacity: 0;
    font-size: 1px;
    padding: 1px;

background: #000;
color: #fff;
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:gray!important;
}
 
/* CONTROLES ATRAS Y ADELANTE */
ul.bjqs-controls.v-centered li a {
display: block;
padding: 10px;
background: whitesmoke;
color: #000;
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:#000;
    color:#fff;
}