/* Basic jQuery Slider essential styles */

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{
  position: absolute;right: 0;z-index: 9999;background: url(../img/imgider.png);width: 30px;height: 50px;font-size: 0;top: 128px;
  }
ul.bjqs-controls.v-centered li.bjqs-next a:hover{color:#b4ad97;}

ul.bjqs-controls.v-centered li.bjqs-prev a{
  z-index: 9999;position: absolute;left: 0;background: url(../img/imgizq.png);width: 24px;height: 50px;font-size: 0;top: 128px;
}

ul.bjqs-controls.v-centered li.bjqs-prev a:hover{
  color:#b4ad97;
}

ol.bjqs-markers{ left: auto!important;  right: 0!important;
 /* list-style: none; padding: 0; margin: 0; width: 132px;max-width: 200px; background: #e4e8ee;   */
 list-style: none;padding: 0;margin: 0;width: auto;/*min-width: 200px;*/background: #e4e8ee;
}
ol.bjqs-markers.h-centered{
  position: absolute;bottom: 0;/*left: 28px !important;*/
}
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;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:5px 10px;background:#000;color:#fff;margin:5px;text-decoration: none;  */
/*background: url(../images/icoinactive.png) 0 2px no-repeat;width: 12px;height: 38px;margin-right: 5px;  */
    padding-left: 15px;padding-right: 15px;padding-top: 10px;height: 32px;

}

ol.bjqs-markers li.active-marker a/*,
ol.bjqs-markers li a:hover*/{
/*background: url(../images/icoactivate.png);height: 38px;width: 22px; */
    background: #d73116;color: white;
}

#linebghome{
    background: url(../images/lineslider.png);width: 712px;height: 56px;position: relative;top: -56px;z-index: 1;
}


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

.bjqs-wrapper img{
    height: 258px !important;width: 745px !important;margin: 0 auto;
}
#banner-fade{
  margin-top: 0;/*height: 352px !important;*/
}/*
.bjqs{
  height: 328px !important
}*/

#fashion{
  width: 210px;height: 65px;position: absolute;top: 38px;left: 35px;z-index: 9999;
}
#fashion h1{
  font-family: Conv_GOTHIC !important;font-size: 34px;color: #292a2c;font-weight: bold;margin-bottom: 8px !important;
}
#fashion h2{
  color: #555555;font-size: 18px;font-family: Conv_GOTHIC !important;
}
#Comfort{
  width: 152px;height: 65px;position: absolute;right: 0;z-index: 99999;top: 37px;
}
#Comfort h1{
  font-family: Conv_GOTHIC !important;font-size: 34px;color: #292a2c;font-weight: bold;margin-bottom: 8px !important;
}
#Comfort h2{
  color: #555555;font-size: 18px;font-family: Conv_GOTHIC !important;
}


