body {
	height: 100%;
	background: url('../img/fondoK02.jpg') rgb(255, 255, 255);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
		font: normal 0.813em/1.38 Calibri;
}

.botones-detalle button {
  width: 90px;
}

/*NUEVA CLASE PARA BOTÓN CALENDARIO*/
.celda-calen{
  float: left;
  padding: 5px;
  border: 1px solid #FFF;
  border-radius: 5px;
  margin-left: 4px;
  margin-top: -14px;
}
.celda-calen:hover{
  background-color: rgba(255, 255, 255, 0.67);
}
.button-calen{
  width: 24px;
  height: 24px;
  background-image: url(../img/icocalendar.png);
}
/*NUEVA CLASE PARA BOTÓN CALENDARIO*/

/*NUEVA CLASE PARA DESPLEGABLE EDICIONES*/
.ediciones-sel{
  background-color: rgb(193, 42, 58); 
  width: auto;
  padding: 2px;
  border: 1px solid #FFF;
  margin-bottom: 1px;
  color: #FFF;
}
.ediciones-sel:hover{
  background-color: rgba(255, 255, 255, 1); 
  color: rgb(193, 42, 58);
}
.ediciones-sel option{
  background-color: #FFF;
  color: rgb(193, 42, 58);
}
/*NUEVA CLASE PARA DESPLEGABLE EDICIONES*/

/*NUEVA CLASE PARA DESPLEGABLE "EDICIONES"
.menu-ediciones {
  margin:auto;
  font-family:Arial, Helvetica, sans-serif;
}
      
ul, ol {
  list-style:none;
}
      
.desp-nav > li {
  float:left;
}
      
.desp-nav li a {
  background-color: rgb(193, 42, 58);
  color:#FFF;
  text-decoration:none;
  padding:1px 5px;
  display:block;
  margin-bottom: 1px;
  border: 1px solid #FFF;
  border-radius: 5px;
}
      
.desp-nav li a:hover {
  background-color: rgba(255, 255, 255, 1);
  color: rgb(193, 42, 58);
}
      
.desp-nav li ul {
  display:none;
  position:absolute;
  min-width:140px;
}
      
.desp-nav li:hover > ul {
  display:block;
}
      
.desp-nav li ul li {
  position:relative;
}
      
.desp-nav li ul li ul {
  right:-140px;
  top:0px;
}
NUEVA CLASE PARA DESPLEGABLE "EDICIONES"*/

/*NUEVA CLASE PARA SECCIÓN TARIFAS*/
.tar-precio{
  float: left;
  display: block;
  color: #FFF;
  width: 20%;
  text-align: center;
}
.tar-precio a{
  color: #FFF;
  font-size: 18px;
}
.tar-precio .precios-tarifa{
  color: #FFF;
  text-align: center;
  margin-top: 10px;
}
.tar-precio .precios-tarifa a{
  color: #FFF;
  font-size: 16px;
}
.img-tarifa{
  width: 20px;
  height: 20px;
  margin: auto;
  margin-top: 10px;
}
/*NUEVA CLASE PARA SECCIÓN TARIFAS*/

/*NUEVA CLASE PARA DISPONIBLE EN...*/
.disponible-disp{
  float: right;
  width: 200px;
  height: 40px;
  padding: 10px;
}
.img-disp{
  float:right;
  width: 40px;
  height: 40px;
  padding:5px;
}
/*NUEVA CLASE PARA DISPONIBLE EN...*/

/*NUEVA CLASE PARA BOTON COMPRAR...*/
.button-compra{
  float: left;
}
.button-compra a{
  float: left;
  color: #FFF;
  font-size: 18px;
  position: absolute;
  bottom: 5px;
  border-bottom: 1px solid #FFF;
}
/*NUEVA CLASE PARA BOTON COMPRAR...*/

