/*---------------------------------------------------------------------------------------------------
	CSS criado para o site Empregos.com.br - Seção CARREIRAS com início em 01/02/2006
---------------------------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------------------------------------
BODY - Definições válidas para todo o site.
---------------------------------------------------------------------------------------------------------------------------------------------- */
html{
	overflow-x: hidden;
}
.banner145x470{ float:left; border:none!important; }
body {margin:0px; background-color: #ebebeb; font-family:Verdana, Sans-serif; font-size:10px; color:#2b4d5a;}
#topoOk #header{ margin-top:-11px; }
p.logo {margin:0;}
a:active {color:#2b4d5a; text-decoration:none;}
a:link {color:#2b4d5a; text-decoration:none;}
a:visited {color:#2b4d5a; text-decoration:none;}
a:hover {color:#2b4d5a; text-decoration:underline;}

.fonte_conteudo11 a:link {text-decoration:underline;} 
.fonte_conteudo11 a:active {text-decoration:underline;} 
.fonte_conteudo11 a:visited {color: gray; text-decoration:underline;} 
.fonte_conteudo11 a:hover {text-decoration:underline;} 
.fonte_conteudo10 a:link {text-decoration:none; color: #436f80;} 
.fonte_conteudo10 a:active {text-decoration:none; color: #436f80;} 
.fonte_conteudo10 a:visited {text-decoration:none; color: #436f80;}
.fonte_conteudo10 a:hover {text-decoration:underline; color: #436f80;} 
.fonte_conteudo10 { font-family:Verdana, Sans-serif; font-size:10px; color:#2b4d5a; }
.fonte_conteudo11 { font-family:Verdana, sans-serif; font-size:11px; color:#2b4d5a; }
.fonte_conteudo12 {	font-family:Verdana, Sans-serif; font-size:12px; color:#2b4d5a;}
.fonte_conteudo13 {	font-family:Verdana, Sans-serif; font-size:13px; color:#2b4d5a;}
.fonte_conteudo14 {	font-family:Verdana, Sans-serif; font-size:14px; color:#2b4d5a;}

/*.fonte_conteudo11 > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td {padding-left/*\*:3px\9; *padding-left:0;}*/

/*.fonte_conteudo11 > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > div {margin-left/*\*:16px\9; *margin-left:0;}*/

.fonte_conteudo11 > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > div {margin-left/*\**/:16px\9; *margin-left:0;} 
.fonte_conteudo11 > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > a {margin-left/*\**/:0px\9; *margin-left:0;} 
/* ----------------------------------------------------------------------------------------------------------------------------------------------
ESTRUTURA CENTRAL
---------------------------------------------------------------------------------------------------------------------------------------------- */
#topo{
	width: 770px;
	height: 89px;
	background: url(/img/topo.gif) no-repeat; 
	margin: 0px auto;
}

.topohome {
	position:relative;
	width: 260px;
	height: 82px;
	margin-left: 10px;
	margin-top: 5px;
	text-decoration: none;
	float:left;
}

#topobanner {
	/**/
	position:relative;
	top:15px;
	left:500px;
	border:0px solid;
	border-color:black;
	float: right;
	left:-20px;
}

#menu {
	/*border:1px solid red;*/
}

#cargos_salarios {
	background-color:#f5f5f5;
	width:95%;
	margin: 0px auto;
	border-style:solid;
	border-color:#cccccc;
	border-width:1px;
	padding:10px;
}

.submenu{
	margin: 0 auto;
	position:absolute;
	line-height:17px;
	width: 135px;
	visibility: hidden;
	z-index:1000;
	background-image: url(/img/menucarreiras/menu_fundo_off.gif);
	background-repeat: repeat-y;
}

.submenu a{
	width: 131px;
	display: block;
	text-indent: 13px;
	font-size: 11px;
}

.submenu a:hover{ 
	background-image: url(/img/menucarreiras/menu_fundo_on.gif);
	background-repeat: repeat-y;
}


#transparente{
	width:0px;
	height:0px;
	position:absolute;
}


.submenu2{
	margin: 0 auto;
	position:absolute;
	line-height:17px;
	width: 131px;
	z-index:1000;
	visibility: hidden;
	background-image: url(/img/menucarreiras/submenu_fundo_off.gif);
	background-repeat: repeat-y;
}

.submenu2 a{
	width: 131px;
	display: block;
	text-indent: 13px;
	font-size: 11px;
}

.submenu2 a:hover{ 
	background-image: url(/img/menucarreiras/submenu_fundo_on.gif);
	background-repeat: repeat-y;
}

#menu_dir_secoes{
	position:relative;
	top:-40px;
}

#geral{
	background-image:url("/img/fundo.gif");
	background-position:center; 
	background-repeat:repeat-y;
	width:770px;
	margin:auto;
}
div#geral:after{
	content:"."; 
	display:block; 
	clear:both; visibility:hidden;
	height:0; 
	overflow:hidden;
}

#col_esquerda{
	display:table;
	width:130px; 
	float:left; 
	padding:0 10px 0 0;
}


#col_direita{
	display: block;
	width:620px;
	float:left;
	
}
div#col_direita:after{
	content:".";
	display:block; 
	clear:both;
	visibility:hidden;
	height:0; 
	overflow:hidden;
}
#conteudo_esquerdo{
	width:480px;
	float:left;
}
#conteudo_secoes{
	width:480px; 
	float:left; 
	margin-bottom:10px; 
	padding-left:10px; 
	border-top:1px solid; 
	border-color:#ebebeb; 
	border-top-style:solid; 
	padding-top:20px;
	margin-top:10px;
	color:#000;
}
#conteudo_secoes p{ padding-top:5px; padding-bottom:5px;}
#conteudo_secoes p img{ padding-right:5px; padding-bottom:5px;}
#conteudo_direito{
	/*display: table;*/
	width:120px; 
	float:right;
}

div#conteudo_esquerdo:after{
	content:".";
	display:block; 
	clear:both; 
	visibility:hidden;
	height:0;
	overflow:hidden;
}
div#conteudo_direito:after{
	content:".";
	display:block; 
	clear:both; 
	visibility:hidden;
	height:0;
	overflow:hidden;
}


#conteudo_direito_rh{
	width:120px;
	padding-right:10px;
	margin-top:40px;
	float:right;
	/*background-color:#0000FF;*/
}
div#conteudo_direito_rh:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}

#fundo_carreiras{
	background-image:url('imagens/pixel_fundo.gif');
	background-position:10px; 
	background-repeat:repeat-y; 
	width:770px; 
	float:left;
}
div#fundo_carreiras:after{
	content:".";
	display:block; 
	clear:both; 
	visibility:hidden; 
	height:0; 
	overflow:hidden;
}


