
/*==============================
    conteudo
==============================*/

h1.acomodacoes{
    margin-top: 53px;
    padding: 7px 70px 7px 14px;
    background: #031e32;
    font:italic 30px arial;
    color:#fff;
}

.conteudo-paginas ul li{
    position: relative;
    margin: 10px 7px 0 20px;
    background: #031e32;
    padding: 5px;
    float: left;
    width: 285px;
    height: 214px;
}
.conteudo-paginas ul li img{
    position: absolute;
}
.conteudo-paginas ul li .nome-apartamentos{
    position: absolute;
    bottom: 5px;
    left:5px;
    padding: 3px 0px 4px 5px;
    width: 280px;
    font-size: 17px;
    font-weight: bold;
    background: #000;
    text-shadow: 1px 1px 1px #000;
    color:#fff;
    opacity:0.6;
    filter:alpha(opacity=60);
}

/*==============================
    Apartamentos com
==============================*/


.apartamento-lista{
    margin: 10px 0 0 20px;
    width: 320px;    
    height: 312px;
    background: url('../images/sombra_vertical.png') right center no-repeat;
}
.apartamento-lista h2{
    width: 290px;    
    font-size: 21px;
    color:#031e32;
}
.apartamento-lista p{
    width: 290px;    
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 20px;
    color:#031e32;
}

/*==============================
    Descricao
==============================*/


.apartamento-descricao{
    margin: 10px 0 0 10px;
    width: 318px;    
}
.apartamento-descricao h2{
    width: 100%;    
    font-size: 21px;
    color:#031e32;
}
.apartamento-descricao p{
    width: 100%;    
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 19px;
    text-align: justify;
    color:#031e32;
}
.apartamento-descricao span{
    float: left;
    padding-bottom: 10px;
    width: 100%;    
    margin: 50px 0 0;
    font-size: 12px;
    line-height: 14px;
    color:#031e32;
}

/*==============================
    Tarifas
==============================*/


.apartamento-tarifas{
    width: 220px;
    margin:15px 21px 0 0;
}

.apartamento-tarifas *{
    color:#fff;
}
.apartamento-tarifas > h3.titulo{
    text-align: center;
    font-size: 29px;
    font-weight: normal;
    background: #606060;
    width: 220px;
}
.apartamento-tarifas > h3 >span{
    color:#fff;
    font-size: 19px;
}

.apartamento-tarifas > .cont{    
    background: #3d3d3d;
    width: 220px;
}

.apartamento-tarifas > .cont > span{    
    float: left;
    padding-left: 20px;
}
.apartamento-tarifas > .cont > span.valor{ 
    width: 190px;
    padding-top:7px;
    font-size: 39px;
    line-height: 39px;
    font-weight: bold;
}
.apartamento-tarifas > .cont > span.desc{     
    font-size: 19px;
    line-height: 19px;
    padding-bottom: 7px;
}


.bt-reservas{
    margin-top: 10px;
    width: 220px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    background: #031e32;
}
.bt-reservas img{
    float: left;
    margin: -7px 0 0 -23px;
}

.bt-reservas:hover{
    background: #024474;
}