/*NUEVAS CLASES PARA FLECHAS (PASAR DE UNA OFERTA A OTRA)*/
.flechas-ofertas{
  width: 70px;
  height: 60px;
  position: absolute;
  top: 0px;
  right: 10px;
}
.flecha-izda{
  cursor: pointer;
  float: left;
  margin: 10px;
  width: 13px;
  height: 10px;
  background-image: url(../img/flecha-i.png);
}
.flecha-izda:hover{
  width: 13px;
  height: 10px;
  background-image: url(../img/flecha-i-hover.png);
}
.flecha-dcha{
  cursor: pointer;
  float: left;
  margin: 10px;
  width: 13px;
  height: 10px;
  background-image: url(../img/flecha-d.png);
}
.flecha-dcha:hover{
  width: 13px;
  height: 10px;
  background-image: url(../img/flecha-d-hover.png);
}
/*NUEVAS CLASES PARA FLECHAS (PASAR DE UNA OFERTA A OTRA)*/

/*Nueva clase para item oferta*/
.oferta{
  display: none;
}
.oferta .image{
  width: 105px;
  height: 145px;
}

.conte-detalle-gen button {
  clear: both;
  width: 100px;
  min-width: 50px;
  background-color: rgb(193, 42, 58);
  color: #ffffff;
  float: left;
}
.conte-img-item-detalle, .conte-img-item-detalle .image {
  height: 100%;
}

.detalle .image {
  height: 100%;
}

.conte-img-item-anteriores2 .image {
  height: 100%;
}
.conte-img-item-anteriores2 {
  height: 100%;
}
.conte-detalle-gen button:hover {
  float: left;
  min-width: 100px;
  background-color: rgba(255, 255, 255, 0.67);
  color: rgb(193, 42, 58);
}

.conte-detalle-gen h1 {
  font-size: 1.125em;
}

.conte-detalle-gen-1 button {
  margin-top: 10px;
  margin-right: 10px;
  float: left;
}

.conte-img-item-ofertas img,
.conte-lupa img {
  width: 100%;
}

.items-ofertas button {
  margin-top: 15px;
}

.items-tarifas button {
  margin-top: 15px;
}

.titulo-anteriores h1,
.titulo-ediciones h1 {
  font-size: 18px;
  margin-top: 10px;  
  margin-bottom: 10px;
}


h1 {
  float: left;
  width: 100%;
  font-family: 'Calibri';
  line-height: 1.38;
  color: rgb(255, 255, 255);
}

img {
  display: block;
  float: left;
  height: auto;
  overflow: hidden;
}



.botones-detalle {
  float: right;
  width: 100%;
  height: 31px;
  background-image: url('../img/lineaHorBlanca.jpg');
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: 210px 100%;
}

.conte-blanco-int {
  width: 96%;
  max-width: 1152px;
  margin: 20px auto 0;
  margin-bottom: 20px;
  padding-bottom: 40px;
}

.conte-detalle-gen {
  float: right;
  overflow: hidden;
}

.conte-img-item-anteriores2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.conte-img-item-anteriores2 .image {
  position: relative;
}

.conte-img-item-detalle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 76;
  width: 100%;
}

.conte-img-item-detalle .conte-lupa {
  z-index: 75;
}

.conte-img-item-detalle .image {
  position: relative;
  z-index: 73;
  width: 100%;
}

.conte-img-item-ofertas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 61;
  width: 100%;
}

.conte-lupa {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 39.6530359355%;
}

.dcha-detalle {
  float: left;
  width: 49%;
  margin-left: 1.99921%;
  padding-top: 42px;
  padding-bottom: 45px;
  padding-left: 10px;
  border-radius: 6px;
  background-color: rgb(193, 42, 58);
  font-size: 1.1em;
}

.detalle-gen {
  position: relative;
  float: left;
  width: 100%;
  min-height: 40px;
  margin-top: 10px;
}

.item-anteriores2 {
  position: relative;
  float: left;
  min-width: 40px;
  margin-left: 1.99994%;
}