#titulo{
	background-image:url("/img/titulo.gif");
	background-repeat:no-repeat;
	background-position:left;
	width:630px; height:58px; 
	float:left;
	/* ESSE MARGIN ALINHA O CONTEUDO CENTRAL DA HOME DO CARREIRAS COM O TITULOborder:1px #000000 solid; */ 
	margin-bottom:15px; 
}


/**************************************
		PÁGINA DE LOGIN CARREIRAS
***************************************/
#titulo_login{
	background:url("/img/titulo.gif") no-repeat;
	width:610px;
	height:58px; 
	margin:0 0 0 5px;
}

#box_login_carreiras{
	width:650px;
	height:250px;
	background: url(img/box_pagina_login_carreiras.gif) no-repeat;
	margin:30px 0 0 60px;
	padding:0 0 30px 0;
}

.login_texto{
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size:13px;
	color:#666666;
	font-weight:bold;
	text-transform: uppercase;
	margin:0px;
	padding:0px;
}

#login_assinante{
	width:270px;
	position:relative;
	top:5px;
	left:18px;	
}

#assine{
	width:270px;
	float:left;
	position:relative;
	top:5px;
	left:15px;	
}
#tabela{
	width:200px;
	margin: 60px 0 0 35px;
}


#texto_assinante{
	width:300px;
	font-family:"Trebuchet MS";
	font-size:11px;
	margin:145px 0 0 28px;
}

.bot_compre{
	position:relative;
	left:170px;
	bottom:60px;
}


/************************************************/


/*
div#titulo_subtitulo:after{
content:"."; clear:both; visibility:hidden; height:0; overflow:hidden;
}*/

/*#subtitulo {
	padding-left:40px;
}*/
/*-------------------------------------------------------------
Títulos e Subtítulos das seções internas
-------------------------------------------------------------*/
#titulo_campus{
	background-image:url("/img/titulos/titulo_campus.gif"); 
	background-repeat:no-repeat; 
	width:574px; 
	height:40px; 
	float:left;
	padding-left:56px;
	padding-top:58px;

}

#titulo_mid{
	background-image:url("/img/titulos/titulo_mid.gif"); 
	background-repeat:no-repeat; 
	width:574px; 
	height:40px; 
	float:left;
	padding-left:56px;
	padding-top:58px;

}

#titulo_executivo{
	background-image:url("/img/titulos/titulo_executivo.gif"); 
	background-repeat:no-repeat; 
	width:574px; 
	height:40px; 
	float:left;
	padding-left:56px;
	padding-top:58px;
}

#titulo_rh{
	background-image:url("/img/titulos/titulo_rh_novo.gif");
	background-repeat:no-repeat; 
	width:574px; 
	/*height:15px;*/
	height:35px;
	float:left;
	padding-left:56px;
	padding-top:58px;
}

#titulo_suacarreira{
	background-image:url("/img/titulos/titulo_suacarreira.gif"); 
	background-repeat:no-repeat; 
	width:574px; 
	height:40px; 
	float:left;
	padding-left:56px;
	padding-top:58px;
}

#titulo_parceiros{
	background-image:url("/img/titulos/titulo_parceiros.gif"); 
	background-repeat:no-repeat; 
	width:574px; 
	height:40px; 
	float:left;
	padding-left:56px;
	padding-top:58px;

}

.nota_rodape {
	font-size:9px;
	font-style:italic;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------
ÁREA DO MENU ESQUERDO
---------------------------------------------------------------------------------------------------------------------------------------------- */
#menu_item { line-height:19px;  width: 125px; background-image: url(/menu/menu_fundo_off.gif); font-family: arial; font-size: 10px; color:#2b4b5a;}
#menu_item a { font-family:Tahoma, Geneva, sans-serif !important; font-size:11px; }
#menu1{margin-bottom:6px; margin-top:15px;}
#menu_aba{ background-image:url("/menu/aba_sua_carreira.gif"); background-repeat:no-repeat; width:125px; height:22px;}
#menu_guia{ background-image:url("/menu/menu_tit_guias.gif"); background-repeat:no-repeat; width:125px; height:19px;}
#menu_orientacao{ background-image:url("/menu/menu_tit_orientacao.gif"); background-repeat:no-repeat; width:125px; height:19px;}
#menu_diversos { background-image:url("/menu/menu_tit_diversos.gif"); background-repeat:no-repeat; width:125px; height:19px;}
#menu_concursos{ background-image:url("/menu/menu_tit_concursos.gif"); background-repeat:no-repeat; width:125px; height:19px;}
#menu_parceiros{ background-image:url("/menu/menu_tit_parceiros.gif"); background-repeat:no-repeat; width:125px; height:19px;}

#menu_comunidades_campus {
	width: 115px;
	background-image:url("/menu/menu_comunidades_fundo.gif");
	padding-left:10px;
}

#menu_comunidades_mid {
	width: 115px;
	background-image:url("/menu/menu_comunidades_fundo.gif");
	padding-left:10px;
}

#menu_comunidades_executivo {
	width: 115px;
	background-image:url("/menu/menu_comunidades_fundo.gif");
	padding-left:10px;
}

#menu_comunidades_rh {
	width: 115px;
	background-image:url("/menu/menu_comunidades_fundo.gif");
	padding-left:10px;
}


a.menu_item{ width: 100%; display: block; text-indent: 5px; color:#2b4b5a; text-decoration:none;} 
a.menu_item:hover{ color:#2b4b5a; background-image: url("/menu/menu_fundo_on.gif");}


/* ----------------------------------------------------------------------------------------------------------------------------------------------
COLUNA DIREITA
---------------------------------------------------------------------------------------------------------------------------------------------- */


#box_flutuante{	position:relative;}
#box_flutuante:after{content:"."; display:block; clear:both; visibility:hidden; height:0; overflow:hidden;}

.imagem_box_flutuante{
	background-image:url('http://carreiras.empregos.com.br/imagens/box_cadastre-se.gif');
	background-repeat:no-repeat;
}
.imagem_box_flutuante_rh{
	background:url('http://novocarreiras.empregos.com.br/imagens/box_cadastre-se_rh.gif') no-repeat;
	/*	height:55px;
	display:block;
	margin-bottom:5px;*/
}
#box_boletim{ 
	background-image:url("/img/box_boletim.gif");
/*	background-position:0 60px;*/
	background-position:top;
	background-repeat:no-repeat;
/*	background: #F7F7F6; */
/*	margin-bottom:6px;*/
	width:115px;
	padding-top:35px;
/*	padding-left:4px;*/
	font-size:10px;
	border:solid 2px #CCCCCC;
}

#box_boletim_rh{ 
	background:url("/img/box_boletim_rh.gif") no-repeat;
	background-position:top;
	width:115px;
	padding-top:35px;
	font-size:10px;
	border:solid 2px #CCCCCC;

}

