.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
}
.stdTbHead {
font-family: Arial, Helvetica;
font: bold;
font-size: 13px;
color: #000000
}
.stdTbBody {
font-family: Arial, Helvetica;
font-size: 13px;
color: #000000
}
.divContentCenter {
text-align:center;
}
.divContentRight {
text-align:right;
}
.divContentLeft {
text-align:left;
}
.textStyle{
text-align:justify;
font-family: Arial, Helvetica, sans-serif;
color:#9e9e9e;
font-size:15px;
}
.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) */
.modal {
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;
}

/* 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,0,0.8);
}

/* 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;
}
**/

hr.profile
{ 
  height: 1px;
  background-image:linear-gradient(to right, rgba(0, 0, 0, 0), blue, 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), cyan, 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 *******************/


/*CUADRO PARA COLOCARLO COMO PIE DE PAGINA*/

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

  }
}
*/
    /*Color Ocacity*/
    /*background: #666;
    filter: alpha(opacity=80);
    /* IE */
    /*-moz-opacity: 0.8;
    /* Mozilla */
    /*opacity: 0.8;