/* -------------------------------------------------------------------------------------
	CONFIGURACION DE CLASES y VARIABLES
   ------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------
	Clases generales
   ------------------------------------------------------------------------------------- */
center {
  text-align: left;
}
p.lead {
  font-size: 1.5em;
}
.small {
  font-size: 0.85em;
}
.text-centered {
  text-align: center;
}
.uppercase {
  text-transform: uppercase;
}
.nowrap {
  white-space: nowrap;
}
.normal {
  font-weight: normal;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.left-image {
  float: left;
  margin: 3px 10px 0 0;
  border: 1px solid #e7dddb;
  box-shadow: 0 0 4px #e7dddb;
}
.right {
  float: right;
  margin: 2px 0 0 10px;
  border: 1px solid #e7dddb;
  box-shadow: 0 0 4px #e7dddb;
}
.button-reserve {
  background: #e3a181;
  border: 1px solid #e7dddb !important;
  color: #fff!important;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 11px;
  padding: 8px 10px;
}
.button-partner {
  background: #e3a181;
  border: 1px solid #e7dddb !important;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 11px;
  padding: 8px 10px;
}
.button-hover {
  background: #3a6078;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  *background: #3a6078;
  color: !important;
  color: #fff!important;
}
#section {
  padding: 69px 0 20px;
}
/* TABLA HEADER */
#HotelDetailsHeader {
  clear: both;
  color: #3F2939;
  border-bottom: 2px solid #C8B2C3;
  height: 150px;
  margin-bottom: 23px;
  padding: 1rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  margin-top: -33px;
}
#HotelDetailsLogoHotel {
  display: block;
  float: left;
  height: 100px;
  margin-right: 8px;
  width: 135px;
}
#ctl00_ContentPlaceHolderMain_imgLogo {
  border: 1px solid #fff;
  box-shadow: 0 0 6px #e7dddb;
}
#HotelDetailsHeaderInfo {
  float: left;
  padding: 10px;
  font-family: 'Open Sans';


}
#HotelDetailsHeaderInfo h1 {
  color: #8D6D85;
  font-size: 27px;
  font-weight: bold;
  line-height: 102%;
  text-shadow: 1px 1px 1px #fff;
  margin: 0;
  padding: 0 0 5px;
}
#HotelDetailsBestRateNight {
  float: right;
  height: 57px;
  font-family: 'Open Sans';
}
.HotelResultsBestRateNumber {
  clear: both;
  display: block;
  color: #3F2939;
  font-size: 19px;
  font-weight: bold;
}
img.ui-datepicker-trigger {
  margin: 0 0 -4px 5px;
}
/* sidebar de sistema oculta */
.table-column-w20 {
  display: none!important;
}
/* TABLA DE SELECCION DE HABITACIONES */
.HotelDetailsCheckAvailabilityBox {
  background: #fff none repeat scroll 0 0;
  width: 92%;
  margin: 0 auto;
  padding: 12px 12px 12px 14px;
  border:1px solid #DDDDDD;
  box-sizing: border-box;
}
.HotelDetailsCheckAvailabilityBox h4 {
  background: #F60 none repeat scroll 0 0;
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  padding: 2px 4px;
}
.HotelDetailsCheckAvailabilityBox form {
  margin: 0;
}
.HotelDetailsCheckAvailabilityBox table {
  width: 74%;
  margin: 24px auto 0;
}
/* alto de renglón de listado de habitaciones */
#tblRooms tr {
  height: 40px;
}
/* boton de busqueda */
input.HotelFindAvailability {
  background: #3F2939;
  color: #FFFFFF;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 11px;
  padding: 8px 10px;
}


input.HotelFindAvailability:hover {
  background: #8D6E87;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  color: !important;
  color: #ffffff!important;
}
/* TARIFAS */
h3#ctl00_ContentPlaceHolderMain_lblInfotarifas {
  font-size: 27px;
  padding: 4px 0;
  margin: 14px 0 0;
}
span.HotelRatesListTitle {
  background: #8D6E87;
  padding: 6px;
  display: block;
  margin-bottom: 0px;
  color: #FFFFFF;
}
div.room-item {
  padding: 20px;
  border: 1px solid #DDDDDD;
  margin: 0 0px 7px;
  background: white;
}
div.room-info {
  display: table;
}
div.room-info h1 {
  font-size: 28px;
}
div.room-info img.photo {
  float: left;
  margin: 3px 10px 0 0;
  border: 1px solid #e7dddb;
  box-shadow: 0 0 4px #e7dddb;
}
div.room-info p.RoomDescription {
  overflow: hidden;
  text-align: justify;
}
div.plans h2 {
  font-size: 18px;
  background: url(images/layout/icon-star.png) 0 0 no-repeat;
  padding: 0 0 0 30px;
  margin: 17px 0;
  
  border-bottom: 1px solid #8F8F8F;
}
div.plans a.book-it {
   background: #3F2939 !important;
  color: #FEFAF9 !important;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 11px;
  padding: 8px 10px;
  float: right;
  margin: 2px 0 0 10px;
  font-weight: bold;
}