.item-detalle-gen {
  position: relative;
  float: left;
  z-index: 77;
  width: 26.831628016%;
  min-width: 115px;
  box-shadow: 6px 11px 18px 2px rgba(0, 0, 0, 0.5);
}

.item-oferta {
  position: relative;
  float: left;
  width: 20%;
  min-width: 80px;
}

.items-anteriores .image {
  width: 100%;
}

.items-anteriores,
.items-anteriores2 {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  margin-top: 10px;
}

.items-ofertas {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(255, 255, 255);
  display: none;
}

.items-tarifas {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(255, 255, 255);
}

.items-ofertas .conte-detalle-gen {
  width: 73.7166516203%;
}

.items-tarifas .conte-detalle-gen {
  width: 73.7166516203%;
}

.izda-detalle {
  float: left;
  width: 49%;
  padding-top: 42px;
  padding-bottom: 45px;
  padding-left: 10px;
  border-radius: 6px;
  background-color: rgb(193, 42, 58);
  font-size: 1.1em;
}

.ofertas {
  position: relative;
  float: left;
  clear: both;
  width: 100.0087953326%;
  margin: 20px 0 0 -0.00599%;
  padding-right: 20px;
}

.titulo-anteriores {
  float: left;
  width: 100%;
}

.titulo-ediciones {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 35px;
}

.txt-detalle-gen,
.txt-detalle-oferta {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 5px;
  font-size: 1em;
  color: rgb(255, 255, 255);
}

.conte-detalle-gen-1 {
  position: relative;
  z-index: 71;
  width: 60.3574743271%;
  margin-right: 3.83821%;
}

.conte-img-item-anteriores2-1 {
  z-index: 49;
}

.conte-lupa-2 {
  z-index: 48;
}

.image-1 {
  position: relative;
  z-index: 72;
  width: 100%;
}






.image-3 {
  position: relative;
  z-index: 59;
  width: 100%;
}

.image-5 {
  position: relative;
  z-index: 45;
}

.image-6 {
  z-index: 46;
}

.item-anteriores2-1,
.item-anteriores2-5 {
  width: 21.5%;
}
/*Nueva clase para boton COMPRAR*/
.botones-detalle ._button-comprar {
  min-width: 50px;
  background-color: rgb(193, 42, 58);
  color: #FFF;
  float: left;
}

.botones-detalle ._button-comprar:hover {
  background-color: rgba(255, 255, 255, 0.67);
  color: rgb(193, 42, 58);
}
/*Nueva clase para boton COMPRAR*/

.botones-detalle ._button-2 {
  min-width: 50px;
  background-color: rgb(193, 42, 58);
  color: #FFF;
}

.botones-detalle ._button-2.hover {
  background-color: rgba(255, 255, 255, 0.67);
  color: rgb(193, 42, 58);
}
.botones-detalle ._button-2:hover {
  background-color: rgba(255, 255, 255, 0.67);
  color: rgb(193, 42, 58);
}

.botones-detalle ._button-3 {
  min-width: 90px;
  margin-left: 2.2%;
  background-color: rgb(193, 42, 58);
  color: #FFF;
}
.botones-detalle ._button-3.hover {
  background-color: rgba(255, 255, 255, 0.67);
  color: rgb(193, 42, 58);
  
}.botones-detalle ._button-3:hover {
  background-color: rgba(255, 255, 255, 0.67);
  color: rgb(193, 42, 58);
}

.botones-detalle ._button-4 {
  min-width: 90px;
  margin-left: 2.2%;
  background-color: rgb(193, 42, 58);
  color: #FFF;
}
.botones-detalle ._button-4:hover {
  background-color: rgba(255, 255, 255, 0.67);
  color: rgb(193, 42, 58);
}

.txt-detalle-oferta span {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-color: transparent;
  border-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: transparent;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: Bold;
  text-transform: inherit;
  text-decoration: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  color: inherit;
  opacity: 1;
  word-break: normal;
  word-wrap: normal;
  white-space: normal;
}

