ol,li,h1,h2,h3,h4,h5,h6,pre,form,html,body,blockquote,fieldset,select{
	margin:0;
	padding:0;
}
html, body{
	height:100%;
}
body{
	background-color:#FFFFFF;
	background-image:url(../imagens/bg_geral.jpg);
	background-attachment:fixed;
	background-repeat:repeat-x;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:12px;
}
img{
	border:0;
}

a{
	font-weight:bold;
	text-decoration:none;
	color:#06C;
}
a:hover{
	color:#0000DD;
}
h1{
	margin:8px 0px 0px 20px;
}
div.clear{
	clear:both;
	font-size:0;
	height:0;
}
input{
	font-family:Verdana,Helvetica,sans-serif;
	font-size:12px;
}
input.texto, input.numero, input.cpf, input.senha, input.email, textarea{
	border:1px solid #AAAAAA;
	padding:2px;
}
select{
	border:1px solid #AAAAAA;
}
input.numero{
	text-align:right;
}
div.erro, span.erro{
	color:#FF0000;
	font-weight:bold;
}
div.sucesso{
	color:#009900;
	font-weight:bold;
}

/* CORPO */
#container{
	border-bottom:1px solid #c4c4c4;
	border-left:1px solid #c4c4c4;
	border-right:1px solid #c4c4c4;
	margin:0 auto;
	overflow:hidden;
	background-color:#FFFFFF;
	width:980px;
}
#topo{
	width:100%;
	height:100px;
	background:url(../imagens/bg_topo.jpg) 0px -15px no-repeat;
	float:left;
	display:block;
}
#corpo{
	width:940px;
	margin:20px;
	float:left;
	display:inline;
}
#rodape{
	width:100%;
	height:70px;
	/*background:url(../imagens/bg_rodape.jpg?id=1) top left no-repeat;*/
}
.box{
	border:1px solid #C4C4C4;
}
/*
.titulo{
	font-size:18px;
	color:#333333;
	height:32px;
	line-height:32px;
	background:url(../imagens/bg_barra.gif) left -2px repeat-x;
	padding-left:10px;
	margin-bottom:15px;
	border-bottom:2px solid #CC0000;
}
*/
.titulo{
	font-size: 18px;
	color: #069;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	/*border-bottom:2px solid #CC0000;*/
	background: url(../imagens/bg_barra.gif) left -2px repeat-x;
}
.linha_titulo{
	background-color:#CC0000;
	color:#CC0000;
	height:3px;
	padding:0px;
	margin:0px;
}
.titulo_subresultado{
	background-color:#FFEEEE;
	padding:5px;
	margin-bottom:15px;
}
.linha_separacao{
	height:100px;
	border-right: 1px solid rgb(201, 201, 201);
	padding-right: 16px;
}
.formulario{
        width:400px;
	float:left;
}
.engine_item{
	padding-bottom:15px;
}

#filtros_busca{
	float:left;
	width:170px;
	background-color:#DFE8F2;
}
.filtros_busca_item_interno{
	font-size:8px;
}

#resultados_busca{
	float:right;
	width:770px;
}

/* LOADING */
div#loading{
	padding:2px 8px 4px 8px;
	background-color:#CC0000;
	position:absolute;
	top:5px;
	right:20px;
}
div#loading p{
	font-family:Tahoma,Trebuchet MS,Arial,Verdana,Helvetica,sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#FFFFFF;
	margin:0;
}
@media screen{
	div#loading{
		position: fixed;
	}
	/* Don't do this at home */
	* html{
		overflow-y: hidden;
	}
	* html body{
		overflow-y: auto;
	}
	* html div#loading{
		position: absolute;
	}
	/* All done. */
}

.candidato_claro{
	background-color:#FFFFFF;
}
.candidato_escuro{
	background-color:#DFE8F2;
}

/* HOME */

#trabalhe_conosco{
	width:458px;
	height:860px;
	float:left;
	border:1px solid #c4c4c4;
	clear:both;}

#trabalhe_conosco img{
	margin-left:20px;}

#trabalhe_conosco p{
	text-align:justify;
	width:418px;
	margin:20px auto;
	line-height:150%;}

#resultados{
	width:458px;
	height:860px;
	float:left;
	border:1px solid #c4c4c4;
	margin:0px 0px 0px 20px;
}

#resultados .texto{
	margin-top:0px;
	width:418px;
	height:820px;
	padding:20px;
	overflow:auto;
}

#resultados .texto ul{
	margin:0px 0px 0px 10px;
	padding:0px;}



/* INTERNAS */

.curriculo{
	float:left;
	width:940px;
	height:auto;
	min-height:400px;
	margin:0 auto;
	border:1px solid #c4c4c4;
	padding-bottom:20px;}

.opcoes_curriculo{
	float:right;
	width:500px;
	height:30px;
	text-align:right;
	line-height:30px;
	margin-top:-57px;
	margin-right:15px;
	color:#EEE;}

.opcoes_curriculo a{
	color:#FFF;}

.opcoes_curriculo a:hover{
	color:#CCC;}

.menu_curriculo{
	float:left;
	width:940px;
	height:106px;
	margin:0px 0px 25px 0px;
	padding:0px 0px 0px 0px;
	border-bottom:2px solid #03C ;
	background:url(../imagens/bg_geral.jpg) 0px -110px repeat-x;}

.menu_curriculo ul{
	width:940px;
	float:left;
	margin:0px;
	padding:0px;}

.menu_curriculo ul li{
	width:124px;
	height:86px;
	float:left;
	display:inline;
	margin:10px -2px 0px 10px;
	padding:0px;
	color:#CCC;
	list-style:none;}

.menu_curriculo ul li img{
	margin:5px 0px 3px 42px;}

.menu_curriculo ul li h3{
	font-size:12px;
	line-height:16px;
	text-align:center;
	padding:2px 10px 2px 10px;}

.menu_curriculo .icone_selecionado{
	background:url(../imagens/selecionado.jpg) top left no-repeat;}

.menu_curriculo .icone_selecionado h3{
	background:#01458e;
	color:#FFF;}

.curriculo h2{
	font-size:18px;
	margin:0 auto;}

.curriculo form{
	margin:0px 20px 20px 20px;}

.curriculo form h3{
	width:520px;
	font-size:15px;
	border-bottom:2px solid  #03C;
	padding:10px 10px 3px 20px;
	margin:20px 0px 10px 0px;
	background:url(../imagens/bg_titulo.gif) 2px 15px no-repeat;}

.curriculo table{}

.main{
	float:left;
	width:900px;
	margin:-30px 20px 20px 20px;
	padding-bottom:30px;}

.main table h3{
	width:520px;
	font-size:15px;
	border-bottom:2px solid #03C;
	padding:10px 10px 3px 20px;
	margin:30px 0px 10px 0px;
	background:url(../imagens/bg_titulo.gif) 2px 15px no-repeat;}
