*{
    padding: 0px;
    margin: 0px;
    border: 0px;
}
body{
    font-size: 12;
    font-family: Arial, sans-serif, cursive;
    margin: 0px auto;
    background: url(../images/background.jpg) no-repeat center top;
    color: #000;
}
.fundo{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.75;
    z-index: 100;
    display: none;
}
.planos{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 570px;
    height: 440px;
    margin-top: -220px;
    margin-left: -285px;
    padding: 10px;
    background: #fff;
    border-radius: 15px;
    z-index: 200;
    overflow-y: auto;
    display: none;
}
.plano{
    cursor: pointer;
}
.fechar{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 201;
    cursor: pointer;
}
a{
    color: #333;
    text-decoration: none;
}
a:hover{
    color: #666;
}
.clr{
    clear: both;
}
.oculto{
    display: none;
}
.container{
    position: relative;
    float: left;
}
.topo{
    width: 100%;
    height: 140px;
}
.topo .tmiolo{
    position: relative;
    width: 1022px;
    margin: 0px auto;
    background: #ddd;
}
.tmiolo .logo{
    position: absolute;
    top: 20px;
    left: 15px;
}
.baixo{
    position: relative;
    width: 962px;
    margin: 20px auto;
}
.baixo .esquerda{
    width: 600px;
    float: left;
}
.baixo .direita{
    float: right;
    width: 320px;
    margin-top: -45px;
    text-align: center;
}
.conteudo{
    width: 100%;
    
}
.conteudo .miolo{
    position: relative;
    width: 1022px;
    margin: 10px auto 0px auto;
    min-height: 650px;
}
.miolo .article{
    position: relative;
    margin-top: 5px;
}
.banner{
    position: relative;
    float: left;
    width: 400px;
    margin: 0px auto 40px auto;
    padding: 0px;
}
.setas{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 11;
}
.esq{
    float: left;
    width: 620px;
    height: 345px;
    margin-left: 24px;
}
.esq .melhor{
    position: absolute;
    top: 5px;
    left: 0px;
    z-index: 9;
}
.esq .selo{
    position: absolute;
    top: 5px;
    right: 0px;
    z-index: 10;
}
.esqc, .dirc{
    cursor: pointer;
}
.form_home{
    position: relative;
    float: right;
    width: 275px;
    height: 578px;
    margin-top: 0px;
    margin-right: 30px;
    background: url(../images/form.png) no-repeat;
    font-size: 13px;
    padding: 2px 20px;
}
.left{
    float: left;
}
.right{
    float: right;
}
.form_home p{
    margin: 9px 0px;
}
.form_home .campos{
    background: #fff;
    padding: 7px 2px;
    box-shadow: inset 2px 2px 1px #bbb;
    border-radius: 5px;
}
textarea{
    resize: none;
}
.form_home .contato_home{
    margin-top: 18px;
    margin-left: 20px;
}
.rodape{
    position: relative;
    float: left;
    height: 100px;
    width: 100%;
    margin-top: 20px;
    padding: 10px 0px;
    background: url(../images/rodape_fundo.jpg) repeat-x #dcdde0;
    color: #fff;
}
.rodape .texto{
    position: relative;
    width: 900px;
    margin: 0px auto;
    color: #333;
    font-size: 9px;
}