/*
    Document   : Principal
    Created on : 28/01/2013, 11:48:33
    Author     : Marcel
    Description:
        Purpose of the stylesheet follows.
*/

#Topo .Conteudo a{
    display: block;
    background: url("../../Imagens/OpcoesPrincipal.png?3") no-repeat top center;
    width: 354px;
    height: 72px;
    margin: 0 0 14px 0;
}
#Topo .Conteudo a.Logo{
    display: none;
}
#Topo .Conteudo a.Empresas{
    background-position: 0 -162px;
}
#Topo .Conteudo a.Empresas:hover{
    background-position: -358px -162px;
}
#Topo .Conteudo a.Estudantes{
    background-position: 0 -235px;
}
#Topo .Conteudo a.Estudantes:hover{
    background-position: -358px -235px;
}
#Topo .Conteudo a.Escolas{
    background-position: 0 -309px;
}
#Topo .Conteudo a.Escolas:hover{
    background-position: -358px -309px;
}
#Topo .Conteudo a.PortalAssinaturas{
    background-position: 0 0;
    float: right;
    margin: 84px 95px;
    height: 161px;
}
#Topo .Conteudo a.PortalAssinaturas:hover{
    background-position: -358px 0;
}
#Topo .Conteudo img.Lembrete{
    float: right;
    margin: -135px 120px 0 0;
    cursor: pointer;    
    display: none;
}


#Topo #Menu ul li.MinhaConta span.Nome{   
    color: #fff !important;
}
#Topo #Menu ul li.MinhaConta span.Nome small{
    color: #fff !important;
}
#Topo #Menu ul li.MinhaConta.Ativa span.Nome{   
    color: #3d3d3d !important;
}
#Topo #Menu ul li.MinhaConta.Ativa span.Nome small{
    color: #3d3d3d !important;
}

#Conteudo{
    background: url("../../Imagens/FundoConteudo.jpg") repeat-x left top !important;
    width:auto !important;
    border-radius: inherit !important;
    text-align: center;
}

#Conteudo .CadastroIAE{    
    display: none;
    text-decoration: none;
    margin: 50px auto 0 auto;
    text-align: center;
}
#Conteudo .Resumo ul{
    display: block;
    padding: 45px 0 45px 0;
    overflow: hidden;
}
#Conteudo .Resumo ul li{
    width: 33.33%;
    float: left;
    text-align: center;
}
#Conteudo .Resumo ul li i{
    display: block;
    width: 292px;
    height: 169px;
    margin: 0 auto;
    cursor: pointer;
    background: url("../../Imagens/Resumo.png?1") no-repeat 0 0;
}
#Conteudo .Resumo ul li a{
    text-decoration: none;
    display: block;
}
#Conteudo .Resumo ul li a:hover{
    opacity:0.80;
    -moz-opacity: 0.80;
    filter: alpha(opacity=80);
}
#Conteudo .Resumo ul li a:hover span{
    color: #036fbf;
}
#Conteudo .Resumo ul li i.IntegracaoEstagiarios{
    background-position: 0 -170px;
}
#Conteudo .Resumo ul li i.QuemSomos{
    background-position: 0 -340px;
}
#Conteudo .Resumo ul li span{
    font-size: 18px;
    padding: 6px 0;
    color: #043d71;
    display: block;
    cursor: pointer;
}

#Conteudo .Conteudo{
    text-align: left;
    background: #ffffff;
    padding: 35px 40px;
    width: 905px !important;
    border-radius: 12px;
    font-family: "Molengo", Arial;
    position: relative;
}
#Conteudo .Conteudo .CurtirFacebook{
    position: absolute;
    width: 155px;
    height: 22px;
    left: 160px;
    top: 305px;
}
#Conteudo .Conteudo h2{
    font-weight: normal;
    font-size: 27px;
    padding: 0 0 25px 0;
    color: #343434;
    text-transform: uppercase;
}
#Conteudo .Conteudo h3{
    color: #006bbb;
    font-size: 18px;
    padding: 10px 0 20px 0;
    font-family: "Expletus Sans",Arial;
}
#Conteudo .Conteudo .Sobre{
    float: left;    
    overflow: hidden;
    width: 540px;    
}
#Conteudo .Conteudo .Sobre span.Texto{
    font-size: 15px;
    clear: both;
    text-align: justify;
    display: block;
    padding: 6px 3px;    
}
#Conteudo .Conteudo .Sobre .Botao{
    clear: both;
    height: 39px;
    overflow: hidden;
    padding: 33px 0 0 0;
}
#Conteudo .Conteudo .Sobre .Talento{
    clear: both;
    padding: 60px 0 13px 0;
}
#Conteudo .Conteudo .Sobre .Talento h3{
    padding: 0px 0 4px 230px;
}
#Conteudo .Conteudo .Sobre .Talento span.Texto{
    font-size: 14px;
    clear: none;
    /* display: block;*/
    padding: 15px 3px 5px 230px;
}
#Conteudo .Conteudo .Sobre .Talento img{
    float: left;
}


