body{
    margin: 0px;
    padding: 0px;
    text-align: center;
    background: url(../imagens/internas/bg.jpg) top center   repeat-x;
    font-family: arial;
}
#mestre, #menu, #banner, #corpo{
    width: 870px;
}
#mestre, #rodape{
    margin: auto;
}

#mestre{
    height: auto;
    text-align: left;
}
#menu{
    height: 40px;
    background: url(../imagens/internas/bg_menu.png) right center no-repeat;
}
#menu a{
    height: 45px;
    float: left;
    display: block;
    background: url(../imagens/internas/menu.png)  0px -45px no-repeat;
    margin-right: 10px;
}
#menu #home:hover{background-position:0px -0px}
#menu #uteis:hover{background-position: -64px -0px;}
#menu #contato:hover{background-position: -149px -0px;}

#menu #home{width: 56px; }
#menu #uteis{width: 77px; background-position: -64px -45px;}
#menu #contato{width: 170px; background-position: -149px -45px;}



#banner{
    height: 395px;
    margin: 0px 0px 0px 0px;
    position: relative;
}
#mascara{
    width: 870px;
    height: 395px;
    background: url(../imagens/internas/mascara.png) 0px 0px no-repeat; 
    position: absolute;
    top: 0px;
    z-index: 10;
}
#foto{
    width: 870px;
    height: 350px;
    position: absolute;
    top: 22px;
    text-align: center;
    background: #fff;
}
#foto img{
    position: absolute;
    left: 5px;
}
#corpo{
    height: auto;
    margin: 10px 0px 20px 0px;
}
#corpo #img_home{
    float: left;
    margin-right: 20px;
}
#corpo #texto_home{
    float: left;
    width: 320px;
    font-size: 13px;
    text-align: justify;
    color: #444;
}

#rodape{
    width: 99%;
    height: 55px;
    background: #dfe4ea;
    border: 1px solid #154e93;
    position: relative;

}
#rodape img{
    position:absolute;
    left: 250px;
    margin: -10px 0px 0px 50%;
}
#rodape #endereco, #rodape #desenvolvedor {
    position:absolute;
    left: -425px;
    margin-left: 50%;
    padding-top: 5px;
}
#rodape #endereco{
    color:#154e93; 
    font-size: 12px;
}
#rodape #desenvolvedor {
    bottom: 5px;
    font-size: 11px;

}
#rodape #desenvolvedor a{
    color: #748B9E;
    text-decoration: none;
}
.neutra{
    clear: both;
}
#servicos_home{
    width: 270px;
    float: left;
    margin-left: 20px;
}
#servicos_home ul{
    width: 270px;
    background: #edf5f9;
    border: 1px solid #154e93;
    display: block;
    padding: 10px 0px 5px 0px ;
    margin: 15px 0px 0px 0px ;
}
#servicos_home ul li{
    margin: 0px 0px 5px 30px;
    color: #154e93;
    font-size: 13px;
    list-style-image: url(../imagens/internas/seta.gif);
    padding: 0px;
}
.linha{
    width: 850px;
    height: 70px;
    margin: 20px 0px 0px 8px;
    float: left;
    border-bottom: 1px solid #154e93;
}
.link_logo{
    width: 150px;
    height: 69px;
    float: left;
    border: 1px solid #154e93;
}
.titulo_linha{
    width: 680px;
    height: 30px;
    float: right;
    font-size: 25px;
    color: #39B44A;
}
.texto_linha{
    width: 680px;
    height: 40px;
    float: right;
}
.texto_linha a{
    font-size: 20px;
    text-decoration: none;
    color: #154e93;

}

#tabela_contato label{
   text-align: right;
   display: block;
    color: #154e93;
}
#tabela_contato iframe{
   width: 480px;
   height: 250px;
   float: right;
}