@media(max-width: 768px) {
  .conte-detalle-gen button {
    margin-top: 19px;
  }

  .conte-detalle-gen .txt-detalle-gen,
  .conte-detalle-gen .txt-detalle-oferta,
  .dcha-detalle .items-anteriores,
  .dcha-detalle .items-anteriores2,
  .titulo-anteriores h1,
  .titulo-ediciones h1 {
    margin-top: 15px;
  }

  div img {
    height: auto;
  }

/*NUEVA CLASE PARA BOTÓN CALENDARIO*/
.celda-calen{
  float: right;
  padding: 5px;
  border: 1px solid #FFF;
  border-radius: 5px;
  margin-top: 5px;
}
.celda-calen:hover{
  background-color: rgba(255, 255, 255, 0.67);
}
.button-calen{
  width: 24px;
  height: 24px;
  background-image: url(../img/icocalendar.png);
}
/*NUEVA CLASE PARA BOTÓN CALENDARIO*/

/*NUEVA CLASE PARA DESPLEGABLE "EDICIONES"*/
.menu-ediciones {
  margin:auto;
  font-family:Arial, Helvetica, sans-serif;
  height: 300px;
}
      
ul, ol {
  list-style:none;
}
      
.desp-nav > li {
  float:left;
}
      
.desp-nav li a {
  background-color: rgb(193, 42, 58);
  color:#FFF;
  text-decoration:none;
  padding:1px 5px;
  display:block;
  margin-bottom: 1px;
  border: 1px solid #FFF;
  border-radius: 5px;
}
      
.desp-nav li a:hover {
  background-color: rgba(255, 255, 255, 1);
  color: rgb(193, 42, 58);
}
      
.desp-nav li ul {
  display:none;
  position:absolute;
  min-width:140px;
}
      
.desp-nav li:hover > ul {
  display:block;
}
      
.desp-nav li ul li {
  position:relative;
}
      
.desp-nav li ul li ul {
  right:-140px;
  top:0px;
}
/*NUEVA CLASE PARA DESPLEGABLE "EDICIONES"*/

/*NUEVAS CLASES PARA FLECHAS (PASAR DE UNA OFERTA A OTRA)*/
.flechas-ofertas{
  width: 70px;
  height: 60px;
  position: absolute;
  top: 0px;
  right: 10px;
}
.flecha-izda{
  float: left;
  margin: 10px;
  width: 13px;
  height: 10px;
  background-image: url(../img/flecha-i.png);
}
.flecha-izda:hover{
  width: 13px;
  height: 10px;
  background-image: url(../img/flecha-i-hover.png);
}
.flecha-dcha{
  float: left;
  margin: 10px;
  width: 13px;
  height: 10px;
  background-image: url(../img/flecha-d.png);
}
.flecha-dcha:hover{
  width: 13px;
  height: 10px;
  background-image: url(../img/flecha-d-hover.png);
}
/*NUEVAS CLASES PARA FLECHAS (PASAR DE UNA OFERTA A OTRA)*/

  .conte-blanco .conte-blanco-int {
    max-width: none;
    margin-top: 0;
  }

  .conte-blanco-int .dcha-detalle {
    clear: both;
    width: 95.9987284094%;
    margin-top: 30px;
    margin-left: 1.9964%;
    padding-top: 10px;
  }

  .conte-blanco-int .izda-detalle {
    width: 95.9987284094%;
    margin-top: 40px;
    margin-left: 1.9964%;
  }

  .conte-img-item-anteriores2 .conte-lupa,
  .conte-img-item-detalle .conte-lupa {
    width: 28.0346320346%;
  }

  .conte-img-item-anteriores2 .image {
    position: relative;
  }

  .conte-img-item-detalle .image {
    position: relative;
    z-index: 73;
  }

  .dcha-detalle .titulo-ediciones {
    margin-top: 20px;
  }

  .detalle-gen .item-detalle-gen {
    position: relative;
    z-index: 77;
    width: 19.9368260538%;
  }

  .detalle-gen .ofertas {
    margin-left: -0.00682%;
  }

  .items-anteriores .item-anteriores2 {
    margin-left: 2.79892%;
  }
  .items-ofertas .conte-detalle-gen {
    width: 77.5666822648%;
  }

.items-tarifas .conte-detalle-gen {
    width: 77.5666822648%;
  }

  .items-ofertas .item-oferta {
    width: 16.5%;
  }

.items-tarifas .item-oferta {
    width: 16.5%;
  }
 

  

  .conte-img-item-anteriores2 .image-6 {
    z-index: 46;
  }


  .detalle-gen .conte-detalle-gen-1 {
    position: relative;
    z-index: 71;
    width: 71.1033656464%;
    margin-right: 2.41725%;
  }

 

  .item-anteriores2 .image-5 {
    position: relative;
    z-index: 45;
  }


  .item-detalle-gen .image-1 {
    position: relative;
    z-index: 72;
  }

  .item-oferta .image-3 {
    position: relative;
    z-index: 59;
  }

  .items-anteriores .item-anteriores2-1 {
    width: 20.7919667401%;
  }


  .botones-detalle ._button-3 {
    margin-left: 2.9738%;
  }
}

