/*******************************************************************
	Geral
*******************************************************************/
* {
    list-style: none;
    margin: 0;
    padding: 0;
}

body {
    background: #212121;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

#container {
    background: #00477e url('../images/bg.gif') repeat-x;
    padding-bottom: 40px;
}

#topo, #dest_home {
    display: block;
    width: 980px;
    margin: 0 auto;
}

a {
    color: #467DA8;
    text-decoration: none;
}

a:hover {text-decoration: underline;}


/*******************************************************************
	Topo
*******************************************************************/

#topo {
    background: url('../images/bg_topo.jpg') no-repeat center top;
    height: 115px;
}

#topo img, #topo ul li {
    float: left;
}

#topo #logo_minhacasa, #topo ul {
    float: right;
}

#topo #logo_minhacasa {
    margin-top: 13px;
}

#topo ul {
    margin: 52px 10px 0 0;
}

#topo ul li a {
    display: block;
    height: 37px;
    margin-right: 10px;
    text-indent: -9000px;
    overflow: hidden;
}

#topo #bt_m_oquee {
    background: url('../images/bt_m_oquee.png') no-repeat;
    width: 77px;
}

#topo #bt_m_duvidas {
    background: url('../images/bt_m_duvidas.png') no-repeat;
    width: 74px;
}

#topo #bt_m_vantagens {
    background: url('../images/bt_m_vantagens.png') no-repeat;
    width: 93px;
}

#topo #bt_m_encontreoseu {
    background: url('../images/bt_m_encontreoseu.png') no-repeat;
    width: 127px;
}

#topo #bt_m_cadastro {
    background: url('../images/bt_m_cadastro.png') no-repeat;
    width: 87px;
}

#topo #bt_m_contato {
    background: url('../images/bt_m_contato.png') no-repeat;
    width: 76px;
}

#topo ul li a:hover {
    background-position: 0 -37px  !important;
}
/*******************************************************************
	Rodape
*******************************************************************/

#rodape {
    width: 100%;
    border-top: #467da8 solid 4px;
    background: url('../images/bg_rodape.gif') repeat-x;
    padding-top: 20px;
}

#rodape div {
    width: 980px;
    margin: 0 auto;
}

#rodape div img {
    float: right;
}

#rodape div ul {
    padding-top: 15px;
}

#rodape div ul li {
    margin-right: 15px;
    float: left;
}

#rodape div ul li a {
    color: #467da8;
    font-size: 12px;
    text-decoration: none;
}

#rodape div ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

#rodape div p {
    color: #777;
    font-size: 11px;
}
/*******************************************************************
	Home
*******************************************************************/

#dest_chamadas {
    width: 890px;
    margin: 20px auto 0;
}

#dest_chamadas ul li {
    float: left;
    margin-right: 25px;
}

#dest_chamadas ul li#ultimo {
    margin-right: 0px;
}

#dest_chamadas ul li a {
    display: block;
    width: 280px;
    height: 215px;
    text-indent: -9000px;
    overflow: hidden;
}

#dest_chamadas #bt_c_facaumasimulacao {
    background: url('../images/bt_c_facaumasimulacao.png') no-repeat;
}

#dest_chamadas #bt_c_encontreoseu {
    background: url('../images/bt_c_encontreoseu.png') no-repeat;
}

#dest_chamadas #bt_c_vejaosbeneficios {
    background: url('../images/bt_c_vejaosbeneficios.png') no-repeat;
}
/*******************************************************************
	Sub páginas
*******************************************************************/

#light {
    display: block;
    background: url('../images/bg_sub.jpg') no-repeat;
    width: 980px;
    height: 85px;
    margin: 0 auto;
}

#light h2 {
    font-size: 40px;
    letter-spacing: -3px;
    color: #fff;
    padding: 20px 0 0 55px
}

#conteudo_top {
    display: block;
    background: url('../images/bg_subconteudo_top.gif') no-repeat;
    width: 890px;
    height: 12px;
    margin: 0 auto;
}

#conteudo_down {
    display: block;
    background: url('../images/bg_subconteudo_down.gif') no-repeat;
    width: 890px;
    height: 12px;
    margin: 0 auto;
}

.conteudo {
    background: #003157;
    width: 850px;
    margin: 0 auto;
    padding: 10px 20px;
    color: #fff;
    line-height: 26px;
}

.conteudo#wide {
    width: 770px;
    padding: 10px 60px;
}

.conteudo h3 {
    border-bottom: 3px solid #fff;
    margin-bottom: 20px;
}

.conteudo h4 {color: #467da8;}

.conteudo p, .conteudo .lista {margin-bottom: 20px;}

.conteudo .lista li {
    list-style: disc;
    margin-left: 40px;
}

.conteudo table th, .conteudo table tr {width: 50%;}

.conteudo table th {background: #003A68; padding: 10px 5px;}
.conteudo table td {padding: 5px;}
.conteudo table tr {background: #00477E;}
.conteudo table tr.impar {background: #467DA8;}

.conteudo #atendimento_msn {
    width: 250px;
    height: 62px;
    display: inline-block;
    background: url('../images/atendimento_msn.gif') no-repeat;
    margin-right: 40px;
    text-indent: -9000px;
    overflow: hidden;
    margin-bottom: 20px;
}

.conteudo #atendimento_skype {
    width: 241px;
    height: 62px;
    display: inline-block;
    background: url('../images/atendimento_skype.gif') no-repeat;
    text-indent: -9000px;
    overflow: hidden;
    margin-bottom: 20px;
}


/*******************************************************************
	Formulários
*******************************************************************/
.conteudo form {margin: 0 50px 30px 50px;}

.conteudo form label {
    display: block;
    font-size: 15px;
}

.conteudo form .campo {
    font-size: 18px;
    padding: 5px;
    margin-bottom: 15px;
}

.conteudo span#envio_ok {
    color: orange;
    margin-bottom: 20px;
    display: block;
}

.conteudo span#telefone {font-size: 30px;}

label.error {
    float: none;
    color: red;
    margin: -5px 0 0 0;
    vertical-align: top;
    font-size: 12px !important;

}












