﻿body
{    
    background-color: #ffffff;
}

#HeaderContent
{    
    background-size: cover;
	background-image: url('../images/parque trasero hotel.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

#HeaderContent div.logo{
    background-image: url('../images/logo-hojo-vgb.png');
    background-repeat: no-repeat;
    background-position-x: left;
    width: 85%;
    height: 100%;
    margin: 40px auto;
    padding: 0px 20px 0px 20px;

}
#SecondaryMaster {
    padding-top: 20px;
    margin-top: -30px;
}
.corner{
    border-radius: 0px;
}
.backgroundNaranjita{
    background-color: #f5f5f5;
}
hr{
    border-top: 3px #47A8D8 solid;
    margin: 15px 0px;
}
h1, h2, h3, h4 {
    color: #000000;
}
.hotelHeader h2 {
    color: #e25100;
}
.dxbButton_CostaDelSol {
    border: 0px!important;
    border-radius: 3px!important;
    color: #ffffff!important;
    background-color: #2083d5!important;
    height: 31px;
}
.dxbButtonHover_CostaDelSol {
    color: #dddddd!important;
}
.habitacion {
    color: #2083d5!important;
}
#MasterFooter
{
    padding: 20px 20px 20px 20px;
    background-color: #ffffff;
    color: #878789;
    border-top: 4px double #dddddd;
}
#MasterFooter a {
    color: #878789;
}
.resultCategoria .categoria {
    color: #e25100;
}
.resultCategoria .bedding {
    color: #2083d5;
}
.dxrpControl_CostaDelSol .dxrpHeader_CostaDelSol, .dxrpControl_CostaDelSol .dxrpHeader_CostaDelSol td.dxrp {
    color: #e25100!important;
}

@media only screen and (min-width: 801px) {
    #HeaderContent {
        height: 230px;
    }

    #SecondaryMaster {
        width: 85%;
    }
    #MasterFooter {
        width: 85%;
    }
}
@media only screen and (max-width: 800px) {

    #HeaderContent {
        background-size: cover;
        height: 170px;
    }

    #HeaderContent div.logo {
        margin: 20px auto;
    }
}
@media only screen and (max-width: 600px) {

    #HeaderContent {
        background-size: cover;
        height: 130px;
    }

    #HeaderContent div.logo {
        margin: 0px auto;
    }
}