div.plans a.book-it:hover {
  background: #3F2939;
}

div.plans table.list {
  width: 94%;
  margin: 0 auto 82px;
  color: #3C3C3C;
}
div.plans table.list h3 {
  font-size: 20px;
  color: #333;
  margin: 0 0 4px;
}
div.plans table.list td {
  /*width: auto;*/
  vertical-align: middle;
}
div.plans table.HotelRatesDetailsBox {
  text-align: center!important;
  margin: 0 auto;
  background: #fefaf9;
  width: 100%;
}
div.plans table.HotelRatesDetailsBox thead {
  background: #8D6E87;
  color: #fff;
  font-size: 11px;
  padding: 12px 0;
}
div.plans table.HotelRatesDetailsBox thead td {
  padding: 12px 6px;
}
div.plans table.HotelRatesDetailsBox td.HotelRatesListHightColor {
  padding: 12px 6px;
  border-bottom: 1px solid #FFF;
}
span.final {
  font-size: 18px;
  color:#492D29;
  text-align: right;
  font-weight: normal;
}
span.from {
  display: none;
}
span.PromoStrike {
  text-decoration: line-through;
}
span.PromotionSpecialRate {
  font-weight: bold;
}
tr.plans td:last-child {
  width: 121px;
}
td.rate {
  width: 99px;
  text-align: right;
}
table.HotelRatesListHightColor {
  background: white;
  margin-bottom: 10px;
  border-bottom: 1px solid #EDDFA1;
}
td.divFootText {
  font-style: italic;
  color: #92874A;
}
td.divFootText span {
  display: block;
}
td#ctl00_ContentPlaceHolderMain_CtrlCreditCard1_tdFormaPago {
  vertical-align: top!important;
}
.PaymentsTab {
  padding: 1rem;
}
div.dvPayments {
  margin-top:1rem;
}
div.dvPayments {}
div.dvPayments table {width:100%;}
div.dvPayments table tr{margin-bottom:4px;}
div.dvPayments table td {padding: 0 4px 11px!important}
div.dvPayments span {font-size: 11px!important;}
#divNewUser {
  background: #135D5C none repeat scroll 0 0;
  margin: -20px 18px 24px;
}
#divNewUser div {
  background: #FFF!important;
  color: #252525;
}
#divNewUser div td {
  padding: 5px;
}
#tblRooms {
  background: #fff none repeat scroll 0 0;
  font-weight: 700!important;
  width: 618px;
  margin: 24px 0;
  padding: 4px;
  box-shadow: 0px 0px 8px #e7dddb;
}
#tblRooms td {
  padding: 12px 0;
}
.dvPayments {
  margin-top: -26px;
}
#boxHotelOrderResults span,
#boxHotelFilterZone span,
.PackageDetailsSubtitle {
  font-size: 12px;
  font-weight: 700;
}
#HotelResultsContainer div thead,
.HotelResultsSearching span,
.HotelDetailsCheckAvailabilityBox form label {
  font-weight: 700;
}
.HotelResultsInfoResume,
.HotelResultsInfoResumeNoPartner {
  clear: both;
  left: 5px;
  position: relative;
  top: -35px;
  width: 98%;
}
.HotelResultsBestRateNightNoPartner,
#HotelDetailsInfo,
#HotelDetailsMap,
#HotelDetailsAmenities,
#HotelDetailsRooms,
#HotelDetailsGallery,
#HotelDetailsPolicies,
.HotelInfo #ctl00_ContentPlaceHolderMain_HotelDetailsRatesGallery {
  display: none;
}
html > body #HotelResultsSearching,
html > body .HotelResultsSearching {
  width: 150px;
}
#HotelDetailsNavTabs ul li a:hover,
#HotelDetailsNavTabs ul li a.active:hover,
#HotelDetailsNavTabs ul li a.active {
  color: #584d18;
}
.HotelDetalsInfoTableCLeft,
.HotelDetalsInfoTableCRight {
  padding: 5px;
}
#HotelDetailsGalleryViewer,
.HotelDetailsGalleryNav {
  text-align: center;
}
img#ctl00_ContentPlaceHolderMain_CtrlSummDetHotel1_ImgImagen {
  margin-bottom: -87px;
    width: 10rem;
}
h3#ctl00_ContentPlaceHolderMain_lblCCinfo {
  margin-bottom: -18px;
}
table#Table2.HotelRatesListHightColor td {
  height: 39px;
}
div.HotelDetailSummaryBlock {
  margin-bottom: 4rem;
}

span#requiereAyuda {
  color: #135D5C;
}


span#ctl00_ContentPlaceHolderMain_CtrlSummDetHotel1_lblNombreHotel.bigNameResume {
  color:#492D29;
}
#HotelResultsHeader{
  background: #fff;
  border: 1px solid #E7EAE7;
  padding: 12px;
}

#imgLoading {width:32px; height:32px}