.form_boletim{
	width:90px;
	background-color:#FFFFFF;
	border:1px solid #a8bcd3; 
	font-size:11px; 
	color:#768f99; 
	margin:2px;

}

.form_boletim_btn{
	width:60px; 
	font-size:11px; 
	color:#333333; 
	margin:2px;
}

#box_colunistas{
	background:url("/img/box_colunistas.gif") no-repeat; 
	background-position:top; 
	background-color:#F7F7F6; 
	width:116px; 
	padding-top:25px; 
	padding-bottom:10px; 
	margin-bottom:6px;
	border:solid 2px #E1E1E1;
}

#box_colunistas_rh{ 
	background:url("/img/box_colunistas_rh.gif") no-repeat; 
	background-position:top; 
	background-color:#F7F7F6; 
	width:116px; 
	padding-top:25px; 
	padding-bottom:10px; 
	margin-bottom:6px;
	border:solid 2px #E1E1E1;
	margin-top: 10px;
}


#box_cursos_rh{ 
	background:url("/img/box_cursos_rh.gif") no-repeat; 
	background-position:top; 
	background-color:#F7F7F6; 
	width:116px; 
	padding-top:25px; 
	padding-bottom:10px; 
	margin-bottom:6px;
	border:solid 2px #E1E1E1;
	display:table;
}


#box_cursos{ 
	background-image:url("/img/box_cursos.gif");
	background-position:top; 
	background-repeat:no-repeat;  
	background-color:#e1e1e1; 
	width:120px; 
	padding-top:30px; 
	padding-bottom:10px; 
	margin-bottom:6px;
}

#box_destaques{ 
	background-image:url("/img/box_destaques.gif"); 
	background-position:top; 
	background-repeat:no-repeat;  
	background-color:#e1e1e1; 
	width:110px; 
	padding-top:25px; 
	padding-bottom:10px; 
	padding-left:7px; 
	padding-right:3px; 
	margin-bottom:6px;
}

#box_destaques_rh{
	background:url(img/box_destaques_rh.gif) no-repeat;
	background-position:top;
	background-color:#e1e1e1;
	width:110px;
	padding:25px 3px 6px 7px;
	margin: 0 0 5px 0;
}


#box_banners{
	width:120px; 
	margin-bottom:6px;
}

#imagem_indice{
	margin-right:10px; 
	margin-bottom:5px; 
	width:64px; 
	float:left;

	
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------
ÁREA DE DESTAQUES - BOLETINS
---------------------------------------------------------------------------------------------------------------------------------------------- */
#titulo_destaque{
	background:url("/img/tit_destaque_semana.gif") no-repeat;
	background-position:left; 
	background-color:#4bb11b; 
	height:20px; 
	width:490px; 

}

#titulo_destaque_rh{
	background:url("/img/tit_destaque_semana_rh.gif") no-repeat;
	background-position:left; 
	background-color:#4bb11b; 
	height:20px; 
	width:490px; 
}


#area_destaques{background-color:#FFFFFF; width:478px; display:table; padding:5px; border-style:solid; border-width:1px; border-color:#eeeeee; margin-bottom:5px; margin-left:4px;}
div#area_destaques:after{content:"."; display:block; clear:both; visibility:hidden; height:0; overflow:hidden;}
/* ID CRIADO PARA FORMATAÇÃO DA NOVA HOME DO CARREIRAS */
#area_destaques_02{background-color:#FFFFFF; width:478px;/*display:table;  width:478px; padding:5px; border-style:solid; border-width:1px; border-color:#eeeeee; margin-bottom:5px; margin-left:4px;*/}
div#area_destaques_02:after{content:"."; display:block; clear:both; visibility:hidden; height:0; overflow:hidden;}
/* FIM DO ID CRIADO PARA FORMATAÇÃO DA NOVA HOME DO CARREIRAS */
#area_carreiras{float:left; width:282px;}
#boletim_carreiras{
	background-image:url("/img/tit_boletim_carreiras.gif");	background-repeat:no-repeat; background-position:top;
	background-color:#f6f5f5; 
	width:269px; 
	border-style:solid; border-width:2px; border-color:#e1e1e1; 
	/*display:table;*/ 
	padding-left:5px;
}
div#boletim_carreiras:after{content:"."; display:block; clear:both; visibility:hidden; height:0; overflow:hidden;}
#area_rh{float:right; width:186px;}
#box_rh{
	background-image:url("/img/tit_boletim_rh.gif"); background-repeat:no-repeat; background-position:top; padding-bottom:5px;
	background-color:#f6f5f5; width:184px; height:145px; border-style:solid; border-width:2px; border-color:#d7d7d7; margin-bottom:5px;}
#box_noticias{
	background-image:url("/img/tit_ultimas_noticias.gif");background-position:top; background-repeat:no-repeat;	
	background-color:#f6f5f5; 
	width:179px; height:117px; /*display:table;*/
	border-style:solid; border-width:2px; border-color:#e1e1e1; 
	padding-top:30px; padding-left:5px; padding-bottom:5px;
}
div#box_noticias:after{content:"."; display:block; clear:both; visibility:hidden; height:0; overflow:hidden;}

#parceiros{ margin-top:5px; margin-left:6px; margin-right:10px; padding-bottom:8px; width:256px; border:1px #FF0000 solid; /*display:table;*/}
#parceiros:after{content:"."; display:block; clear:both; visibility:hidden; height:0; overflow:hidden;}
#parceiro1{float:left; width:128px; }
#parceiro2{float:right; width:128px;}

