*{
    font-family: verdana, arial;
    font-size: 100%;
}
body, html{
    width:100%;
    height:100%;
    text-align:center;
}
div#geral{
    width:960px;
    margin:0 auto;
    padding-top:2px;
    text-align:left;

}

#menu{
    margin-bottom:1px;
    display:table;
    height:30px;
    width:100%;
}
#menu li{
    float:left;
    line-height:48px;
    height:48px;
    width: 118px;
    background: url('../imagens/menu-fundo.png') repeat-x;
    text-align:center;
    margin:0;
    padding:0;
}

#menu li#bckesq{
    width: 6px;
    background: url('../imagens/menu-esq.png') no-repeat;
}

#menu li#bckdir{
    width: 6px;
    background: url('../imagens/menu-dir.png') no-repeat;
}
 
#menu li a{
    text-decoration:none;
    color:#A6D931;
    line-height:48px;
    font-size:11px;
    display:block;
    background: url('../imagens/menu-sep.png') no-repeat right;
}
#menu li a:hover{
    color:#000000;
    background: url('../imagens/menu-fundo-over.png') repeat-x;
}


#barra-tab{
    background: url('../imagens/barra-aba.png') no-repeat;
    width:960px;
    height:60px;
}
div#idiomas{
    width:960px;
    display:table;
    text-align: center;
    float:left;
    margin:2px auto;
}
div#idiomas a{
    width:20px;
}
#pesquisa{
    padding-top:10px;
    text-align:center;
    width:100%;
    margin: 40px 0px 100px 0px;
}
span#titulo{
    color: #107a79;
    font-weight: 900;
}
#jdsearchbox{
    border:1px solid #107a79;
    color:#107a79;
    font-size:14px;
    height:40px;
    line-height:40px;
    width:600px;
}
fom#cv input[type="text"]{
   border:1px solid #107a79;
   color:#107a79;
   height:20px;
   font-size:12px;
}
#btnprocurar, input[type="submit"] {
    border:1px solid #107a79;
    color:#107a79;
    font-size:14px;
    height:40px;
    line-height:40px;
    width:100px;
}

/* Resultados Pesquisa Autocomplete */
.linha{
    width: 400px;
    display:block;
    background: #ffffff;
    text-align:left;
    font-size: 11px;
}

/* Formulário "Venha trabalhar connosco" */
form#recrutamento p.textbox{
    border:2px solid #ffffff;
    padding:5px;
}

/* Icones das redes sociais */
/******************************************************/
#fb_icon{
    background: url('../imagens/facebook.jpg') no-repeat;
    padding-left: 24px;
    margin-bottom:15px;
}

#tw_icon{
    background: url('../imagens/twitter.png') no-repeat;
    padding-left: 24px;
    margin-bottom:15px;
}


#rss_icon{
    background: url('../imagens/rss.png') no-repeat;
    padding-left: 24px;
}

#fb_icon a, #tw_icon a, #rss_icon a{
    text-decoration: none;
    color: #2a958c;
}
/******************************************************/

/* Resultados das pesquisas */
/******************************************************/
.registo{
    margin-top:15px;
    border:1px solid #147f7d;
    font-size: 12px;
    padding:2px;
}
.registo .titulo{
    margin-bottom:5px;
}
.registo .titulo a{
    font-weight: 900;
    color: #147f7d;
    margin-left:10px;
    font-size:  12px;
}
.registo .actividade, .registo .morada, .registo .telefone, .registo .tit_morada, .registo .tit_desc, .registo .desc,.registo .local{
    margin-left: 50px;
}

p.jdresults{
    font-size:11px;
    margin: 10px 0px 10px 0px;
}
p.jds_pages{
    margin-bottom:10px;
}
p.jds_pages a{
    font-size:11px;
    color: #147f7d;
    text-decoration: none;
}
span.current{
    font-size:11px;
    color: #147f7d;
    font-weight:900;
}
.tit_actividade, .tit_morada, .tit_desc{
    font-weight:900;
    margin-top:10px;
}
/******************************************************/

/* Acesso Reservado */
/******************************************************/
#ar{
    width:200px;
    padding-left: 30px;
    background: url('../imgs/cadeado.gif') no-repeat left bottom;
    height:20px;
    padding-top:5px;
    float:left;
}
#ar a{
    text-decoration:none;
    color:#147f7d;
    font-size:12px;
    display:block;
}

/******************************************************/