#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 0;
}
.slides-navigation a.next {
  right: 0;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 15px;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  /*border: 2px solid #fff;*/
  border-radius: 3px;
  width: 25px;
  height: 15px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 5px;
  overflow: hidden;
  text-indent: -100%;
  background: #efefef;
  transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
}
.slides-pagination a.current {
  background: #199de2;
}


/*////////////////////////////////////*/
/*SLIDER ZONA A*/
/*////////////////////////////////////*/
div.bg_slider{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background: url(../../imagenes/img_presentacion/bg_slider.png);*/
  z-index: 2;
}

a.prev.slides, a.next.slides {
  display: inline-block;
  width: 43px;
  height: 58px;
}
a.prev.slides {
  margin-left: 12%;
  background: url(../../imagenes/img_presentacion/arrow-left.png) center center no-repeat;
}
/*a.prev.slides:hover {
  background: url(../../imagenes/img_presentacion/btn_slide_a_anterior_on.png) center center no-repeat;
}*/
a.next.slides {
  margin-right: 12%;
  background: url(../../imagenes/img_presentacion/arrow-right.png) center center no-repeat;
}
/*a.next.slides:hover {
  background: url(../../imagenes/img_presentacion/btn_slide_a_siguiente_on.png) center center no-repeat;
}*/