h5.boletim_destaque{font-size:11px; font-weight:bold; color:#004c15; margin-top:10px; margin-bottom:0px;}
h5.boletim{font-size:10px; font-weight:bold; color:#004c15; margin-top:5px; margin-bottom:0px;}
h5.parceiro{font-size:10px; font-weight:bold; color:#2b4d5a; margin-top:3px; margin-bottom:2px;}
h6.boletim{font-size:10px; font-weight:bold; color:#436f80; margin-top:0px; margin-bottom:3px;}
h6.boletim a{font-size:10px; font-weight:bold; color:#436f80; margin-top:0px; margin-bottom:0px; text-decoration:none;}
h6.boletim a:active{text-decoration:none; color:#436f80;}
h6.boletim a:visited{text-decoration:none; color:#436f80;}
h6.boletim a:hover{text-decoration:underline; color:#436f80;}

.boletim{font-size:10px; font-weight:bold; color:#436f80; margin-top:0px; margin-bottom:3px;}
.boletim a{font-size:10px; font-weight:bold; color:#436f80; margin-top:0px; margin-bottom:0px; text-decoration:none;}
.boletim a:active{text-decoration:none; color:#436f80;}
.boletim a:visited{text-decoration:none; color:#436f80;}
.boletim a:hover{text-decoration:underline; color:#436f80;}


.texto_dest a:active{text-decoration:none; color:#436f80;}
.texto_dest a:visited{text-decoration:none; color:#436f80;}
.texto_dest a:hover{text-decoration:underline; color:#436f80;}

a.noticias{font-family: Arial, sans-serif; font-size:10px; }

.texto_dest{padding-left:50px; padding-top:0px; padding-bottom:0px; margin-top:0px;}
p.news{margin-top:5px; margin-bottom:0px;  padding-top:0px; padding-bottom:0px;}

/* ----------------------------------------------------------------------------------------------------------------------------------------------
ÁREA DE SEÇÕES
---------------------------------------------------------------------------------------------------------------------------------------------- */
#secao{
	width:490px;
	margin-bottom:10px;
	/*margin-left:4px; 
	border: solid 1px #FF0000;*/
}

#boxes_linha1{
	padding-top:10px;
	width:490px;
	height:300px;
}

#box_teste{
	float:left; 
	width:135px; 
	margin:0px;

}
#box_direita{
	float:left;
	width:490px;
	display:table;
}

div#box_direita:after{
	content:"."; 
	display:block; 
	clear:both; 
	visibility:hidden;
	height:0; 
	overflow:hidden;
}


#box_cursos_carreiras{
	float:right;
	width:135px;
	display:table;
}

#box_cursos_topo_carreiras{
	background-image:url("/img/box_cursos_carreiras.gif");
	background-repeat:no-repeat; 
	background-position:top; 
	width:240px; 
	height:37px; 
	margin:0px;
}

#box_noticias_topo_rh{
	background-image:url("/img/box_noticias_rh.gif");
	background-repeat:no-repeat; 
	background-position:top; 
	width:240px; 
	height:28px; 
	margin:0px;
}


#box_cursos_rodape_carreiras{
	cursor:hand;
	background-image:url("/img/box_cursos_rodape_carreiras.gif"); 
	background-repeat:no-repeat; 
	background-position:top; 
	width:240px; /* CONTAR MAIS 5PX DO PADDING-RIGHT O WIDTH REAL É 128PX*/
	height:37px;
	float:left;
	margin-bottom:10px;
}


#box_noticias_rodape_rh{
	cursor:hand;
	background-image:url("/img/box_noticias_rodape_rh.gif"); 
	background-repeat:no-repeat; 
	background-position:top; 
	width:240px; /* CONTAR MAIS 5PX DO PADDING-RIGHT O WIDTH REAL É 128PX*/
	height:37px;
	float:left;
	margin-bottom:10px;
}

#box_teste_topo_carreiras{ 
	background-image:url("/img/box_teste_carreiras.gif");
	background-repeat:no-repeat; 
	background-position:top; 
	width:240px; 
	height:37px; 
	margin:0px;
}


#box_artigos_topo_rh{ 
	background-image:url("/img/box_artigos_rh.gif");
	background-repeat:no-repeat; 
	background-position:top; 
	width:240px; 
	height:28px; 
	margin:0px;
}



#box_cursos_meio_carreiras{
	display:table;
	background-image:url("/img/fundo_boxes.gif");
	background-repeat:repeat-y; 
	background-position:center;
	width:240px; 
	height:80px;
}

#box_teste_meio{
	display:table;
	background-image:url("/img/fundo_boxes.gif");
	background-repeat:repeat-y; 
	background-position:center;
	width:240px; 
	height:80px; 
}

div#box_teste_meio:after{
	content:".";
	display:block; 
	clear:both; 
	visibility:hidden; 
	height:0; 
	overflow:hidden;
}

#box_teste_rodape{
	/*ESSA MUTRETA SERVE PARA APARECER A MÃO NO LINK*/
	cursor:hand;
	background-image:url("/img/box_teste_rodape_carreiras.gif"); 
	background-repeat:no-repeat; 
	background-position:top; 
	width:240px; /* CONTAR MAIS 5PX DO PADDING-RIGHT O WIDTH REAL É 128PX*/
	height:37px;
	float:left;
}

#box_artigos_rodape{
	/*ESSA MUTRETA SERVE PARA APARECER A MÃO NO LINK*/
	cursor:hand;
	background-image:url("/img/box_artigos_rodape_rh.gif"); 
	background-repeat:no-repeat; 
	background-position:top; 
	width:240px; /* CONTAR MAIS 5PX DO PADDING-RIGHT O WIDTH REAL É 128PX*/
	height:37px;
	float:left;
	margin-bottom:10px;
}

#box_guia{
	float:left; 
	margin:0px; 
	width:160px;
}

#box_guia_topo{ 
	/*background-image:url("/img/box_guia_topo.gif");*/
	background-image:url("/img/box_guia_topo_carreiras.gif");
	background-repeat:no-repeat; 
	background-position:top; 
	width:240px; 
	height:37px; 
	margin:0 0;
}

#box_entrevistas_topo{ 
	/*background-image:url("/img/box_guia_topo.gif");*/
	background-image:url("/img/box_entrevistas_topo_rh.gif");
	background-repeat:no-repeat; 
	background-position:top; 
	width:240px; 
	height:28px; 
	margin:0 0;
}

#box_guia_meio{
	display:table; 
	background-image:url("/img/fundo_boxes.gif"); 
	background-repeat:repeat-y; 
	background-position:center; 
	width:240px; 
	height:80px; 
	margin:0px;
}

div#box_guia_meio:after{
	content:"."; 
	display:block; 
	clear:both; 
	visibility:hidden; 
	height:0; 
	overflow:hidden;
}

#box_guia_rodape{
	cursor:hand;
	background-image:url("/img/box_guia_rodape_carreiras.gif"); 
	background-repeat:no-repeat; 
	width:240px; 
	height:37px;
	margin-bottom:7px; 
}

#box_pergunte{
/*	float:right; */
	width:190px;
	display:table;
	background:#000000;
}

#box_pergunte_topo{ 
	background-image:url("/img/box_perg_topo_carreiras.gif");
	background-repeat:no-repeat; 
	background-position:top; 
	width:240px; 
	height:37px; 
	margin:0px;
}