#Conteudo .Conteudo .Sobre .ProcessoSeletivo{
    clear: both;
    padding: 70px 0 13px 0;      
    position: relative; 
    height: 280px;
}
#Conteudo .Conteudo .Sobre .ProcessoSeletivo .CarregandoFacebook{
    position: absolute;    
    width: 450px;    
    height: 226px;    
    background:#ffffff url("../../Imagens/CarregandoFacebook2.jpg") no-repeat left top;
    left: 4px;
    cursor: progress;
    bottom: 0;
    z-index: 3;
}
#Conteudo .Conteudo .Sobre .ProcessoSeletivo .Processo{
    border:1px solid #ffffff;
    overflow: hidden;
    padding: 6px; 
    position: absolute;
    top: 145px;
    left: 0;   
    width: 525px;
}
#Conteudo .Conteudo .Sobre .ProcessoSeletivo .Processo.Proximo{    
    display: none;
}
#Conteudo .Conteudo .Sobre .ProcessoSeletivo .Processo:hover{
    background: #f9f9f9;
    border:1px solid #efefef;
}
#Conteudo .Conteudo .Sobre .ProcessoSeletivo .Processo .ConteudoProcesso{
    position: relative;
    overflow: hidden;
}
#Conteudo .Conteudo .Sobre .ProcessoSeletivo .Processo span.Logo{
    float: left;
    background: #f1f1f1;
    padding: 4px;
    border:1px solid #d3d3d3;
    display: block;
    margin: 0 10px 0 0;
    overflow: hidden;
}
#Conteudo .Conteudo .Sobre .ProcessoSeletivo .Processo span.Logo em{
    width: 150px;
    height: 150px;
    text-align: center;
    display: table-cell;
    border:1px solid #d3d3d3;
    background: #ffffff;
    vertical-align: middle;
    background: #ffffff;
}
#Conteudo .Conteudo .Sobre .ProcessoSeletivo .Processo span.Logo em img{
    margin: auto;
    vertical-align: middle;
}
#Conteudo .Conteudo .Sobre .ProcessoSeletivo .Processo h4{
    font-size: 17px;
    font-weight: normal;
    color: #be7000;
}
#Conteudo .Conteudo .Sobre .ProcessoSeletivo .Processo a{
    font-family: Calibri;
    font-size: 12px;
}
#Conteudo .Conteudo .Sobre .ProcessoSeletivo .Processo .EspacoBotao{
    display: block;
    height: 42px;
    position: absolute;
    width: 350px;
    bottom: -3px;
    left: 173px;
}
#Conteudo .Conteudo .Sobre .ProcessoSeletivo .Processo .Cronometro{   
    margin: 15px auto;
    padding: 4px 0;
    color: #ababab;
    font-weight: bold;
    font-size: 20px;
    cursor: default;
    display: block;
    overflow: hidden;
}
#Conteudo .Conteudo .Sobre .ProcessoSeletivo .Processo .Cronometro dfn{    
    width: 37px;
    height: 48px;
    background-position: -147px -33px;
    float: left;
    margin: -4px 15px 0 0;
}
#Conteudo .Conteudo .Sobre .ProcessoSeletivo .Processo .Cronometro span{
    font-family: Molengo;
    font-size: 27px;    
    font-weight: normal;
    color: #ababab;
}
#Conteudo .Conteudo .Sobre .ProcessoSeletivo .Processo .Cronometro .ui-effects-wrapper{
    display: inline-block;
}
#Conteudo .Conteudo .Sobre .ProcessoSeletivo .Processo .Cronometro .ui-effects-wrapper span{
    color: #c0c0c0;
}
#Conteudo .Conteudo .Sobre .ProcessoSeletivo .Processo a.EditalCompleto{
    float: left;
    width: 120px;
    height: 32px;
    margin: 4px 0 0 8px;
}
#Conteudo .Conteudo .Sobre .ProcessoSeletivo .Processo a.EditalCompleto:hover dfn{
    background-position: -121px 0; 
}
#Conteudo .Conteudo .Sobre .ProcessoSeletivo .Processo a.EditalCompleto dfn{
    width: 26px;
    height: 32px;
    background-position: -121px -32px; 
    margin: 0 5px 0 0;
}
#Conteudo .Conteudo .Sobre .ProcessoSeletivo .Processo a.EditalCompleto span{
    font-size: 13px;
    color: #999999;
    float: left;
}
#Conteudo .Conteudo .Sobre .ProcessoSeletivo .Processo a.EditalCompleto small{
    float: left;
}

#Conteudo .Conteudo .Sobre .ProcessoSeletivo .Processo.Arquivos h5{
    padding: 45px 0 0 181px;
    font-size: 13px;
}
#Conteudo .Conteudo .Sobre .ProcessoSeletivo .Processo.Arquivos a.Arquivo{
    width: 165px;
}
#Conteudo .Conteudo .Sobre .ProcessoSeletivo .Processo.Arquivos a.Arquivo>span{
    min-width: 111px;
    max-width: 134px;
    white-space: nowrap;
}

