body{
    margin: 0;
    padding: 0;
    text-align: center;
    background-image: url('../fundo.jpg');
    font-family: "Trebuchet MS","Arial";
    font-size: 13px;
}

#geral{
    margin: 0 auto;
    width: 900px;
    border: 1px solid #ccc;
    text-align: left;
    background: #fff;
}

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

#menu li{
    float: left;
    margin: 0;
    padding: 0;
    
}

.b1_branca{
    border-left: 1px solid #fff;
}
.m_fundo{
    background: url('../imgs/fundo_btn.jpg') repeat-x;
    height: 41px;
    text-align: center;
}

.m_home{
    display: block;
    width: 140px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 8px;
}

.m_empresa{
 
    display: block;
    height: 33px;
    width: 150px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 8px;
    
}

.m_servico{

    display: block;
    height: 33px;
    width: 150px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 8px;
}

.m_vagas{

    display: block;
    height: 33px;
    width: 150px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 8px;
}

.m_atuacao{

    display: block;
    height: 33px;
    width: 150px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 8px;
}

.m_contato{

    display: block;
    height: 33px;
    width: 150px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 8px;

}

#conteudo{
    background: #fff;
}

.cont_esq{
    float: left;
    width: 288px;
}

.cont_esq div{
    margin: 10px 20px;
}

.cont_dir{
    float: left;
    width: 612px;   
}

.cont_dir div{
    margin: 10px 20px;
    text-align: justify;
}
.cont_centro{
    margin: 10px 20px;

}

/****************************************
* menu vagas
*****************************************/
#menu_vagas, #menu_vagas li ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu_vagas li strong{
    cursor: pointer;
}

#menu_vagas li strong:hover{
    color:#020bab;
    font-size: 14px;
    font-style: italic;
}

#menu_vagas li, #menu_vagas li ul li{
    margin: 0;
    padding: 0;
}

#menu_vagas li ul li div{
    margin-left: 10px;
    padding: 0;
    /*background: #d3e6e8;*/
    border-top: 1px dashed #c29082;
}

/***************************/
.tit_vermelho{
    color:#990000;
    font-size: 14px;
    font-weight: bold;
}

a{
    color: #990000;
    text-decoration: none;
    font-weight: bold;
}
a:hover{
    text-decoration: underline;
}

#rodape{
    text-align: center;
    height: 83px;
    border-top: 1px solid #578fc8;
}

#rodape div{
    margin-top: 10px
}
.limpa{
    clear: both;
}
/*fundo_btn.jpg*/

.twitter:hover{
    color: #1FCAFF;
}

.grid{
    border-collapse: collapse;
    font-size: 12px;
}
.grid tr td{
    border: 1px solid #D7E4ED;
    padding: 2px 5px;
}