#box_entrevistas_rodape{
	cursor:hand;
	background-image:url("/img/box_entrevistas_rodape_rh.gif"); 
	background-repeat:no-repeat; 
	width:240px; 
	height:37px;
	margin-bottom:7px; 
}


#box_livros_topo_rh{ 
	background-image:url("/img/box_livros_topo_rh.gif");
	background-repeat:no-repeat; 
	background-position:top; 
	width:240px; 
	height:28px; 
	margin:0px;
}


#box_livros_rodape_rh{
	cursor:hand;
	background-image:url("/img/box_livros_rodape_rh.gif"); 
	background-repeat:no-repeat; 
	background-position:top; 
	width:240px; 
	height:37px; 
	margin-bottom:7px;
}


#box_pergunte_meio{ 
	display:table;
	background-image:url("/img/fundo_boxes.gif");
	background-repeat:repeat-y; 
	background-position:center; 
	width:240px; 
	height:80px;
}

div#box_pergunte_meio:after{
	content:"."; 
	display:block; 
	clear:both; 
	visibility:hidden; 
	height:0; 
	overflow:hidden;
}

#box_pergunte_rodape{
	cursor:hand;
	background-image:url("/img/box_pergunte_rodape_carreiras.gif"); 
	background-repeat:no-repeat; 
	background-position:top; 
	width:240px; 
	height:37px; 
	margin-bottom:7px;
}
a.box_links{
	color:#59698f; 
	font-weight:bold;
}

a.box_links:active{
color:#59698f;
}

a.box_links:visited{
	color:#59698f;
}

a.box_links:hover{
	color:#59698f; 
	text-decoration:underline;
}

#titulo_secao{
	background-image:url("/img/tit_secoes.gif");
	background-repeat:no-repeat; 
	background-position:left; 
	background-color:#4bb11b; 
	height:20px; 
	width:490px;
}

#titulo_secao_rh{
	background-image:url("/img/tit_secoes_rh.gif");
	background-repeat:no-repeat; 
	background-position:left; 
	background-color:#4bb11b; 
	height:20px; 
	width:490px;
}

#boxes_linha2{
	width:494px; 
	/*display:table;*/ 
	clear:both; 
	margin-top:10px;
}
div#boxes_linha2:after{
	content:"."; 
	display:block; 
	clear:both; 
	visibility:hidden; 
	height:0; 
	overflow:hidden;
}

#box_comunidades{
	float:left; 
	width:130px; 
	margin-left:5px;
}

#linha2_direita{
	float:right; 
	width:350px;
}

#box_orientacao{
	float:left;
	margin-left:10px;
}

#box_diversos{
	float:right;
	margin:0px;
}

#links{
	/*padding-left:5px;*/
}

ul.links{
	margin:0 0 0 -9px;
	padding:0;
	list-style: url("/img/seta.gif");
/*	color:#999999;
	list-style-position: outside;*/

}

li.links{
	text-decoration:underline;
	margin:8px 0 0 11px;
}

li.links a{
	text-decoration:underline;
}

li.links a:active{
	text-decoration:underline;
}

li.links a:visited{
	text-decoration:underline;
}

li.links a:hover{
	text-decoration:underline;
	color:#000000;
}

ul.square {
	width:90px;
	list-style-type: square;
	padding: 0 0 0 18px;
	line-height:20px;
	margin:0 0 0 5px;
	_margin: 0 0 0 5px;
	_line-height:20px;
}


#linha {
		border-bottom-style:dotted;
		border-bottom-width: 1px;
		margin-right:20px;
		width:100%;
		float:right;
}

#pontilhado {
			border-bottom:1px;
			border-bottom-color:#000000;
			border-bottom-style:dotted;
			width:100%;
}

/*------------------------------------------------------------------------------------------------------------------------------------
HOME DA COMUNIDADE RH
-------------------------------------------------------------------------------------------------------------------------------------*/
/*
CÓDIGO INUTILIZADO --- 27/09/2007
#comunidaderh_tudo {
	position: relative;
	left: -6px;
	top: -40px;

}*/

#comunidaderh_destaques_titulo {
	width: 490px;
	height: 20px;
	background-image: url('/comunidades/rh/home/destaques_titulo.gif')
}

#comunidaderh_destaques_conteudo {
	width: 488px;

	border-style:solid;
	border-width:1px;
	border-color:#eeeeee;
	/*display: table;*/
	padding-bottom: 8px;

}
div#comunidaderh_destaques_conteudo:after{content:"."; display:block; clear:both; visibility:hidden; height:0; overflow:hidden;}

#comunidaderh_boletim_titulo {
	width: 480px;
	height: 32px;
	background-image: url('/comunidades/rh/home/boletim_titulo.gif');
	margin: 0px auto;
	margin-top:4px;
		
}

#comunidaderh_boletim_conteudo {
	width: 470px;
	padding-right: 8px;
	padding-bottom: 8px;
	border-style: solid;
	border-width: 1px;
	border-color: #e1e1e1;
	background-color: #f6f5f5;
	margin: 0px auto;
	/*display: table;*/
}
div#comunidaderh_boletim_conteudo:after{
	content:"."; 
	display:block; 
	clear:both; 
	visibility:hidden; 
	height:0; 
	overflow:hidden;
}

#comunidaderh_destaque2 {
	width: 230px;
	float: left;
}

#comunidaderh_destaque3 {
	width: 230px;
	float: right;
}

#comunidaderh_secoes_titulo {
	width: 480px;
	height: 19px;
	background-image: url('/comunidades/rh/home/secoes_titulo.gif');
	margin: 0px auto;
	margin-bottom: 3px;
}

#comunidaderh_secoes_conteudo {
	width: 480px;
	margin: 0px auto;
}

#comunidaderh_secoes_nome {
	width: 178px;
	float: left;
}

#comunidaderh_secoes_vermais {
	width: 54px;
	height: 15px;
	float: right;
}

#comunidaderh_secoes_esq {
	width: 235px;
	float: left;
	padding-bottom: 10px;
}

#comunidaderh_secoes_dir {
	width: 235px;
	float: right;
	padding-bottom: 10px;
	/*BORDA DA COR BRANCA PARA ALINHAMENTO NO MOZILA*/
	border:solid 1px #FFFFFF;
}

#comunidaderh_baixo{
	width: 480px;
	margin-left: 5px;
	padding-top:10px;
}


#comunidaderh_cursoseventos {
	width: 233px;
	float: left;
}