#Conteudo .Conteudo .Novidades{
    overflow: hidden;
    float: right;
    width: 280px;
}
#Conteudo .Conteudo .Novidades li a{
    border: 1px solid #ffffff;
    display: block;
    overflow: hidden;
}
#Conteudo .Conteudo .Novidades li a:hover{
    background: #f9f9f9;
    border:1px solid #e6e6e6;
    text-decoration: none;
}
#Conteudo .Conteudo .Novidades li.Carregando{
    background: url("../../Imagens/Carregando.gif") no-repeat center center;
    height: 180px;
}

#Conteudo .Conteudo .Novidades ul.Vagas{
    display: block;
    height: 191px;
}
#Conteudo .Conteudo .Novidades ul.Vagas li{
    display: block;
    padding: 0 0 5px 0;
    font-family: Arial;
}
#Conteudo .Conteudo .Novidades ul.Vagas li a{
    padding: 3px;
}
#Conteudo .Conteudo .Novidades ul.Vagas li dfn{
    background-position: 0 0;
    width: 35px;
    height: 35px;
    margin: 0 8px 0 0;
}
#Conteudo .Conteudo .Novidades ul.Vagas li span{
    padding: 3px 0 0 0;
    display: block;
}
#Conteudo .Conteudo .Novidades ul.Vagas li span em{
    color: #008fdc;
    font-style: normal;
}
#Conteudo .Conteudo .Novidades ul.Vagas li i{
    display: block;
    font-size: 11px;
    font-style: normal;
    color: #999999;
}

#Conteudo .Conteudo .Novidades .StyleForm{
    margin: 10px 0 0 4px;
}
#Conteudo .Conteudo .Novidades .Noticia{
    clear: both;
    padding: 60px 0 0 0;
    height: 321px;
    position: relative;
}
#Conteudo .Conteudo .Novidades .Noticia.Carregando{
    background: url("../../Imagens/Carregando.gif") no-repeat center 200px;
}
#Conteudo .Conteudo .Novidades .Noticia .UltimasNoticias{
    height: 260px;
    overflow: hidden;
}
#Conteudo .Conteudo .Novidades .Noticia:hover dfn.Setas{
    visibility: visible;
}
#Conteudo .Conteudo .Novidades .Noticia.Carregando:hover dfn.Setas{
    visibility: hidden;
}
#Conteudo .Conteudo .Novidades .Noticia dfn.Setas{
    position: absolute;
    width: 45px;
    right: 40px;
    visibility: hidden;
    height: 30px;
    background-position:-71px 0;
    opacity:0.50;
    -moz-opacity: 0.50;
    filter: alpha(opacity=50);
    cursor: pointer;
}
#Conteudo .Conteudo .Novidades .Noticia dfn.Setas.Subir{
    top: 174px;
}
#Conteudo .Conteudo .Novidades .Noticia dfn.Setas.Descer{
    background-position: -71px -29px;
    bottom: 60px;
}
#Conteudo .Conteudo .Novidades .Noticia dfn.Setas:hover{
    opacity: 1;
}
#Conteudo .Conteudo .Novidades .Noticia ul.Noticias{
    display: block;
}
#Conteudo .Conteudo .Novidades .Noticia ul.Noticias li{
    display: block;
    padding: 0 0 6px 0;
    font-family: Arial;
    overflow: hidden;
    clear: both;
}
#Conteudo .Conteudo .Novidades .Noticia ul.Noticias li dfn{
    width: 71px;
    height: 71px;
    text-align: center;
    line-height: 92px;
    font-size: 30px;
    margin: 0 10px 0 0;
    color: #858585;
    font-style: normal;
    background-position: 0 -36px;
    font-family: "Expletus Sans",Arial;
    text-shadow: 1px 1px 3px #cdcdcd;
}
#Conteudo .Conteudo .Novidades .Noticia ul.Noticias li a{
    padding: 4px;
}
#Conteudo .Conteudo .Novidades .Noticia ul.Noticias li a span{
    color: #4a4a4a;
    display: block;
    font-size: 11px;
    padding: 5px 0 0 0;
}
#Conteudo .Conteudo .Novidades .Noticia ul.Noticias li a .Data{
    font-size: 13px;
    color: #006bbb;
    font-weight: bold;
    padding: 5px 0 0 0;
}

#Conteudo .Conteudo .Novidades .Twitter{
    height: 248px;
    width: 285px;
    overflow: hidden;
    position: relative;
}
#Conteudo .Conteudo .Novidades .Twitter iframe{
    height:248px !important;
    margin: -2px 0 0 -2px;
    width: 283px !important;
}
#Conteudo .Conteudo .Novidades .Twitter a.twitter-timeline{
    background: url("../../Imagens/CarregandoTwitter.jpg") no-repeat 0 5px;
    width: 100%;
    height: 100%;
    position: absolute;
}
#Conteudo .Conteudo .Novidades .Twitter .stream{    
    overflow: hidden !important;
}

