#slider{
overflow: hidden;
max-width: 95%;
//width:auto;
height: 650px; 
margin:30px auto;
text-align: center;
}
@media all and (max-width:600px){
    #slider{
        height: 315px; 
    }
}
#sliderimgdiv{
width: 100%;
//width:auto;
height: 500px; 
}
@media all and (max-width:600px){
    #sliderimgdiv{
        height: 200px; 
    }
}
#imgslider {
max-height:500px;
min-height:200px;
max-width: 100%;
/*height: 500px;*/
height: auto !important;
margin:0;
padding:0; 
/*border:1px solid #008080;
//border:0;
//vertical-align: bottom;*/
box-shadow: 0 .1em 1em black;
border-radius: 3px;
-webkit-box-shadow: 0 .1em 1em black;
-moz-box-shadow: 0 .1em 1em black;
-o-box-shadow: 0 .1em 1em black;
}
@media all and (max-width:600px){
    #imgslider{
        max-height: 200px; 
    }
}
#urlcc {
height:15px;
width:15px;
}
 
/* ESTILOS DEL SLIDESHOW */
 
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{ display:none;}
//li.bjqs-img.h-centered{position:relative;}
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:100%;margin:1;position:relative;bottom:0;}
 
 
.bjqs-caption{
height: 20px;
//margin:0;
padding: 5px 0;
color: #eee;
background: #004040;
font-size: 12px;
line-height:12px;
text-align:center;
//color:black;
//background:whitesmoke;
opacity:.75;
border-radius: 5px;
}
 
/* BOTONERA UBICADA AL PIE DEL SLIDESHOW */
ol.bjqs-markers{
margin-top:5px;
}
@media all and (max-width:600px){
    ol.bjqs-markers{
        padding-left: 20px;
        padding-right: 30px;
    }
}
ol.bjqs-markers li a{
padding: 5px 10px;
background: #004040;
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;
border-radius: 5px;
}
li.active-marker a, ol.bjqs-markers li a:hover{
background:#008080!important;
}
 
/* CONTROLES ATRAS Y ADELANTE */
ul.bjqs-controls.v-centered li a {
font-size: 20px;
font-weight: bold;
padding: 5px 10px;
background: #004040;
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;
border-radius: 5px;
}
ul.bjqs-controls.v-centered li a:hover{
    background:#008080!important;
}