@media(max-width: 620px) {

  .items-ofertas button {
    margin-top: 10px;
  }
  .items-tarifas button {
    margin-top: 10px;
  }

  div img {
    height: auto;
  }

/*NUEVAS CLASES PARA FLECHAS (PASAR DE UNA OFERTA A OTRA)*/
.flechas-ofertas{
  width: 70px;
  height: 60px;
  position: absolute;
  top: 0px;
  right: 10px;
}
.flecha-izda{
  float: left;
  margin: 10px;
  width: 13px;
  height: 10px;
  background-image: url(../img/flecha-i.png);
}
.flecha-izda:hover{
  width: 13px;
  height: 10px;
  background-image: url(../img/flecha-i-hover.png);
}
.flecha-dcha{
  float: left;
  margin: 10px;
  width: 13px;
  height: 10px;
  background-image: url(../img/flecha-d.png);
}
.flecha-dcha:hover{
  width: 13px;
  height: 10px;
  background-image: url(../img/flecha-d-hover.png);
}
/*NUEVAS CLASES PARA FLECHAS (PASAR DE UNA OFERTA A OTRA)*/

/*NUEVA CLASE PARA BOTÓN CALENDARIO*/
.celda-calen{
  float: right;
  padding: 5px;
  border: 1px solid #FFF;
  border-radius: 5px;
  margin-top: 15px;
}
.celda-calen:hover{
  background-color: rgba(255, 255, 255, 0.67);
}
.button-calen{
  width: 24px;
  height: 24px;
  background-image: url(../img/icocalendar.png);
}
/*NUEVA CLASE PARA BOTÓN CALENDARIO*/

/*NUEVA CLASE PARA DESPLEGABLE "EDICIONES"*/
.menu-ediciones {
  margin:auto;
  font-family:Arial, Helvetica, sans-serif;
  height: 300px;
}
      
ul, ol {
  list-style:none;
}
      
.desp-nav > li {
  float:left;
}
      
.desp-nav li a {
  background-color: rgb(193, 42, 58);
  color:#FFF;
  text-decoration:none;
  padding:1px 5px;
  display:block;
  margin-bottom: 1px;
  border: 1px solid #FFF;
  border-radius: 5px;
}
      
.desp-nav li a:hover {
  background-color: rgba(255, 255, 255, 1);
  color: rgb(193, 42, 58);
}
      
.desp-nav li ul {
  display:none;
  position:absolute;
  min-width:140px;
}
      
.desp-nav li:hover > ul {
  display:block;
}
      
.desp-nav li ul li {
  position:relative;
}
      
.desp-nav li ul li ul {
  right:-140px;
  top:0px;
}
/*NUEVA CLASE PARA DESPLEGABLE "EDICIONES"*/

  .conte-blanco .conte-blanco-int {
    margin-top: 50px;
  }

  .conte-blanco-int .dcha-detalle {
    width: 95.9991599285%;
    margin-left: 1.98992%;
  }

  .conte-blanco-int .izda-detalle {
    width: 95.9991599285%;
    margin-top: 0;
    margin-left: 1.98992%;
  }

  .conte-img-item-anteriores2 .conte-lupa,
  .conte-img-item-detalle .conte-lupa {
    width: 28.5215112469%;
  }

  .conte-img-item-anteriores2 .image {
    position: relative;
  }

  .conte-img-item-detalle .image {
    position: relative;
    z-index: 73;
  }

  .dcha-detalle .items-anteriores,
  .dcha-detalle .items-anteriores2 {
    width: 99.9971856354%;
  }

  .dcha-detalle .titulo-ediciones {
    margin-top: 31px;
  }

  .detalle-gen .item-detalle-gen {
    position: relative;
    z-index: 77;
    width: 143px;
  }

  .detalle-gen .ofertas {
    margin-left: -0.0085%;
  }

  .items-anteriores .item-anteriores2,
  .items-anteriores2 .item-anteriores2 {
    width: 20.3%;
    margin-left: 2.99544%;
  }

  .items-ofertas .conte-detalle-gen {
    width: 75.4579400782%;
  }

 .items-tarifas .conte-detalle-gen {
    width: 75.4579400782%;
  }

 

  .conte-img-item-anteriores2 .image-6 {
    z-index: 46;
  }


  .detalle-gen .conte-detalle-gen-1 {
    position: relative;
    z-index: 71;
    width: 61.4826569938%;
    margin-right: 4.40093%;
  }

 

  .item-anteriores2 .image-5 {
    position: relative;
    z-index: 45;
  }



  .item-detalle-gen .image-1 {
    position: relative;
    z-index: 72;
  }

  .item-oferta .image-3 {
    position: relative;
    z-index: 59;
  }

  .botones-detalle ._button-3 {
    margin-left: 2.99903%;
  }
}

