
.responsive {
  max-width: 100%;
  height: auto;
}

.justify{
	text-align:justify;s
}

.full{
	width: 100%;
}

.center{
	text-align: center;
}

a.enlace{
	text-decoration: none;
	color: #36C;
	font-size: 16px;
}
a.enlace:hover{
	text-decoration: none;
	color: #36F;
}

a.enlaceBig{
	text-decoration: none;
	color: #36C;
	font-size: 19px;
}
a.enlaceBig:hover{
	text-decoration: none;
	color: #36F;
}

.noBorderButton{
  border: 0px none #fff;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.contactus{
  color: #444;  
  font-size: 13px;
  line-height: 22px;
  letter-spacing:0px;
}

.left{
  float: left;
  width: 52%;
  text-align:left;
  font-weight: 100;
  
}

.right{
  text-align:right;
  float: right;
  width: 47%;
  font-weight: 100;
}

.right .tel{
  color: #39C;
  font-weight:400;
}

.modal *{
    font-family: 'Oswald', sans-serif;
	color: #444;
	font-weight:lighter;
}

.modal .modal-title{
	font-weight:lighter;
	font-size:18px;
}

.modal select{
	padding: 0px;
	font-size: 15px;
}

.modal select:focus{
	color:#444;
}


.amenities{
	text-align: center;
}
.amenities .amenities-style{
	padding: 8px 14px;
	color: #fff;
	font-weight: 400;
	font-size:14px;
	margin-bottom: 16px;
}

.btnAdicional{
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	text-transform:none;
}

.borderAlertBookNowTop{
	color: #D93600; 
	border: 1px dotted #D93600; 
	padding: 3px 8px;
	margin-right: 5px;
}

.textologin{
	color: #000;
}

a.link{
	color: #36F;
}
a.link:hover{
	color: #000;
}