#comunidaderh_cursoseventos_conteudo ul {
 	list-style: none;
 	margin: 1em 0 1em 0;
 	padding-left: 1px;
 }
 
#comunidaderh_cursoseventos_conteudo ul li {
 	padding: 0 0 4px 8px;
 	background: url(/comunidades/rh/home/seta.gif) no-repeat 0 4px;
	background-position: .5px;
}


#comunidaderh_cursoseventos_conteudo {
	width: 217px;
	background-image: url('/comunidades/rh/home/cursos_conteudo.gif');
	padding: 8px;
}

#comunidaderh_colunistas {
	width: 240px;
	float: right;
}



/* ----------------------------------------------------------------------------------------------------------------------------------------------
ESTILOS PRO RODAPÉ
---------------------------------------------------------------------------------------------------------------------------------------------- */
#terra{
	position:relative; 
	margin-left:0px; 
	margin-top:0px; 
	float:left;
}

#rodape {
	height:55px; 
	font-family:Tahoma,Verdana, sans-serif; 
	font-size:11px; 
	color:#48636d; 
	text-align:right; 
	clear:both;
	padding-top:20px;
	_padding-top:0;
	*position: relative;
	*top:100px;
	_position: relative;
	top:25px;
	clear:both;
	/*border: dotted 1px #FF0000;*/
}

/*div#rodape:after{content:"."; display:block; clear:both; visibility:hidden; height:0; overflow:hidden;}
#div_com_rodape { position:relative;}*/

.rodape_links{
	font-family:Tahoma,Verdana, sans-serif; 
	font-size:11px; 
	color:#48636d; 
	padding-right:15px;
}

.rodape_copyright{
	color:#48636d; 
	padding-right:15px; 
	line-height:20px;
}

a.menurodape{color:#48636d; text-decoration:none; font-family:Tahoma,Verdana, sans-serif;}
a.menurodape:link{color:#48636d; text-decoration:none;}
a.menurodape:visited{color:#48636d; text-decoration:none;}
a.menurodape:hover{color:#333333; text-decoration:underline;}

hr{color:#cccccc;}

/*
-----------------------------------------------------------------------------------------------------
ESTILOS DESTAQUE DA SEMANA - HOME DO SITE CARREIRAS
-----------------------------------------------------------------------------------------------------
*/
.textoPadrao{
	font-family:Tahoma, Verdana;
	font-size:11px;
	color:#2B4D5A;
}

.boxDestaqueSemana{
	width:490px;
	height:180px;
	background-image:url(../img/home/box_destaque490.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-bottom:5px;
	margin:5px 0 0 0;
}

.boxDestaqueSemanaRh{
	width:490px;
	height:180px;
	background-image:url(../img/home/box_destaque_rh.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-bottom:5px;
	margin:5px 0 0 0;
}

.tituloDestaqueSemana {
	font-family:Tahoma, Verdana;
	font-size:13px;
	font-weight:bold;
	color:#028630;
	margin-left:25px;
	padding-top:9px;
}

.tituloDestaqueSemanaRh {
	font-family:Tahoma, Verdana;
	font-size:13px;
	font-weight:bold;
	color:#FF6600;
	margin-left:25px;
	padding-top:9px;
}


.fotoPrincipal{
	width:120px;
	height:120px;
	border:#CACACA 1px solid;
	float:left;
	position:relative;
	left:15px;
	margin-top:20px;
}

.conteudoDestaqueSemana{
	float:left;
	width:320px;
	margin-left:30px;
	margin-top:18px;
}

.tituloMateriaPrincipal{
	height:40px;
	font-family:Tahoma, Verdana;
	font-size:16px;
	font-weight:bold;
	color:#2B4D5A;
	margin-bottom:3px;
}

.chamadaMateriaPrincipal{
	height:30px;
	margin-bottom:5px;
}

.linkLeiaMateriaCompleta{
	height:20px;
	margin-bottom:5px;
	border-bottom:#EBEBEB 1px solid;
}

.controleMateriaPrincipal{
	float:left;
	width:135px;
}

.botaoTrocarMateria{
	width:16px;
	height:16px;
	background-color:#E4E5E5;
	font-family:Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
	padding-left:1px;
	padding-top:2px;
	margin-right:5px;
	float:left;
}

.boxVerBoletim{
	float:right;
	width:85px;
}

/* ESTILOS BOX RH NEWS */
.boxRhNews{
	width:240px;
	height:128px;
	padding-bottom:3px;
	background-image:url(../img/home/box_rh_news240.gif);
	background-repeat:no-repeat;
	float:left;
}

.boxRhNewsRh{
	width:240px;
	height:128px;
	padding-bottom:3px;
	background-image:url(../img/home/box_rh_news_rh240.gif);
	background-repeat:no-repeat;
	float:left;
}

.fotoRhNews{
	width:64px;
	height:81px;
	border:#CACACA 1px solid;
	float:left;
	position:relative;
	left:15px;
	margin-top:30px;
	
}

.conteudoDestaqueRhNews{
	float:left;
	width:130px;
	margin-top:30px;
	margin-left:26px;
}

.tituloDestaqueRhNews{
	height:25px;
	font-family:Tahoma, Verdana;
	font-size:11px;
	font-weight:bold;
	color:#2B4D5A;
	margin-bottom:3px;
}

.chamadaDestaqueRhNews{
	height:32px;
	margin-bottom:5px;
	border-bottom:#EBEBEB 1px solid;
}

/* ESTILOS BOX PERCEIROS */
.boxParceiros{
	width:240px;
	height:125px;
	background-image:url(../img/home/box_parceiros240.gif);
	background-repeat:no-repeat;
	float:right;
	position:relative;
}

.boxParceirosRh{
	width:240px;
	height:125px;
	background-image:url(../img/home/box_parceiros_rh240.gif);
	background-repeat:no-repeat;
	float:right;
	position:relative;
}

.conteudoDestaqueParceiros{
	float:left;
	width:160px;
	height:45px;
	margin-left:10px;
}

.fotoParceiros{
	width:43px;
	height:33px;
	border:#CACACA 1px solid;
	margin: 0px 0px 5px 15px;
	_margin: 0px 0px 5px 7px;
	float:left;
}

.tituloParceiro{
	height:15px;
	font-family:Tahoma, Verdana;
	font-size:11px;
	font-weight:bold;
	color:#2B4D5A;
	margin-bottom:3px;
}

.chamadaParceiro{
	height:20px;
	margin-bottom:5px;
	width:160px;
	/*background-color:#CC99CC;*/
}

#botaoPararTroca{
	/*width:16px;
	height:16px;
	background-image:url(img/home/botao_stop.gif);
	background-repeat:no-repeat;*/
	float:left;
}



/***********************************************************************
			PÁGINAS DE ESPECIALISTAS SEÇÃO DE CARREIRAS
************************************************************************/

/*Imagens dos titulos de todas as páginas internas*/
#conteudo_secoes h6{
	display:block;
	background:#CCCCCC;
	width:81px;
	height:13px;
	background:url(img/titulos/subtitulo_entrevista.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
}

#conteudo_secoes h5{
	display:block;
	background:#CCCCCC;
	width:200px;
	height:13px;
	background:url(img/titulos/subtitulo_dinamica.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
}

#conteudo_secoes h4{
	display:block;
	background:#CCCCCC;
	width:165px;
	height:12px;
	background:url(img/titulos/subtitulo_curriculo.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
}

#conteudo_secoes h3{
	display:block;
	background:#CCCCCC;
	width:224px;
	height:13px;
	background:url(img/titulos/subtitulo_desenvolvimento_profissional.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
}

#conteudo_secoes h2{
	display:block;
	background:#CCCCCC;
	width:140px;
	height:13px;
	background:url(img/titulos/subtitulo_busca.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
}

conteudo_secoes h1{
	display:block;
	background:#CCCCCC;
	width:165px;
	height:15px;
	background:url(img/titulos/subtitulo_relacoes_trabalhistas.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
}
/*Fim das imagens dos titulos de todas as páginas internas*/

#pergunta{
	position:relative;
	top:-10px;
}

#pergunta h6{
	background:#CCCCCC;
	width:478px;
	height:22px;
	background:url(img/titulos/subtitulo_pergunta.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:30px 0 0 0;
}

#resposta h5{
	background:#CCCCCC;
	width:478px;
	height:22px;
	background:url(img/titulos/subtitulo_resposta.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

#link ul{
	margin: 0; padding: 5px 0 40px 0;
}

#link ul li{
	display:inline;
	background:url(img/titulos/setinha.gif) no-repeat;
	padding:0 0 0 10px;
}

#link ul li a{
	text-decoration: underline;
	margin: 0;
	padding: 0 20px 0 0;
}

#perguntas-respondidas {
	width:480px;
}

#perguntas-respondidas ul{
	list-style:none;
	margin:0;
	padding:0px;
}

#perguntas-respondidas ul li{
	margin-left:10px;
	background:url(img/titulos/setinha.gif) no-repeat;
	margin:10px 0 0 0;
	padding:0 0 0 10px;
}

#perguntas-respondidas ul li a{
	text-decoration: underline;
}

