body
{
    background-image: url("imgs/fundo.png");
    background-position: 0px -20px ;
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, Verdana;
    font-size: 13px;
    margin: 0px;
    padding: 0px;
}
.limpar
{
    clear: left;
}
.cont
{
    width: 950px;
}
.barra
{
    height: 4px;
    width: 100%;
}
.cab
{
    border: 0px solid red;
    height: 86px;
    width: 100%;
}
.cab_logo
{
    border: 1px solid gray;
    background-color: #EEEFF3;
    background-image: url("imgs/logosite.png");
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    margin-top: 3px;
    margin-bottom: 5px;
    height: 76px;
    width: 240px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;    
}
.cab_menu
{
    margin-top: 10px;
    float: left;
    height: 66px;
    width: 700px;
}
.menu
{   
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: right;
}
.menu li
{
    float: left;
    margin: 0px;
    padding: 0px;
}
.menu li a
{
    border-right: 1px solid gray;
    color: #FFF;
    display: block;
    font-family: Helvetica;
    font-size: 17px;
    margin-top: 18px;
    margin-bottom: 18px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;    
    text-decoration: none;
}
.menu li a:hover
{
    color: #F3B014;
}
.banner
{
    border: 2px solid #F3B014;
    height: 300px;
    width: 950px;
    background: black;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;    
}
.pag
{
    border: 0px solid red;
    margin-top: 8px;
    width: 100%;
}
.pag_esq
{
    border: 0px solid blue;
    float: left;
    margin-right: 25px;
    width: 270px;
}
.pag_dir
{
    border: 0px solid green;
    float: left;
    width: 650px;
}
h1
{
    padding-top: 32px;
    text-align: left;
    
}
.pag_esq_det
{
    border-right: 2px solid gray;
    padding-top: 2px;
    width: 100%;
}
.pag_dir_det
{
    padding-top: 2px;
    text-align: justify;
    width: 100%;
}
.pag_esq a
{
    background-image: url("imgs/estrela.png");
    background-repeat: no-repeat;
    background-position: left center;
    color: #555555;
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 24px;
    text-align: left;
    text-decoration: none;    
}
.rod
{
    background-image: url("imgs/fundo_rodape.png");
    background-repeat: repeat-x;
    background-color: #000000;
    color: #FFF;
    padding-top: 35px;
    padding-bottom: 15px;
    width: 100%;
    text-align: left;
}
.serv_titulo
{
    font-size: 16px;
    font-weight: bold;
}
.serv_detalhe
{
    margin-bottom: 20px;
}
.inputcontato
{
    background: #E1E1E1;
    border: 1px solid gray;
}
.rod33
{
    border: 1px solid red;
    float: left;
    text-align: left;
    width: 33%;
}
.linkinicio
{
    background-image: url("imgs/estrela.png");
    background-repeat: no-repeat;
    background-position: left center;
    color: #555555;
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 24px;
    text-align: left;
    text-decoration: none;
}