/* Basic jQuery Slider essential styles */

ul.bjqs{
  /*position:relative; */
  list-style:none;
  padding:0;
  margin:0;
  overflow:hidden;
  display:none;
  float: left;
}
li.bjqs-slide{
  /*position:absolute;*/ display:none;
}
ul.bjqs-controls{
  list-style:none;
  margin:0;
  padding:0;
  z-index:9999;
  display: none;
}
ul.bjqs-controls.v-centered li a{
  position:absolute;
}
ul.bjqs-controls.v-centered li.bjqs-next a{
   display: none;
   position: absolute;
   right: 0;
   z-index: 9999;
   /*background: url(../img/imgider.png);*/
   width: 11px;
   height: 32px;
   font-size: 0;
   top: 88px !important;
  }
ul.bjqs-controls.v-centered li.bjqs-next a:hover{color:#b4ad97;}

ul.bjqs-controls.v-centered li.bjqs-prev a{
   display: none;
   z-index: 9999;
   position: absolute;
   left: 0;
   /*background: url(../img/imgizq.png); */
   width: 4px;
   height: 32px;
   font-size: 0;
   top: 88px !important;
}

ul.bjqs-controls.v-centered li.bjqs-prev a:hover{
  color:#b4ad97;
}
ol.bjqs-markers{
   list-style: none;
   padding: 0;
   margin: 0;
   width: auto;
   min-width: 200px;
}
ol.bjqs-markers.h-centered{
   position: absolute;
   bottom: 0;
   left: 515px !important;
   top: 340px;
   display: none;
}
ol.bjqs-markers li{
  display:inline;
   margin-right: 5px;
}
ol.bjqs-markers li a{
  display:inline-block;
}
p.bjqs-caption{
  display:block;
  width:96%;
  margin:0;
  padding:2%;
  position:absolute;
  bottom:0;
  height: 18px;
}


/*Style*/
#banner-fade,
#banner-slide{/*margin-bottom: 60px;*/}

ul.bjqs-controls.v-centered li a{
	display:block;
   padding:10px;
   color:white;
   text-decoration: none;
}
/*.bjqs-prev a{background: url(../images/sprev.png) 0px no-repeat;font-family: Tahoma;font-size: 12px;font-weight: bold;}
.bjqs-next a{background: url(../images/snext.png) 40px no-repeat;font-family: Tahoma;font-size: 12px;font-weight: bold;} */

ul.bjqs-controls.v-centered li a:hover{/*background:#000;color:#fff;*/}

ol.bjqs-markers li a{
   padding-top: 10px;
   height: 22px;
   width: 35px;
   /*background: url(../images/inactivo.png) center no-repeat; */
   font-size: 0;

}

ol.bjqs-markers li.active-marker a/*,
ol.bjqs-markers li a:hover*/{
  /* background: url(../images/activate.png) center no-repeat;     */
   font-size: 0;
}



/*TAMAÑO DE CONTENEDOR DE LA IMAGEN*/
.bjqs-wrapper {
    width: 1100px !important;
    height: 258px !important;
    margin: 0 auto
}

.bjqs-wrapper img{
    height: 258px !important;
    width: 1100px !important;
    margin: 0 auto;
}
#banner-fade{
  margin-left:auto;
  margin-right:auto;
  margin-top: 20px;
 /* position:absolute  !important; */
}
.bjqs{

}



