﻿@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,800,700,900);
body {
    font-family: 'Raleway',sans-serif!important ;
}
h1, h2, h3, h4{
    color: #333;
    font-family: 'Raleway',sans-serif ;
}
#HeaderContent {
    background-color: #fff;
    background-image: url('../images/encabezadocarat3.png');
    height: 180px;
    max-width: 1100px;
    padding-left:3%;
    padding-right:3%;
    background-position: center;
    border-bottom: 5px solid #9a9a9a;
    padding-bottom: 20px;
    padding-top: 10px;

}

#SecondaryMaster {
    max-width: 1100px;
    padding-top: 50px;
    padding-left:3%;
    padding-right:3%;
}

#MasterFooter
{
    background-color: #333;
    color: #fff;
    border: 0px solid #666;
    border-top-width: 0px;
    font-size: 13px;
    max-width: 1100px;
    padding-left:3%;
    padding-right:3%;
}
#MasterFooter a
{
    color: #fff;
}

.corner {
    border: 0px solid #666;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}

.backgroundNaranjita{
    background-color: #ddd;
    border-color: #fff;
	box-shadow: 0px ;
	color:#fff;

}
.hotelHeader h2{
    text-transform: uppercase;
    color: #333;
    font-family: 'Raleway',sans-serif!important ;
    font-size: 18px;
}
.hotelHeader h3 {
    font-size: 13px;
    text-transform: uppercase;
    color: #666;
    font-family: 'Raleway',sans-serif!important ;
}

.habitacion{
    color: #333!important;
    font-family: 'Raleway',sans-serif!important ;
}

.dxbButton_CostaDelSol{
    border: 0px!important;
    background: #333!important;
	color: #ffffff!important;
    font-size:15px!important;
    height:36px!important;
    line-height: 16px!important;
    padding-left: 5px!important;
    padding-right: 5px!important;
    font-weight: normal!important;
    text-transform: uppercase;
    min-width: 90px;
    font-family: 'Raleway',sans-serif!important ;
}

.dxbButtonHover_CostaDelSol {
    background-color: #666 !important;
}
.BtnGaleria {
    color: #777;
    font-family: 'Raleway',sans-serif!important ;
    display: none;
}


.dxrpControl_CostaDelSol .dxrpHeader_CostaDelSol, .dxrpControl_CostaDelSol .dxrpHeader_CostaDelSol td.dxrp {
    color: #333!important;

}

.hotelHeader p.descripcion{
    font-size: 14px;
    line-height: 22px;
}

div.consultaDispo h2{
    display: none;
}

.TextoPieReserva{

    padding-top:30px;
    font-size: 14px;
    font-weight: bold;
}
.occupancy {
    display: none;
}

.resultCategoria .tarifa {
    display: table-cell;
    font-size: 11px;
    text-transform: uppercase;
    /*background-color: #fff;*/
    text-align: right;
    padding-right: 3px;
}
.resultCategoria div.desc{
   width: 45%;
}

.resultCategoria .precio{
    width: 31%
}

.resultCategoria .descripcion {
    font-size: 13px;
    line-height: 19px;
}

.tdMenores{
    display: none;
}
.lblCantAdultos{
    display: none!important;
}

.lblCantPersonas{
    display: inline-block!important;
font: 12px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    color: #333333;

}

.cmbBedding {
    width: 70px!important;
    height: 19px!important;
    margin-top: 5px;
}
@media only screen and (max-width: 800px) {
    #HeaderContent {
        background-size: contain;
        height: 70px;
    }

    .resultCategoria {
        width: 100%;
    }

        .resultCategoria div.precio {
            width: 70%;
            padding-top: 25px;
        }

        .resultCategoria div.desc {
            width: 90%;
        }

        .resultCategoria div.img {
            width: 100%;
        }

    .deCheckOut {
        margin-left: -75px;
    }
}