:root {--main-color: #2d7252;}
.loginPswNewAccount
{
  margin-top:0px;
}
.nuevaCuenta
{
  color: #7E7E7E;
  font: bold 20px Helvetica, Arial, sans-serif;
  letter-spacing: -0.05em;
  margin: 10px 60px;
}
.nuevaCuenta:hover
{
  color: #7E7E7E;
  font: bold 20px Helvetica, Arial, sans-serif;
  letter-spacing: -0.05em;
  margin: 10px 60px;
}
.form-portal
{
  width: 100%;
  padding: 9px 20px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  background: #f0ebe9;
  font-family: Arial, Helvetica;
  color: black;
}
.stdTextDataUser
{
font-family: Arial, Helvetica;
font: bold;
font-size: 13px;
color: #000000
}
.stdTitleTemplate h4
{
  font-family: Arial, Helvetica;
  color: BLUE;
  font-weight: bold;
  text-align: left;
}
.stdTitleTemplateCategory
{
  font-family: Arial, Helvetica;
  text-align: left;
  font-size:15px;
}
.stdLabel{
font-family: Arial, Helvetica;
font: bold;
font-size: 13px;
color: #000000
}
.stdLabelText{
font-family: Arial, Helvetica;
font-weight: bold;
font-size: 13px;
color: #000000
}
.stdLabelRules
{
font-family: Arial, Helvetica;
text-decoration: underline;
font-weight: bold;
font-size: 13px;
color: BLUE;
}
.stdTbHead {
font-family: Arial, Helvetica;
font: bold;
font-size: 13px;
color: #000000
}
.stdTbBody {
font-family: Arial, Helvetica;
font-size: 13px;
color: #000000
}
.divContentCenterIcon{
padding: 15px;
margin-bottom: 5px;
text-align:center;
color: black;
}
.divContentCenter {
text-align:center;
}
.divContentRight {
text-align:right;
}
.divContentLeft {
text-align:left;
}
.stylePrice
{
  font-family: Arial, Helvetica;
  font: bold;
  color: black;
  font-size: 35px;
}
/*.textStyle
{
  font-family: Arial, Helvetica;
  font: bold;
  font-size: 13px;
  color: #000000;
}*/
.detailRoom
{
  font-family: Arial, Helvetica;
  font: normal;
  font-size: 13px;
  color: #767370;
}
.detailRoom h1,h4{
    font-family: Arial, Helvetica;
    font: normal;
    color:000000;
}
.room-specs {
    padding:20px;
    border-bottom:solid 5px #ddd
}

.room-specs ul {
    list-style:none;
    margin:0;
    padding:0
}

.room-specs ul li {
    border-bottom:solid 1px #ddd;
    padding-bottom:5px;
    margin-bottom:5px
}

.room-specs ul li:before {
    list-style:none;
    color:var(--main-color);
    content:open-quote;
    font-size:14px;
    line-height:.1em;
    margin-right:10px;
    font-family:FontAwesome;
    content:"\f046"
}
.stylePriceImp
{
  font-family: Arial, Helvetica;
  font: bold;
  font-size: 13px;
  color: black;
  font-size: 8px
}
.panel-diseno{
  background: #E6E6E6; color: #000000;
}
a.templateTitle:link {font-family: Arial, Helvetica; text-decoration:none; font-size:15px; color:#000000;} /* Link no visitado*/ /*background: #990000; border:#FFFFFF 1px solid;*/
a.templateTitle:visited {font-family: Arial, Helvetica; text-decoration:none; font-size:15px; color:#000000;} /*Link visitado*/
a.templateTitle:active {font-family: Arial, Helvetica; text-decoration:none; font-size:15px; color:#000000;} /*Link activo*/ /* background: #993333; border:#FFFFFF 1px solid;*/
a.templateTitle:hover {font-family: Arial, Helvetica; text-decoration:underline; font-size:15px; color:#000000;} /*Mause sobre el link*/ /* background: #993333; border:#FFFFFF 1px solid;*/

a.userData:link {font-family: Arial, Helvetica; text-decoration: underline; font-size:15px; color:#0000FF;} /* Link no visitado*/ /*background: #990000; border:#FFFFFF 1px solid;*/
a.userData:visited {font-family: Arial, Helvetica; text-decoration: underline; font-size:15px; color:#0000FF;} /*Link visitado*/
a.userData:active {font-family: Arial, Helvetica; text-decoration: underline; font-size:15px; color:#0000FF;} /*Link activo*/ /* background: #993333; border:#FFFFFF 1px solid;*/
a.userData:hover {font-family: Arial, Helvetica; text-decoration: underline; font-size:15px; color:#0000FF;} /*Mause sobre el link*/ /* background: #993333; border:#FFFFFF 1px solid;*/
/*************************  css expandir imagen *************************/
#ratesRoomImg {
border-radius: 5px;
cursor: pointer;
transition: 0.3s;
}

/* The Modal (background) */
.modalExpande {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.ratesRoomModal-content {
margin: auto;
display: block;
width: 80%;
max-width: 700px;
}

/* Caption of Modal Image */
#caption {
margin: auto;
display: block;
width: 80%;
max-width: 700px;
text-align: center;
color: #ccc;
padding: 10px 0;
height: 150px;
}

/* Add Animation */
.ratesRoomModal-content, #caption {
-webkit-animation-name: zoom;
-webkit-animation-duration: 0.6s;
animation-name: zoom;
animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
from {-webkit-transform:scale(0)}
to {-webkit-transform:scale(1)}
}

@keyframes zoom {
from {transform:scale(0)} 
to {transform:scale(1)}
}

/* The Close Button */
.close {
position: absolute;
top: 15px;
left: 35px;
color: #f1f1f1;
font-size: 40px;
font-weight: bold;
transition: 0.3s;
}

.close:hover,
.close:focus{
color:#bbb;
text-decoration: none;
cursor:pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px)
{
  .ratesRoomModal-content {
    width: 100%;
  }
}
/************************* END - css expandir imagen *************************/

/************************* Slideshow container *************************/
/* Slideshow container */
.webMySlides {display:none}

/* Slideshow container */
.webSlideshowContainer {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* webNext & webPrevious buttons */
.webPrev, .webNext {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  background-color: rgba(0,0,0,0.8); //color al fondo de la flecha
}

/* Position the "webNext button" to the right */
.webNext {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.webPrev:hover, .webNext:hover {
  background-color: rgba(0,0,1,0);
}

/* Caption webText */
.webText {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  webText-align: center;
}

/* Number webText (1/3 etc) */
.webNumberwebText {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.active:hover {
  background-color: #717171;
}

/* Fading animation */
.webFade {
  -webkit-animation-name: webFade;
  -webkit-animation-duration: 1.5s;
  animation-name: webFade;
  animation-duration: 1.5s;
}

@-webkit-keyframes webFade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes webFade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease webText size */
@media only screen and (max-width: 300px) {
  .webPrev, .webNext,.webText {font-size: 11px}
}
/************************* END - Slideshow container *************************/
/** hr.styleLineSeparator
{
  height: 30px;
  border-style: solid;
  border-color: #8c8b8b;
  border-width: 1px 0 0 0;
  border-radius: 20px;
}
hr.styleLineSeparator:before
{
  display: block;
  content: "";
  height: 30px;
  margin-top: -31px;
  border-style: solid;
  border-color: #8c8b8b;
  border-width: 0 0 1px 0;
  border-radius: 20px;
} **/
/** ONLY ONE LINE
hr.style18{
  border-top: 1px solid #8c8b8b;
}
**/

/* CYAN */
hr.profile
{ 
  height: 1px;
  background-image:linear-gradient(to right, rgba(0, 0, 0, 0), orange, rgba(0, 0, 0, 0));
}
hr.styleLineSeparator
{
  border:0;
  margin-top: -0.5em;
  margin-bottom: 1em;
  height: 2px !important;
  /*background-image:linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); */
  background-image:linear-gradient(to right, rgba(0, 0, 0, 0), orange, rgba(0, 0, 0, 0));
}

/************************* Reservation - Transport *************************/

.rstCheckbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.rstCheckbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}


.rstCheckbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.rstCheckbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.rstCheckbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}
/************************* END - Reservation - Transport *************************/

/************************* Modal Ver Reserva *************************/
.modalWithoutButton {
    display:block;
}
/************************* END - Modal Ver Reserva *******************/
/*.imgLoad {
  float: left;
  text-align: left;
  margin-top: -1px;
  padding: 5px;
  margin: 0;
  src: url('webHC/scw/img/load.gif');
  }*/

/*CUADRO PARA COLOCARLO COMO PIE DE PAGINA*/


@media
{ 
  .navbar-fixed-top
  { 
    height: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
  }
}

.botonF1{
  width:60px;
  height:60px;
  border-radius:100%;
  background:#F44336;
  right:0;
  bottom:0;
  position:absolute;
  margin-right:16px;
  margin-bottom:16px;
  border:none;
  outline:none;
  color:#FFF;
  font-size:36px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition:.3s;  
}
    /*Color Ocacity*/
    /*background: #666;
    filter: alpha(opacity=80);
    /* IE */
    /*-moz-opacity: 0.8;
    /* Mozilla */
    /*opacity: 0.8;