.especialista{
	width:180px;
	margin-left:3px;
	border-bottom:1px solid #F2F2F2;
	float:left;
	padding: 0 0 0 10px;
}

.esp_ver_resp {
margin:0;
}

#duvida{
	width:130px;
	height:10px;
	float:right;
	padding :0 70px 0 0;
}

/*definição das imagens das páginas internas de curriculo*/
#foto-laerte{
	width:64px;
	height:81px;
	float:left;
}

#foto-laerte h2{
	width:64px;
	height:81px;
	background: url(/imagens/especialistas_fotos/020102-indice_laerte.jpg) no-repeat;
	border:1px solid #999999;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}

#foto-adriana{
	width:64px;
	height:81px;
	float:left;
}

#foto-adriana h2{
	width:64px;
	height:81px;
	background: url(/imagens/especialistas_fotos/020102-indice_adriana.jpg) no-repeat;
	border:1px solid #999999;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}

#foto-priscila-mendes{
	width:64px;
	height:81px;
	float:left;
}

#foto-priscila-mendes h2{
	width:64px;
	height:81px;
	background: url(/imagens/especialistas_fotos/090103-indice_priscila.jpg) no-repeat;
	border:1px solid #999999;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}

#foto-tais-targa{
	width:64px;
	height:81px;
	float:left;
}

#foto-tais-targa h2{
	width:64px;
	height:81px;
	background: url(/imagens/especialistas_fotos/indice_taistarga.jpg) no-repeat;
	border:1px solid #999999;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}

#foto-guacira-ribeiro{
	width:64px;
	height:81px;
	float:left;
}

#foto-guacira-ribeiro h2{
	width:64px;
	height:81px;
	background: url(/imagens/especialistas_fotos/230210-indice_guacira.jpg) no-repeat;
	border:1px solid #999999;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}

#foto-mozart{
	width:64px;
	height:81px;
	float:left;
}

#foto-mozart h2{
	width:64px;
	height:81px;
	background: url(/imagens/especialistas_fotos/020102-indice_mozart.jpg) no-repeat;
	border:1px solid #999999;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}

#foto-izabel{
	width:64px;
	height:81px;
	float:left;
}

#foto-izabel h2{
	width:64px;
	height:81px;
	background: url(/imagens/especialistas_fotos/indice_especialistas_izabel.gif) no-repeat;
	border:1px solid #999999;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}

#foto-drausio{
	width:64px;
	height:81px;
	float:left;
}

#foto-drausio h2{
	width:64px;
	height:81px;
	background: url(/imagens/especialistas_fotos/indice_drauzio.jpg) no-repeat;
	border:1px solid #999999;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}

#foto-deise{
	width:64px;
	height:81px;
	float:left;
}

#foto-deise h2{
	width:64px;
	height:81px;
	background: url(/imagens/especialistas_fotos/indice_deise.jpg) no-repeat;
	border:1px solid #999999;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}

#foto-karen{
	width:64px;
	height:81px;
	float:left;
}

#foto-karen h2{
	width:64px;
	height:81px;
	background: url(/imagens/especialistas_fotos/indice_karin_parodi.jpg) no-repeat;
	border:1px solid #999999;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}

#foto-adilson{
	width:64px;
	height:81px;
	float:left;
}

#foto-adilson h2{
	width:64px;
	height:81px;
	background: url(/imagens/especialistas_fotos/indice_adilson.jpg) no-repeat;
	border:1px solid #999999;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}

#foto-elaine{
	width:64px;
	height:81px;
	float:left;
}

#foto-elaine h2{
	width:64px;
	height:81px;
	background: url(/imagens/especialistas_fotos/indice_elainesaad.gif) no-repeat;
	border:1px solid #999999;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}



/***********************************************************************
			CONFIGURAÇÕES DA NOVA HOME DO CARREIRAS 
************************************************************************/


/* definições para a home do carreiras*/
#topo-secao-carreiras{
	width:492px;
	height:23px;
	background:url(/img/topo-carreiras01.gif) no-repeat;
}

