<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.DivCuartos1{
  position:relative;
  display:inline-block;
  width:100%;
  z-index:4;
}
.DivCuartos2{
  position:relative;
  display:inline-block;
  width:100%;
  top:-40px;
  z-index:3;
}
.DivCuartos3{
  position:relative;
  display:inline-block;
  width:100%;
  top:-100px;
  z-index:2;
}.DivCuartos4{
  position:relative;
  display:inline-block;
  width:100%;
  top:-140px;
  z-index:2;
}
.cuartosDelMat{
  background:url(images/cuartos/Deluxe_Pic.jpg);
  width: 100%;
  max-width: 430px;
  height: 592px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  background-size: cover;
}
.cuartosDelTwin{
  background:url(images/cuartos/Deluxe_Twin_Pic.jpg);
  width: 100%;
  max-width: 430px;
  height: 592px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  background-size: cover;
}
.cuartosDelTwinM{
  background:url(images/cuartos/Deluxe_Twin_Pic.jpg);
  width: 100%;
  max-width: 430px;
  height: 592px;
  display: none;
  position: relative;
  vertical-align: top;
  background-size: cover;
}
.cuartos2{
  background:url(images/cuartos/Standard_Twin_Pic.jpg);
  width: 100%;
  max-width: 430px;
  height: 592px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  background-size: cover;
}
.cuartos2M{
  background:url(images/cuartos/Standard_Twin_Pic.jpg);
  width: 100%;
  max-width: 430px;
  height: 592px;
  display: none;
  position: relative;
  vertical-align: top;
  background-size: cover;
}

.cuartosSupTwin{
  background:url(images/cuartos/Superior_Twin_Pic.jpg);
  width: 100%;
  max-width: 430px;
  height: 592px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  background-size: cover;
}
.cuartosSupTwinM{
  background:url(images/cuartos/Superior_Twin_Pic.jpg);
  width: 100%;
  max-width: 430px;
  height: 592px;
  display: none;
  position: relative;
  vertical-align: top;
  background-size: cover;
}

.cuartos4{
  background:url(images/cuartos/Superior_Pic.jpg);
  width: 100%;
  max-width: 430px;
  height: 592px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  background-size: cover;
}
.cuartos4M{
  background:url(images/cuartos/Superior_Pic.jpg);
  width: 100%;
  max-width: 430px;
  height: 592px;
  display: none;
  position: relative;
  vertical-align: top;
  background-size: cover;
}
.pieCuartos{top:-40px;position:relative;}
.separadorVerticalNewsletter{height:100px;}
@media only screen and (max-width: 975px) {
  .cuadradoNewsletterRooms{height: auto;}
  .separadorVerticalNewsletter{height:0px;}
  .pieCuartos{top:0;position:relative;}
  .DivCuartos2{
    top:0px;
  }
  .DivCuartos3{
    top:0px;
  }
  .DivCuartos4{
    top:0px;
  }
  .cuartos2M{
    display: inline-block;
  }
  .cuartos2{
    display: none;
  }
  .cuartosDelTwinM{
    display: inline-block;
  }
  .cuartosDelTwin{
    display: none;
  }
  .cuartosSupTwinM{
    display: inline-block;
  }
  .cuartosSupTwin{
    display: none;
  }
}
</pre></body></html>