@charset "UTF-8";

/* Topo */

.topo{
	position:relative;
	width:985px;
	float:left;
	background:url(../imagens/bkg_imgPrincipal_topo.jpg) no-repeat bottom right;
}

/* Novidades */

.novidades{
	height:286px;
	clear:both;
	background:url(../imagens/bkg_imgPrincipal.jpg) no-repeat center;
}

.destaques_home{
	float:left;
	clear:both;
	width:100%;
	padding:15px 0;
	background:#fdedcf;
}


/* Destaques */

.destaques_home .areas{
	width:985px;
	margin:auto;
	position:relative;
}

.destaques_home .areas div{
	display:block;
	float:left;
	padding:5px 28px;
}

.destaques_home .areas div h1{
	font-size:0;
	margin:0;
	padding:0 0 7px 0;
}

.destaques_home .areas div a{ 
	font-size:14px;
	color:#bc742f;
	font-weight:100;
	text-decoration:none;
	font-style:normal;
}

.destaques_home .areas div a:hover{ 
	text-decoration:underline;
}

.areas .search{
	padding-left:15px!important;
	border-right:solid 1px #fccb87
}

.areas .training, .areas .outplacement{
	border-left:solid 1px #fceedb;
	border-right:solid 1px #fccb87;
}

.areas .projects{
	border-left:solid 1px #fceedb;
}

.areas .mudaIdioma{
	padding:0!important;
	width:63px;
	height:18px;
	position:absolute;
	overflow:hidden;
	top:0;
	left:100%;
	margin-left:-63px;
	margin-top:18px;
}

.areas .mudaIdioma img{
	border:0;
}

.areas .mudaIdioma span{
	display:block;
	width:29px;
	height:18px;
	overflow:hidden;
	float:left;
}

.areas .mudaIdioma span:hover{
	border:solid 2px #d76512;
	width:25px;
	height:14px;
}

.areas .mudaIdioma span:hover img{
	margin:-2px 0 0 -2px;
}
/* Conteúdo */

#conteudo{
	clear:both;
	width:985px;
	margin:auto;
	padding-top:30px;
}

#conteudo .coluna_esquerda{
	width:350px;
	float:left;
}

#conteudo .coluna_centro{
	width:350px;
	float:left;
}

#conteudo .coluna_direita{
	width:225px;
	float:left;
	padding-left:30px;
	_padding-left:29px;
}

#conteudo .coluna_direita .box_content_cor{
	width:193px;
}

#home .box_content{
	padding-bottom:30px;
}

/* Coluna Esquerda */

.box_content_cor p{
	font-style:italic;	
}

.dizem{
	margin-bottom:30px;
	padding-bottom:15px;
}

.redes_sociais{
	padding:0 15px;
}

/* Coluna Centro */

.destaque_candidatos{
	width:100%;
	float:left;
	clear:both;
	margin-bottom:15px;
}

.destaque_candidatos img, .destaque_candidatos p{
	display:block;
	float:left;
}

.destaque_candidatos img{
	border:solid 1px #976e47;
}

.destaque_candidatos p{
	padding:10px 0 0 10px;
	width:193px;
}

.adicione-seu-curriculo{
	clear:both;
}

.newsletter p, .clientes h2, .assessorado h2{
	margin-bottom:7px;
}

.newsletter input{
	margin-bottom:7px;
}

.newsletter #nomenl, .newsletter #emailnl{
	width:291px;
	font-style:italic;
	color:#888;
	border:solid 1px #d5d9de;
	padding:5px;
}

.clientes, .assessorado{
	display:block;
	width:143px;
	float:left;
}

.clientes{
	margin-right:15px;
}

.clientes input, .assessorado input{
	margin-bottom:7px;
}

.clientes h2, .assessorado h2{
	padding-bottom:0;
}

.clientes #login, .clientes #senha, .assessorado #login, .assessorado #senha{
	width:133px;
	font-style:italic;
	color:#888;
	border:solid 1px #d5d9de;
	padding:5px;
}

.box_depoimentos{
	width:296px;
	height:125px;
	margin: 0 0 15px 0 !important;
}

.box_vagas{
	height:105px;	
}

/* Scroll */ 
div.scrollable {  
    /* required settings */ 
    position:relative; 
	width:318px;
    height: 309px; 
	overflow:hidden;
} 
 
/* root element for scrollable items */ 
div.scrollable div.items { 
    position:absolute; 
 	width:318px;
    /* this time we have very large space for the height */ 
    height:20000em; 
}

div.scrollVagas {  
    /* required settings */ 
    position:relative; 
	width:193px;
    height: 568px; 
	overflow:hidden;

} 
 
/* root element for scrollable items */ 
div.scrollVagas div.items { 
    position:absolute; 
 	width:193px;
    /* this time we have very large space for the height */ 
    height:20000em; 
}

.depoimentos_lista{
    width:530px;
    padding:15px; 
	color:#888;
	background:#e8e8e8;
	border:solid 1px #dcdcdc;
}

.depoimentos_lista p{
	font-style:italic;
}

.novidades .posiciona_novidades{
	width:985px;
	margin:auto;
}

/* News */
#nav {
	width:485px;
	padding-left:10px;
}

#nav li {
	float:left;
	width:35px;
	height:34px;
	list-style-type:none;
	text-align:center;
}

#nav a {
	color:#fbc28c;
	padding-top:7px;
	display:block;
	font-size:11px;		
	height:34px;
	text-decoration:none;
	background:url(../imagens/bkg_news-trans.png) no-repeat top;
}	

#nav a.current {
	color:#fff;
	background:url(../imagens/bkg_news_active-trans.png) no-repeat top;
}

#nav strong {
	display:block;		
	font-size:13px;
}

/* panes */
#panes {
	width:505px;	
	height:235px;
	/* must be relative so the individual panes can be absolutely positioned */
	position:relative;
}

/* crossfading effect needs absolute positioning from the elements */
#panes div {
	display:none;		
	position:absolute;
	top:28px;
	font-size:14px;
	width:505px; 
}

#panes div a{
	color:#777;	
	text-decoration:none;
}

#panes div a:hover{
	text-decoration:underline;
}

#panes img {
	float:left;
	margin-right:20px;
	border:solid 1px #c1c5c6;
}

#panes p.more {
	color:#59595b;
	font-weight:normal;
}

#panes h3 {
	padding:15px 0 10px 0;
	color:#59595b;
	font-size:20px;
	font-weight:normal;
}