#conteudo-secao-carreiras{
	width:490px;
	min-height:110px;
	background:url(/img/background-conteudo-secao-carreiras.gif);
}

#rodape-secao-carreiras{
	clear:both;
	width:492px;
	height:33px;
	background:url(/img/rodape-secao-carreiras.gif) no-repeat;
}

#topo-secao-carreiras02{
	width:492px;
	height:23px;
	background:url(/img/topo-carreiras03.gif) no-repeat;
}

#conteudo-secao-carreiras02{
	width:490px;
	min-height:110px;
	background:url(/img/background-conteudo-secao-carreiras.gif);
	display:table;
}

#rodape-secao-carreiras02{
	clear:both;
	width:492px;
	height:33px;
	background:url(/img/rodape-secao-carreiras.gif) no-repeat;
}
/* fim das definições para a home do carreiras*/


/* definições para a home do comunidade rh*/	

#topo-secao-rh01{
	width:490px;
	height:23px;
	background:url(/comunidades/rh/home/topo-rh.gif) no-repeat;
}


#conteudo-secao-rh01{
	width:490px;
	min-height:100px;
	background:url(/comunidades/rh/home/background-conteudo-secao-rh.gif);
}

#rodape-secao-rh01{
	clear:both;
	width:492px;
	height:33px;
	background:url(/comunidades/rh/home/rodape-secao-rh.gif) no-repeat;
}
	
#topo-secao-rh02{
	width:492px;
	height:23px;
	background:url(/comunidades/rh/home/topo-rh03.gif) no-repeat;
}

#conteudo-secao-rh02{
	width:490px;
	min-height:100px;
	background:url(/comunidades/rh/home/background-conteudo-secao-rh.gif);
}

#rodape-secao-rh02{
	clear:both;
	width:492px;
	height:33px;
	background:url(/comunidades/rh/home/rodape-secao-rh.gif) no-repeat;
}
/* fim das definições para a home do comunidade rh*/

#rodapelink{
	width:492px;
	height:33px;
}

#link1{
	width:155px;
	height:33px;
	padding:4px 0 0 75px;
	float: left;
}

#link2{
	width:153px;
	height:25px;
	margin:4px 0 0 96px;
	float: left;
}

#link3{
	width:155px;
	height:33px;
	padding:4px 0 0 110px;
	float: left;
}

#link4{
	width:123px;
	height:25px;
	margin:4px 0 0 90px;
	float: left;
}

#include01{
	display: block;
	float:left;
	width:200px;
/*	height:50px;*/
	padding-left:28px;
	padding-top:10px;
}

#include02{
	padding-left:50px;
	padding-top:10px;
	float:left;
	width:200px;
}
#footer p{ margin:0; }
/* PÁG - CARTA DE APRESENTAÇÃO */
ul#modelosCartaApresentacao{ margin:20px 0; padding:0;}
ul#modelosCartaApresentacao li{ margin:0; padding:10px 20px 10px 35px; height:30px; list-style:none; display:inline; }
ul#modelosCartaApresentacao li a{ color:#0033FF;}
li#modelo1{ background:url(imagens/040803/ico-carta-apresentacao001.jpg) no-repeat;}
li#modelo2{ background:url(imagens/040803/ico-carta-apresentacao002.jpg) no-repeat;}
li#modelo3{ background:url(imagens/040803/ico-carta-apresentacao003.jpg) no-repeat;}
li#modelo4{ background:url(imagens/040803/ico-carta-apresentacao004.jpg) no-repeat;}
#quadroPopupCartaApresentacao{ width:380px; padding:20px; border:1px solid #CCCCCC; background-color:#FFFFFF; margin:auto; margin-top:-20px; }
#listaComentariosCartaApresentacao{width:400px; margin-left:10px;}
#tituloComentariosCartaApresentacao{margin-left:30px; color:#FF6600; font-weight:bold;}
#quadroBuscaVagas{ margin-top:30px; width:500px; height:160px; border:1px solid #AEB6E1; background-color:#C8D6F2;}
#quadroBuscaVagas .tituloP{margin:0; padding:10px; font-family:Verdana, Arial; font-size:11px;}
.tituloQuadroBuscarVagas{font-weight:bold; color:#0C59B8;}
.quadroPainelVagasArea{width:490px; height:75px; margin:4px; border:1px solid #CCCCCC; background-color:#FFFFFF;}
.colunaVagas{width:215px; float:left; margin:10px 0 10px 20px; color:#0C59B8; font-family:Verdana, Arial; font-size:12px;}
.colunaVagas .listaVagas{margin:0; padding:2px;}
.numeroVagas{color:#2B4D5A;}
.vejaMaisVagas{ color:#3E5CAC; font-size:10px; font-weight:bold; padding:8px; text-align:right; background:url(imagens/mais.gif) no-repeat 85px;}
.buscadorCargoEstado{  color:#0C59B8; font-family:Verdana, Arial; font-size:13px; font-weight:bold; margin:10px 4px; padding:0;}
.inputCargoDesejado{width:130px; margin:0 5px; float:left;  }
.selectEstado{width:125px; float:left; }
.botaoBuscar{ background:url(imagens/botao-buscar-vagas.jpg) no-repeat; width:90px; height:26px; margin-left:5px; border:none;}
.tituloBuscador{ float:left; width:125px;}
.tituloBuscador, .selectEstado, .inputCargoDesejado{ margin-top:3px;}
/* border:1px solid red;CSS DO INCLUDE DO BLOG E TWITTER, EM DESENVOLVIMENTO, SOMENTE NO NOVOCARREIRAS */
#boxBlog {
width:116px;
height:auto;
margin: 30px 5px 5px 12px;
}

#boxTwitter{
width:125px;
height:auto;
margin:30px 0 0 8px;
}
/* BOX BUSCA - GOOGLE */
#cse-search-box{margin:15px 0; width:159px; float:left}
#divCamposFormularioBusca{width:135px; height:50px; border:2px solid #E1E1E1; padding:5px 10px;}
#inputBoxFormularioBusca{width:130px; height:14px; font-size:11px;}
#topoFormularioBusca{background-color:#028E33; border-bottom:2px solid #E1E1E1; height:12px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; font-weight:bold; padding:4px;}
#botaoFormularioBusca{margin-top:5px; padding-bottom:4px; height:22px; font-size:10px;}

/* RETORNO - BUSCA - GOOGLE */
#cse-search-results{
	margin-top:15px;
}

/* BOTAO COMPRAR LIVROS CARREIRAS E COMUNIDADE RH */
.compra_livro_carreiras, .compra_livro_rh {
	width:150px;
	margin:0px 0px 10px 0px;
	float:right;
}