﻿body {
    background-color: #000;
}
#HeaderContent{
    background-image: url('../HotelImages/logo3reyes.png');
    background-position: center;
    max-height: 145px ;
    border-bottom: 50px solid #d9b27e;
    background-color: #342b1c;

}

#MasterFooter
{
    background-color: #342b1c;
    color: #d9b27e;
    border-top: 1px solid #d9b27e;
    border-bottom: 1px solid #d9b27e;
    font-size: 14px;
    padding: 20px;
}
#MasterFooter a {
    color: #d9b27e;
}

.corner{
    border-radius: 0px;
    border-width: 0px;
}
.backgroundNaranjita{
    background-color: #fed296;
    color: #342b1c!important;
}



div.consultaDispo h2 {
    color: #342b1c;
}

.habitacion {
    color: #342b1c !important;
}

.dxbButton_CostaDelSol{


    background: #342b1c!important;
	color: #d9b27e!important;
    border-radius: 3px!important;
    border-color: #342b1c!important;
    padding-left: 10px;
    padding-right: 10px;
    font-size:13px!important;
    height: 36px!important;
    text-transform: uppercase;
}

.dxbButtonHover_CostaDelSol {
    background-color: #3c3323 !important;
}

.backgroundNaranjita  .dxeBase_CostaDelSol{
    color: #342b1c!important;
}

.hotelHeader h2 {
    color: #342b1c;
}
.hotelHeader p.descripcion{
    font-size:14px;
    line-height: 20px;
    color: #342b1c;
}
.resultCategoria .categoria {
    color: #342b1c;
}
hr {
    border-top: 1px #342b1c solid;
}

.resultCategoria .occupancy {
    display: none!important;
}

@media only screen and (max-width: 800px) {

    #HeaderContent {
        background-size: contain;
    }
}