@media(max-width: 480px) {
  div img {
    height: auto;
  }

/*NUEVAS CLASES PARA FLECHAS (PASAR DE UNA OFERTA A OTRA)*/
.flechas-ofertas{
  width: 70px;
  height: 60px;
  position: absolute;
  top: 105px;
  right: -20px;
}
.flecha-izda{
  float: left;
  margin: 10px;
  width: 13px;
  height: 10px;
  background-image: url(../img/flecha-i.png);
}
.flecha-izda:hover{
  width: 13px;
  height: 10px;
  background-image: url(../img/flecha-i-hover.png);
}
.flecha-dcha{
  float: left;
  margin: 10px;
  width: 13px;
  height: 10px;
  background-image: url(../img/flecha-d.png);
}
.flecha-dcha:hover{
  width: 13px;
  height: 10px;
  background-image: url(../img/flecha-d-hover.png);
}
/*NUEVAS CLASES PARA FLECHAS (PASAR DE UNA OFERTA A OTRA)*/

/*NUEVA CLASE PARA BOTÓN CALENDARIO*/
.celda-calen{
  float: right;
  padding: 5px;
  border: 1px solid #FFF;
  border-radius: 5px;
  margin-top: 15px;
}
.celda-calen:hover{
  background-color: rgba(255, 255, 255, 0.67);
}
.button-calen{
  width: 24px;
  height: 24px;
  background-image: url(../img/icocalendar.png);
}
/*NUEVA CLASE PARA BOTÓN CALENDARIO*/

/*NUEVA CLASE PARA DESPLEGABLE "EDICIONES"*/
.menu-ediciones {
  margin:auto;
  font-family:Arial, Helvetica, sans-serif;
  height: 300px;
}
      
ul, ol {
  list-style:none;
}
      
.desp-nav > li {
  float:left;
}
      
.desp-nav li a {
  background-color: rgb(193, 42, 58);
  color:#FFF;
  text-decoration:none;
  padding:1px 5px;
  display:block;
  margin-bottom: 1px;
  border: 1px solid #FFF;
  border-radius: 5px;
}
      
.desp-nav li a:hover {
  background-color: rgba(255, 255, 255, 1);
  color: rgb(193, 42, 58);
}
      
.desp-nav li ul {
  display:none;
  position:absolute;
  min-width:140px;
}
      
.desp-nav li:hover > ul {
  display:block;
}
      
.desp-nav li ul li {
  position:relative;
}
      
.desp-nav li ul li ul {
  right:-140px;
  top:0px;
}
/*NUEVA CLASE PARA DESPLEGABLE "EDICIONES"*/

 .txt-detalle-gen{
  display: none;
 }

  .conte-blanco .conte-blanco-int {
    margin-top: 0;
    padding-bottom: 60px;
  }

  .conte-blanco-int .dcha-detalle {
    width: 92.4994065986%;
    margin-left: 3.99444%;
  }

  .conte-blanco-int .izda-detalle {
    width: 92.4994065986%;
    margin-top: 40px;
    margin-left: 3.99444%;
  }

  .conte-img-item-anteriores2 .conte-lupa,
  .conte-img-item-detalle .conte-lupa {
    width: 29.2584009269%;
  }

  .conte-img-item-anteriores2 .image {
    position: relative;
  }

  .conte-img-item-detalle .image {
    position: relative;
    z-index: 73;
  }

  .dcha-detalle .items-anteriores,
  .dcha-detalle .items-anteriores2 {
    width: 100%;
    margin-top: 10;
  }

  .detalle-gen .item-detalle-gen {
    position: relative;
    z-index: 77;
    width: 32.4412463223%;
    min-width: 90px;
  }

  .detalle-gen .ofertas {
    margin-top: 0;
    margin-left: -0.00769%;
  }

  .items-anteriores .item-anteriores2,
  .items-anteriores2 .item-anteriores2 {
    position: relative;
    width: 35.2013538982%;
    min-width: 90px;
    margin-top: 30px;
    margin-left: 8.19647%;
  }

  .items-ofertas .conte-detalle-gen {
    width: 60.2045224707%;
  }

  .items-tarifas .conte-detalle-gen {
    width: 64.2045224707%;
  }

  .items-ofertas .item-oferta {
    width: 26.9946478573%;
    min-width: 90px;
  }

  .items-tarifas .item-oferta {
    width: 26.9946478573%;
    min-width: 90px;
  }

  .ofertas .botones-detalle {
    margin-top: 20px;
  }



 

  .conte-img-item-anteriores2 .image-6 {
    z-index: 46;
  }



  .detalle-gen .conte-detalle-gen-1 {
    position: relative;
    z-index: 71;
    width: 59.2109460848%;
    margin-right: 2.61549%;
  }

  
  .item-anteriores2 .image-5 {
    position: relative;
    z-index: 45;
  }



  .item-detalle-gen .image-1 {
    position: relative;
    z-index: 72;
  }

  .item-oferta .image-3 {
    position: relative;
    z-index: 59;
  }

  .items-anteriores .item-anteriores2-1 {
    z-index: 50;
  }

  .items-anteriores{
  display: none;
 }
 .titulo-anteriores{
  display: none;
 }

  .items-anteriores .item-anteriores2-3 {
    clear: both;
    z-index: 38;
  }

  .items-anteriores .item-anteriores2-4 {
    z-index: 32;
  }

  .items-anteriores2 .item-anteriores2-5 {
    z-index: 23;
  }

  .items-anteriores2 .item-anteriores2-6 {
    z-index: 17;
  }

  .items-anteriores2 .item-anteriores2-7 {
    clear: both;
    z-index: 11;
  }

  .items-anteriores2 .item-anteriores2-8 {
    z-index: 5;
  }

  .botones-detalle ._button-3 {
    margin-left: 2.99341%;
  }
}