@charset "utf-8";
/* CSS Utilizado na pagina principal do site */

body {
	background-image:none !important;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
	color: #FFF !important;
	font-size: 14px;
}
#center{
	margin:auto;
	width:960px;
}
#wrap {
	margin: auto;
	width: 960px;
}
a:link {
	color: #788BE4;
}
a:visited {
	color: #788BE4;
}
a:hover {
	color: #4862DB;
}
a:active {
	color: #788BE4;
}
.login_natal p {
	display:inline-block;
	float: left;
}
#menu ul li.aba_login .login_natal a.rec_senha{
	font-weight: 800;
	font-size: 9px;
	margin: 0px 0 0 125px;
	width:auto;
	height:auto;
	background: none;
	color:#FFFFFF;
}
#menu ul li.aba_login .login_natal a.rec_senha:hover{
	color:#FBB033;
}
.login_branco {
	color: #FFF !important;
	font-size: 12px !important;
	font-weight: bold;
	margin: 7px 46px 0 14px;
	line-height: 21px;
}
.login_branco2 {
	font-size: 12px !important;
	font-weight: bold;
	margin: 5px 88px 0 14px;
}
.login_azul {
	color: #166788 !important;
	font-size: 13px !important;
}
.login_verde {
	color: #149e28 !important;
	text-decoration: none;
	font-size: 13px !important;
}
.login_vermelho {
	color: #e82020!important;
	text-decoration: none;
	font-size: 13px !important;
}
.login_vermelho:hover, .login_verde:hover {
	text-decoration: underline;
}
#logo {
	float: left;
}
.login_texto {
	font-size: 12px;
	color: #69a3ba;
}
#login {
	background-image: url(../images/login_bg.png);
	background-position: top;
	height: 60px;
	width: 390px;
	float: right;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 20px;
}
#login_natal {
	background-image: url(../images/login_bg.png);
	background-position: top;
	height: 60px;
	width: 390px;
	float: right;
	background-repeat: no-repeat;
	padding-left: 20px;
}
#login p {
	font-size: 12px;
	color: #69a3ba;
}
#login_natal p {
	font-size: 12px;
	color: #69a3ba;
}
#login #usuario, #login #senha {
	background-color: #e2f0f6;
	border: 1px solid #b7ccdd;
	width: 100px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	color: #3e7f99;
	padding-left: 5px;
}
#login #entrar_login {
	background-image: url(../images/botao_entrar.png);
	height: 27px;
	width: 51px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 10px;
}
#login #entrar_login:hover {
	background-image: url(../images/botao_entrar_hover.png);
	height: 27px;
	width: 51px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#login_natal #usuario, #login_natal #senha {
	background-color: #e2f0f6;
	border: 1px solid #b7ccdd;
	width: 100px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	color: #3e7f99;
	padding-left: 5px;
}
#login_natal #entrar_login {
	background-image: url(../images/botao_entrar.png);
	height: 27px;
	width: 51px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 10px;
}
#login_natal #entrar_login:hover {
	background-image: url(../images/botao_entrar_hover.png);
	height: 27px;
	width: 51px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.cliqueaqui {
	font-size: 12px;
	color: #0b3d52;
}
.sair {
	font-size: 12px;
	color: #cf0000;
}
.esqueciminhasenha {
	font-size: 12px;
	text-decoration: none;
}
.superestagios {
	font-weight: bold;
}
.azul {
	color: #33A2CC;
}
/** ------------------------------------------ HEADER ------------------------------------------ **/
#menu {
	width: 960px;
	height:45px;
	margin-top: 1px;
	margin-left: 3px;
	clear: both;
}
#menu ul {
	display: block;
	clear: both;
	margin-top: 1px;
}
#menu ul a li {
	color: #757988;
	background-color:#ced0d7;
	width:125px;
	height:48px;
	float: left;
	font-weight: bolder;
	font-size: 11px;
}
#menu ul a li:hover {
	color: #FFF;
	background-color:#02183d;
	width:125px;
	height:48px;
	float: left;
}
#menu ul li {
	width:126px;
	height:44px;
	float: left;
	text-align:center;
	margin-right:3px;
}
#menu span {
	margin-top: 15px;
	display: inline-block;	
}
#menu span.login{
	margin: 1px 0 0 7px;
	font-size: 12px;
	font-weight: 800;
}
#menu span.pass{
	font-weight: 800;
	font-size: 13px;
	margin: 3px 0 0 35px;
}
#menu ul li.bt_social {
	width: 21px;
	height: 19px;
	margin: 0 0 1px 0;
	float: left;
	cursor:pointer;
}
#menu ul li.bt_social a{
	width: 21px;
	height: 19px;
	display: block;
}
#menu ul a.facebook {
    background:url(images/social_facebook.png) no-repeat 0 0;
    margin: -1px 0 2px 0;
}
#menu ul a.facebook:hover {
    background:url(images/social_facebook.png) no-repeat 0 -19px;
    margin: -1px 0 2px 0;
}
#menu ul a.twitter {
    background:url(images/social_twitter.png) no-repeat 0 0;
}
#menu ul a.twitter:hover {
    background:url(images/social_twitter.png) no-repeat 0 -19px;
}
#menu ul a.instagram {
    background:url(images/social_instagram.png) no-repeat 0 0;
}
#menu ul a.instagram:hover {
    background:url(images/social_instagram.png) no-repeat 0 -19px;
}
#menu ul li.aba_login {
	background-color:#02183d;
	width:292px !important;
	text-align:left;
	height: 60px;
	margin-right:0px;
	color:#FFFFFF;
}
#menu ul li.aba_login input {
	width: 145px;
	height: 13px;
	margin: 6px 0 0px 5px;
	border: none;
	font-size: 12px;
	padding-left:2px;
}
#menu ul li.aba_login input:focus {
	background-color:#ccc;
}
#menu ul li.aba_login .senha {
	margin: 6px 0 0 4px;
}
#menu ul li.aba_login input#entrar_login {
	float:right;
	width: 45px;
	height: 39px;
	margin: -17px 8px 0px 0;
	display: block;
	cursor: pointer;
	padding:0;
	font-weight: 800;
}
#menu ul li.aba_login input#entrar_login:hover {
	background-color: #FBB033;
	color: #02183D;
}
#menu ul li.aba_login a {
	margin-right: 8px;
	display: inline-block;
	text-decoration: none;
	height: 25px;
	width: 52px;
	background: url(images/bt_login.png) no-repeat 0 -25px;
	color: #02183d;
	font-size: 8px;
	font-weight: 800;
	text-align: center;
}
#menu ul li.aba_login a:hover {
	background-position:0 0;
}
#menu ul li a {
	height:44px;
	margin-top: -0px;
	text-decoration:none;
}
#cabecario .bts_navegacao{
	width:960px;
	height:45px;
	margin-top:-56px;
}
#cabecario .bts_navegacao a{
	display:inline-block;
	float: left;
}
#cabecario .bts_navegacao a.bt_est{
	background: url(images/bt_header1.png) no-repeat 0 -48px;
	height: 48px;
	width: 322px;
}
#cabecario .bts_navegacao a.bt_est:hover{
	background-position: 0 0;
}
#cabecario .bts_navegacao a.bt_vaga{
	background: url(images/bt_header2.png) no-repeat 0 -48px;
	height: 48px;
	width: 322px;
}
#cabecario .bts_navegacao a.bt_vaga:hover{
	background-position: 0 0;
}
#cabecario .bts_navegacao a.bt_emp{
	background: url(images/bt_header3.png) no-repeat 0 -48px;
	height: 48px;
	width: 316px;
}
#cabecario .bts_navegacao a.bt_emp:hover{
	background-position: 0 0;
}
#cabecario #wrap_cabecario {
	background: url(images/bg_header.jpg) no-repeat 0 0;
	margin: auto;
	width: 960px;
	height: 376px;
}
/*------------------------------HEADER2------------------------------*/
/*Por: Ramon Penna*/
#usuario,#senha { height:17px;top: -1px;width:100px;background:#FFF;border:none;font-size:12px;padding-bottom:3px;position: relative;margin-right:15px;}
#header2 #wrap_cabecario {background: url(images/logo.jpg) no-repeat 0 0;margin:auto;width:960px;height:272px;overflow: hidden;line-height: normal;}
#header2 #menu2 {background-color:#B2B4B8;color:#000;padding-left: 237px;height:17px;font-weight: 600;box-shadow: inset 10px 30px 6px -30px #111;-webkit-box-shadow: inset 10px 30px 6px -30px #111;-moz-box-shadow: inset 10px 30px 6px -30px #111;}
#header2 #menu2 ul li {display:inline-block;float:left;color:#02183d;font-size:9px;font-weight:700;margin:2px 0 0 57px;}
#header2 #menu2 ul li:hover {color:#FFF;}

#header2 .first {margin-left:0 !important;}
#header2 .login_natal {background-color:#02183d;color:#FFF;padding-top: 3px;height:31px;text-align:center;}
#header2 .login_natal div{display: inline-block;}
#header2 .login_natal .login,.pass {font-weight: bold;font-size:13px;cursor: context-menu;display: inline-block;margin-top: 4px;}
#header2 .login_natal #entrar_login {background: #FFF; border: none; width: 70px; cursor: pointer;font-size:10px;}
#header2 .login_natal .rec_senha img{display: inline-block;margin: 5px 5px -3px -6px;}
#header2 .login_branco2{margin: 5px 30px 0 0px;}
#header2 .bts_navegacao{height:34px}
#header2 .bt_logo_header{width:230px;height:140px;display:inline-block;margin:40px 0 0;}
#header2 #menu2 ul li.bt_social{margin:0 0 0 165px;}
#header2 #menu2 ul li.bt_social a{width: 20px;height: 17px;display: inline-block;}
#header2 #menu2 ul li.bt_social a.facebook {background: url(images/face.png) no-repeat 0 0;}
#header2 #menu2 ul li.bt_social a.twitter {background: url(images/twitter.png) no-repeat 0 0;}
#header2 #menu2 ul li.bt_social a.instagram {background: url(images/insta.png) no-repeat 0 0;}

#header2 .bt_est{background:url(images/bt2_header1.png) no-repeat 0 0;display:block;width: 319px;height: 34px;float: left;}
#header2 .bt_est:hover{background-position:0 -34px}
#header2 .bt_vaga{background:url(images/bt2_header2.png) no-repeat 0 0;display:block;width: 324px;height: 38px;float: left;margin-top: -2px;}
#header2 .bt_vaga:hover{background-position:0 -38px}
#header2 .bt_emp{background:url(images/bt2_header3.png) no-repeat 0 0;display:block;width: 317px;height: 34px;float: left;}
#header2 .bt_emp:hover{background-position:0 -34px}
	
#header2 .btLogin1{background:url(images/botao-painel1.png) no-repeat 0 0;margin-top:6px;display:inline-block;height:16px;width:124px;}
#header2 .btLogin1:hover{background-position:0 -16px;}
#header2 .btLogin2{background:url(images/botao-painel2.png) no-repeat 0 0;margin-top:6px;display:inline-block;height:16px;width:124px;}
#header2 .btLogin2:hover{background-position:0 -16px;}
#header2 .btLogin3{background:url(images/botao-painel3.png) no-repeat 0 0;margin-top:6px;display:inline-block;height:16px;width:124px;}
#header2 .btLogin3:hover{background-position:0 -16px;}
#header2 .btLogin4{background:url(images/botao-painel4.png) no-repeat 0 0;margin-top:6px;display:inline-block;height:16px;width:124px;}
#header2 .btLogin4:hover{background-position:0 -16px;}
#header2 .btLogout{background:url(images/botao-sair.png) no-repeat 0 0;margin-top: 6px;display: inline-block;height:16px;width:124px;}
#header2 .btLogout:hover{background-position:0 -16px;}
 









/** ------------------------------------------------ Fim Formularios ------------------------------------------------ **/
#wrap .banner1{
	width:960px;
	height:333px;
	background-color:#26688f;
}
#wrap .box2{
	width:960px;
	height:490px;
	background:url(images/listrado-laranja.jpg) repeat 0 0;
}
#wrap .box2 section .titulo{
	background:url(images/titulo_vagas.png) no-repeat 0 0;
	width: 321px;
	height: 35px;
	margin: -4px 0 34px 80px;
}
#wrap .box2 #col_processo{
	float: right;
	margin-top: 38px;
	height: 340px;
}
#wrap .box2 .titulo_processo{
	background: url(images/titulo_processo_seletivo.png) no-repeat 0px 0px;
	height: 27px;
	margin-bottom: 35px;
	width: 330px;
}
#wrap .box3{
	background: url(images/listrado_azulescuro.png) repeat 0 0;
	width: 960px;
	height: 490px;
}
#wrap .box3 .box_estados{
	width: 299px;
	height: 418px;
	background-color: #eee7d6;
	float: left;
	margin-top: 39px;
	text-align: center;
}
#wrap .box3 .box_estados span{
	display:block;
	background:url(images/titulo_estados.png) no-repeat;
	margin: 36px auto 10px;
	width: 248px;
	height: 27px;
}
#wrap .box3 .box_estados .estados{
	color: #000;
	width: 264px;
	height: 296px;
	background: url(images/bg_estados.png) no-repeat;
	text-align: left;
	margin: 12px 0 0 8px;
	font-size: 19px;
	overflow: auto;
	padding-top: 18px;
}
#wrap .box3 .box_estados .estados a{
	width: 218px;
	height: 25px;
	text-decoration: none;
	color: #000;
	font-size: 19px;
	display: block;
	margin-bottom: 13px;
	padding: 5px 0 0 29px;
	font-weight: 600;
}
#wrap .box3 .box_estados .estados a:hover{
	background-color: #fbb033;
	color: #02183d;
	display: block;
	text-decoration: none;
	font-weight: 600;
	height: 25px;
	padding-top: 5px;
}
#wrap .box3 .titulo{
	background:url(images/titulo_inspire_se.png) no-repeat 0 0;
	width: 540px;
	height: 41px;
	float: right;
	margin: 38px 45px 0 0;
}
#wrap .box3 .box_banner{
	background:url(images/bg_banner2.jpg) no-repeat 0 0;
	width: 635px;
	height: 375px;
	background-color: #fff;
	float: right;
	text-align: center;
}
#wrap .box3 .box_banner img{
	display:block;
	margin-top: 126px;
}
#wrap .box_noticias{
	width:958px;
	height:390px;
	background:url(images/listrado-cinza.jpg) repeat 0 0;
	padding-top: 30px;
}
#wrap .box_noticias .titulo{
	background: url(images/titulo_noticias.png) no-repeat 0 41px;
	margin: 0px 0 0px 35px;
	height: 49px;
	padding-top: 58px;
}
#wrap .box_noticias a{
	text-decoration:none;
}
#wrap .box_noticias > ul li{
	background-color:#FFF;
	margin: 0 0 6px 27px;
	height: 56px;
	width: 613px;
	border-right: #d3d3d3 1px solid;
	border-bottom: #d3d3d3 1px solid;
	display: inline-block;
}
#wrap .box_noticias > ul li img{
	float:left;
}
#wrap .box_noticias > ul li .titulo_noticia{
	font-size: 16px;
	color: #10264b;
	margin: 24px 0 0px 11px;
	display: inline-block;
	font-weight: bolder;
}
#wrap .box_noticias .linha_noticia{
	background:url(images/linha_noticia.png) repeat-x 0 0;
	width: 608px;
	height: 5px;
	margin: 0 0 8px 32px;
	display: inline-block;
}
#wrap .box_noticias .footer3{
	background-color:#26688f;
	width: 303px;
	height: 260px;
	float: right;
	margin-top: 45px;
}
#wrap .box_noticias .footer3 > span{
	background: url(images/titulo_enquete.png) no-repeat 0 0;
	margin: 12px 0 0 27px;
	display: block;
	width: 206px;
	height: 22px;
}
#wrap .box_noticias .footer3 .enquete{
	background-color: #fff;
	width: 281px;
	height: 169px;
	color: #010101;
	font-weight: 800;
	margin-top: 8px;
	border: #aaa 1px solid;
	padding: 10px 10px 0 10px;
}
#wrap .box_noticias .footer3 .enquete ol{
	list-style:lower-alpha !important;
	margin: 24px 0 0 24px;
	font-size: 15px;
}
#wrap .box_noticias .footer3 .enquete ol li{
	margin-bottom:11px;
}
#wrap .footer_home{
	margin-top:17px;
}
#wrap .footer_home .footer1{
	background:url(images/banner_delegacia.jpg) repeat-x 0 0;
	width:300px;
	height:213px;
	float:left;
	margin-right: 29px;
}
#wrap .footer_home .footer2{
	background-color:#979797;
	width:300px;
	height:213px;
	float:left;
	margin-right:29px;
}
#wrap .footer_home .footer2 img{
	margin: 80px 0 0 35px;
}
.vermelho {
	color: #F00;
}
.checklist {
	text-align: left;
	font-size: 14px;
	color: #33A2CC;
	list-style-image: url(../images/check.png);
	margin-left: 32px;
}
#fluxograma_wrap {
	height: 265px;
	width: 100%;
	padding-bottom: 10px;
	margin: auto;
	margin-top: 10px;
	margin-left: 10px;
}
#fluxograma {
	width: 265px;
	float: left;
	border: 1px solid #CCC;
	height: 270px;
}
#seta {
	float: left;
	height: 250px;
	padding-left: 10px;
	padding-right: 10px;
}
#seta img {
	padding-top: 105px;
}
#animacao {
	clear: both;
	height: 333px;
	width: 960px;
}
#colunas {
	clear: both;
}
#coluna1 {
	width: 306px;
	float: left;
	margin-left: 11px;
	background-color: #FFF;
	background-image: url(../images/bg_coluna_1.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	text-align: center;
	padding-top: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#coluna1imgwrap {
	background-image: url(../images/bg_coluna1_img.jpg);
	background-position: center center;
}
#coluna2 {
	width: 622px;
	float: left;
	margin-left: 11px;
	background-color: #FFF;
	background-image: url(../images/bg_coluna_2.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	margin-bottom: 5px;
	height: 85px;
}
#coluna3 {
	width: 940px;
	float: left;
	margin-left: 11px;
	background-color: #FFF;
	background-image: url(../images/bg_coluna_3.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	margin-bottom: 5px;
}
#coluna1 p, #coluna2 p, #coluna3 p, #conteudo p {
	padding: 10px;
	font-size: 14px;
	text-align: justify;
	clear: both;
}
.p_vertical {
}
#coluna2 img {
	padding-top: 0px;
	padding-bottom: 0px;
}
.td_middle {
	vertical-align: middle;
}
#conteudo {
	background-color: #FFF;
	width: 960px;
	clear: both;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 10px;
}
#conteudo_contato {
	background-color: #FFF;
	width: 960px;
	clear: both;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	min-height: 560px;
}
#conteudo_contato img {
	padding-bottom: 0px;
	float: left;
}
#conteudo_contato table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	width: 465px;
	float: left;
}
#artigos_wrap    {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	width: 960px;
}
#artigos_coluna {
	width: 307px;
	float: left;
	background-image: url(../images/artigos/bg_coluna_artigos.png);
	height: 313px;
	padding-top: 17px;
	margin-bottom: 10px;
	margin-right: 10px;
}
#artigos_coluna h1 {
	font-family: "segoe ui";
	font-size: 20px;
	color: #1ca3da;
	font-weight: normal;
	text-align: left;
	width: 270px;
	margin-left: 18px;
	line-height: 25px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
}
#artigos_coluna h1 a:hover{
	color: #1ca3da;
	text-decoration: underline;
}
#artigos_coluna a img {
	opacity: 1;
	-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

#artigos_coluna a img:hover {
	opacity: 0.7;
	-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}


#artigos_coluna h1 a {
	color: #1ca3da;
	text-decoration: none;
}


#artigos_coluna p {
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 18px;
	width: 270px;
	padding: 0;
	padding-top: 7px;
	height: 120px;
}
#artigos_coluna p a {
	color: #1ca3da;
}
.contato_esquerda {
	text-align: right;
	padding-right: 5px;
	font-family: "segoe ui";
	font-size: 14px;
	color: #666;
}
.contato_esquerda_mensagem {
	vertical-align: top;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	font-family: "segoe ui";
	font-size: 14px;
	color: #666;
}
#contNome, #contemp, #contEmail, #contTelefone, #contAssunto {
	vertical-align: middle;
	height: 25px;
	padding-left: 5px;
	color: #818181;
	width: 364px;
	background-image: url(../images/bg_formulario_contato1.png);
	background-repeat: no-repeat;
	border: 0;
	background-position: center;
	font-family: "segoe ui";
	font-size: 14px;
}
#contNome:hover, #contemp:hover, #contEmail:hover, #contTelefone:hover, #contAssunto:hover {
	vertical-align: middle;
	height: 25px;
	padding-left: 5px;
	color: #818181;
	width: 364px;
	background-image: url(../images/bg_formulario_contato1_hover.png);
	background-repeat: no-repeat;
	border: 0;
	background-position: center;
	font-family: "segoe ui";
	font-size: 14px;
}
#contMensagem {
	resize: none;
	width: 368px;
	color: #818181;
	padding-left: 5px;
	background-image: url(../images/bg_formulario_contato2.png);
	border: 0;
	background-repeat: no-repeat;
	height: 185px;
	font-family: "segoe UI";
}
#contMensagem:hover {
	resize: none;
	width: 368px;
	color: #818181;
	padding-left: 5px;
	background-image: url(../images/bg_formulario_contato2_hover.png);
	border: 0;
	background-repeat: no-repeat;
	height: 185px;
}
#conteudo_contato p {
	width: 435px;
	color: #666;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: justify;
	padding-left: 10px;
	font-family: "segoe ui";
	font-size: 14px;
}
#envia {
	background-image: url(../images/btn_contato_enviar.png);
	height: 31px;
	width: 74px;
	border: 0;
	margin-top: 5px;
}
#envia:hover {
	background-image: url(../images/btn_contato_enviar_hover.png);
	height: 31px;
	width: 74px;
	border: 0;
}

#atendimento_online .atendimento_mascote {
	position: absolute;
	margin-top: -70px;
}
#rodape {
	background-image: url(../images/bg_copy.png);
	height: 26px;
	width: 100%;
	text-align: center;
	font-size: 11px;
	color: #737373;
	padding-top: 5px;
}
#home a.rec_senha{
	padding-top: 5px;
}
#home .login_natal a.btLogin{
	padding-top: 5px;
	height: 20px;
}
#home .enquete li{
	margin:12px 0;
	font-weight: 600;
}

#home .ultimas_noticias{ width: 570px; height: 220px; margin-left:37px;}
#home .ultimas_noticias .barra{background:url(img/linha_noticia.png) repeat-x 0 0;width: 100%;height: 5px;margin: 7px 0;}
#home .ultimas_noticias .box_not{width: 570px;height:60px;margin-bottom: 12px;}
#home .ultimas_noticias .box_not .min{float: left;}
#home .ultimas_noticias .box_not .tit{font-weight: 600;font-size: 17px;display: inline-block;color: #02183d;}
#home .ultimas_noticias .box_not .tit p{margin: 17px 0 0 12px;}
#home .ultimas_noticias .box_not .tit p a{color: #000; text-decoration: none;}
#home .ultimas_noticias .box_not .tit p a:hover{color: #FBB033;}
#home #prev, #next{height:54px !important;}
/** ------------------------------------------------ Formularios ------------------------------------------------ **/
.tabela_formulario_index {
	width: 650px;
	margin: auto;
	border: 1px solid #C9C9C9;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	font-size: 14px;
}
.td_formulario_direita_index {
	padding-right: 15px;
	text-align: right;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dbdbdb;
	border-right-color: #dbdbdb;
	border-bottom-color: #C8C8C8;
	border-left-color: #dbdbdb;
	background-color: #E5E5E5;
	padding-left: 10px;
	font-weight: normal;
	color: #4D4D4D;
	font-size: 14px;
}
.td_formulario_esquerda_index {
	padding-right: 2px;
	text-align: left;
	vertical-align: top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C9C9C9;
	border-right-color: #C9C9C9;
	border-bottom-color: #C9C9C9;
	border-left-color: #C9C9C9;
	padding-left: 10px;
	background-color: #F3F3F3;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}
.td_formulario_centro_index {
	text-align: center;
	vertical-align: top;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dbdbdb;
	border-right-color: #dbdbdb;
	border-bottom-color: #C8C8C8;
	border-left-color: #dbdbdb;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #E5E5E5;
	color: #4D4D4D;
	font-size: 14px;
}
.divisor_formulario_index {
	color: #CCC;
	background-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 1px;
	width: 100%;
	float: left;
	margin-bottom: 5px;
	font-size: 14px;
}
.tabela_formulario_index input {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #C3C3C3;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: "segoe ui";
	font-size: 13px;
	color: #666;
	padding-left: 5px;
	font-size: 14px;
}
#conteudo table {
	border: 1px solid #cbcbcb;
	margin: auto;
}
#login_bndes {
	background-image: url(../images/confirmar_bndes.png);
	width: 357px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 25px;
	cursor: pointer;
	margin-bottom: 5px;
}
#login_pcrj {
	background-image: url(../images/confirmar_policiacivilrj.png);
	width: 415px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 25px;
	cursor: pointer;
	margin-bottom: 5px;
	margin-top: 5px;
}
#login_incra {
	background-image: url(../images/confirmar_incra.png);
	width: 360px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 25px;
	cursor: pointer;
	margin-bottom: 5px;
	margin-top: 5px;
}
#cpf {
	border: 1px solid #CCC;
}
/***** slider *****/
.slider-wrapper {
	width: 940px;
	height: 315px;
	overflow: hidden;
}
.slider {
	width: 940px;
	height: 315px;
}
.items {
	display: none;
}
.pagination {
	position: absolute;
	left: 427px;
	bottom: 19px;
	z-index: 99;
}
.pagination li {
	float: left;
	padding-right: 4px;
}
.pagination a {
	display: block;
	width: 14px;
	height: 16px;
	background: url(../images/slider-pagination.png) right top no-repeat;
	cursor: pointer;
}
.pagination li.current a {
	cursor: default;
}
.pagination li.current a, .pagination a:hover {
	background-position: left top;
}
/** ------------------------------------------------ Busca Vagas ------------------------------------------------ **/

.tabela_formulario_busca_vagas {
	width: 845px;
	margin: auto;
	margin-bottom: 10px;
	font-size: 14px;
}
.td_formulario_direita_busca_vagas {
	padding-right: 15px;
	text-align: right;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dbdbdb;
	border-right-color: #dbdbdb;
	border-bottom-color: #C8C8C8;
	border-left-color: #dbdbdb;
	background-color: #E5E5E5;
	padding-left: 10px;
	font-weight: normal;
	color: #4D4D4D;
	font-size: 14px;
}
.td_formulario_esquerda_busca_vagas {
	padding-right: 2px;
	text-align: left;
	vertical-align: top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C9C9C9;
	border-right-color: #C9C9C9;
	border-bottom-color: #C9C9C9;
	border-left-color: #C9C9C9;
	padding-left: 10px;
	background-color: #F3F3F3;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}
.td_formulario_centro_busca_vagas {
	text-align: center;
	vertical-align: top;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dbdbdb;
	border-right-color: #dbdbdb;
	border-bottom-color: #C8C8C8;
	border-left-color: #dbdbdb;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #E5E5E5;
	color: #4D4D4D;
	font-size: 14px;
}
.divisor_formulario_busca_vagas {
	color: #CCC;
	background-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 1px;
	width: 100%;
	float: left;
	margin-bottom: 5px;
	font-size: 14px;
}
.td_formulario_esquerda_busca_vagas select {
	margin: 0;
	height: 24px;
	color: rgb(131, 131, 131);
	padding-left: 3px;
	font-size: 13px;
}
#clear {
	clear: both;
	height: 1px;
}

/*------------------------HOTSITE------------------------*/
#hotsite #wrap_cabecario{
	background:none;
	height:278px;
}
#hotsite #wrap_cabecario .logo{
	background:url(images/logo_se.png) no-repeat center 0;
	height: 180px;
	width: 440px;
	position: absolute;
	margin: 85px 0 0 272px;
}
#hotsite .bt_social img{
	float:right;
	margin: 2px 8px 0 0;
}
#hotsite #center{
	margin:auto;
	width:960px;
	height:1530px;
	background:url(images/bg_hotsite.png) no-repeat 0 0;
}
#hotsite #cabecario{
	text-align:center;
	font-size:20px;
	height:396px;
}
#hotsite #cabecario .titulo_hotsite{
	color:#02183d;
	text-align:center;
	font-size:43px;
	display:block;
}
#hotsite #cabecario .subtitulo_hotsite{
	color:#02183d;
	text-align:center;
	font-size:30px;
	display:block;
	margin-top:-8px;
}
#hotsite #wrap .faixa{
	background-color: #02183d;
	height:104px;
	width: 1020px;
	margin-left: -30px;
}
#hotsite #wrap .faixa span{
	color:#fbb033;
	display:inline-block;
	font-size:54px;
	font-weight:bolder;
	margin: 9px 0 0 29px;
}
#hotsite #wrap .linha_faixa1{
	background:url(images/linha_hotsite.png) no-repeat center 0;
	height:34px;
	width: 1020px;
	margin-left: -30px;
}
#hotsite #wrap .banner_hotsite{
	background-color: #f00;
	height: 365px;
	width: 960px;
	margin-top: -34px;
}
#hotsite #wrap .banner_hotsite span{
	background: url(images/banner_hotsite2.png) repeat-x 0 0;
	width: 960px;
	height: 109px;
	display: inline-block;
	margin-top: 115px;
	font-size: 48px;
	text-align: center;
	color: #02183d;
	padding-top: 14px;
}

#hotsite #wrap .box_esq{
	height: 660px;
	width: 440px;
	float:left;
}
#hotsite #wrap .box_esq .box1{
	height: 208px;
	width: 210px;
	margin: 30px 0 0 60px;
}
#hotsite #wrap .box_esq .box1 .titulo{
	color:#ed9e1a;
	font-size:33px;
	position: absolute;
	margin: -8px 0 0 5px;
}
#hotsite #wrap .box_esq .box1 .titulo strong{
	color:#02183d;
	font-size: 36px;
	position: absolute;
	margin: -16px 0 0 70px;
	letter-spacing: 2px;
}
#hotsite #wrap .box_esq .box1 p{
	color:#02183d;
	font-size: 21px;
	margin: 44px 0 0 10px;
	line-height: 26px;
}
#hotsite #wrap .box_esq .box2{
	height: 210px;
	width: 210px;
	margin-left: 60px;
}
#hotsite #wrap .box_esq .box2 .titulo{
	color:#02183d;
	font-size:33px;
	position: absolute;
	margin: -8px 0 0 5px;
}
#hotsite #wrap .box_esq .box2 .titulo strong{
	color:#ed9e1a;
	font-size: 36px;
	position: absolute;
	margin: -18px 0 0 71px;
	letter-spacing: 1px;
}
#hotsite #wrap .box_esq .box2 p{
	color:#02183d;
	font-size: 21px;
	margin: 42px 0 0 8px;
	line-height: 26px;
}
#hotsite #wrap .box_dir{
	height: 660px;
	width: 520px;
	float:right;
}
#hotsite #wrap .box_dir .titulo{
	background-color:#399;
	height: 140px;
	width: 100%;
	display:block;
}
#hotsite #wrap .box_dir p{
	color:#02183d;
	font-size: 20px;
	margin: 6px 0 0 42px;
	line-height: 15px;
	width: 320px;
}
#hotsite #wrap .box_dir p strong{
	color:#ed9e1a;
	font-size: 20px;
	line-height: 25px;
	font-weight:bolder;
}
#hotsite #wrap .box_dir .input{
	width:412px;
	height:30px;
	margin: 39px 0 -5px 35px;
}
#hotsite #wrap .box_dir .input label{
	margin: 0 5px 1px;
	display: block;
	font-size: 15px;
}
#hotsite #wrap .box_dir .bt-cadastrar{
	width:319px;
	height:66px;
	margin: 43px 0 0 132px;
	font-size: 30px;
}
#hotsite #wrap .box_dir .bt-cadastrar input{
	color: #10264b;
	width:319px;
	height:66px;
	cursor:pointer;
	border-right:#000 solid 1px;
	border-bottom:#000 solid 2px;
	border-left:#000 solid 2px;
	border-top:none;
	background-color: #ed9e1a;
}
#hotsite #wrap .box_dir .bt-cadastrar input:hover{
	color: #ed9e1a;
	border-right:#000 solid 1px;
	border-bottom:#000 solid 2px;
	border-left:#000 solid 2px;
	border-top:none;
	background-color: #10264b;
}
#hotsite #wrap .box_dir p .campo{
	color: #605f5f;
	border:#000 solid 3px;
	width:412px;
	height:30px;	
}
#hotsite #wrap .box_dir p .campo:hover{
	border:#555 solid 3px;
}
#hotsite #wrap .box_dir p .campo:focus{
	border:#555 solid 3px;
}

/*--------------------A SUPER ESTAGIOS--------------------*/
#superestagios #wrap {
	background:url(images/bg_hotsite.png) no-repeat 0 0;
	margin: auto;
	width: 960px;
	height: 100%;
}
#superestagios #wrap .descricao{
	margin: auto;
	width: 840px;
	font-size: 14px;
	color: #000;
	line-height: 23px;
	letter-spacing: 0px;
	text-align: justify;
	font-weight: 600;
}
#superestagios #wrap .descricao span{
	display: inline-block;
	font-size: 48px;
	color: #02183d;
	margin: 49px 14px 17px -2px;
	font-weight: 800;
}
#superestagios #wrap .banner{
	background:url(images/banner_superestagios.jpg) no-repeat 0 0;
	width:960px;
	height:312px;
	margin-top: 56px;
}
#superestagios #wrap .banner .faixa{
	background: url(images/faixa_dark_convenio.png) no-repeat;
	height:88px;
	width:960px;
	display:inline-block;
	margin-top: 111px;
}
#superestagios #wrap .unidades{
	color: #000;
	height: 350px;
	width: 960px;
	display: block;
	margin: 0px 0 6px 23px;
}
#superestagios #wrap .fisica{
	margin-top:45px;
}
#superestagios #wrap .parceria{
	margin-bottom:171px;
}
#superestagios #wrap .unidades ol{
	list-style: decimal;
	float: left;
	margin: 6px 8px 0 21px;
	font-size: 10px;
}
#superestagios #wrap .unidades span {
	float: left;
	width: 960px;
	color: #f59f10;
	font-size: 24px;
	font-weight: bold;
}
#superestagios #wrap .bts_navegacao {
	margin-top: 82px;
}

/*--------------------EMPRESAS--------------------*/
#empresas #center #wrap_cabecario {
	margin: auto;
	width: 960px;
}
#empresas .barra_topo{
	width:960px;
	height:20px;
	background-color:#02183d;
}
#empresas #wrap {
	background:url(images/bg_hotsite.png) no-repeat 0 0;
	margin: auto;
	width: 960px;
	height: 100%;
}
#empresas #wrap .titulo1 img{
	margin: 10px 0 0 27px;
}

#empresas #wrap .titulo2 img{
	margin: -20px 0 6px 26px;
}
#empresas #wrap .descricao{
	margin: -4px 0 7px 58px;
	width: 840px;
	font-size: 17px;
	color: #000;
	text-align: justify;
	font-weight: 600;
	line-height: 25px;
}
#empresas #wrap .descricao span{
	display:inline-block;
	font-size:46px;
	color:#02183d;
	margin-right: 12px;
	letter-spacing: 1px;
}
#empresas #wrap .descricao a{
	cursor: pointer;
	text-decoration: none;
	color:#02183d;
	font-weight:800;
}
#empresas #wrap .descricao a:hover{
	text-decoration: underline;
}
#empresas #wrap ul {
	margin: 6px 0 19px 60px;
}
#empresas #wrap ul li {
	font-size: 17px;
	color: #000;
	line-height: 29px;
	font-weight: 600;
}
#empresas #wrap ul li span{
	width:17px;
	height:17px;
	background-color:#02183d;
	display: inline-block;
	margin-right: 5px;
}
#empresas #wrap .box{
	width: 840px;
	height: 201px;
	margin-left: 115px;
}
#empresas #wrap .box div{
	width: 203px;
	height: 193px;
	border: solid #02183d 4px;
	float:left;
	margin-right: 50px;
}
#empresas #wrap .box .box1{
	background:url(images/img_empresas1.png) no-repeat 0 0;
}
#empresas #wrap .box .box2{
	background:url(images/img_empresas2.png) no-repeat 0 0;
}
#empresas #wrap .box .box3{
	background:url(images/img_empresas3.png) no-repeat 0 0;
}
#empresas #wrap .box p{
	color:#000;
	font-size:11px;
	text-align:justify;
	margin: 107px 3px 0;
	font-weight: bold;
	line-height: 14px;
}
#empresas #wrap iframe{
	margin: 50px 60px 0 0;
	float:right
}
/*--------------------ESTAGIÁRIOS--------------------*/
#estagiarios #wrap {
	background:url(images/bg_dicas.jpg) no-repeat 0 0;
	margin: auto;
	width: 960px;
	height: 100%;
}
#estagiarios #wrap .box_dica1 .titulo_dica {
	background: url(images/titulo_dica1.png) no-repeat 0 0;
	width: 737px;
	height: 182px;
	margin: 652px 0 0 56px;
	display: inline-block;
}
#estagiarios #wrap .box_dica1 ul {
	margin: 15px 0 19px 61px;
	width: 380px;
	display: inline-block;
	float: left;
}
#estagiarios #wrap .box_dica1 ul li {
	font-size: 12px;
	color: #000;
	line-height: 16px;
	text-align: justify;
	margin-bottom: 13px;
	font-weight: 600;
}
#estagiarios #wrap .box_dica1 ul li span {
	font-size: 14px;
	font-weight: bold;
	color: #02183d;
}
#estagiarios #wrap .box_dica1 ul.list_right{
	margin: 16px 72px 40px 45px;
	width: 400px;
	float:right
}
#estagiarios #wrap .box_dica1 .bt_download {
	background: url(images/bt_download_cartilha.png) no-repeat 0 0px;
	width: 247px;
	height: 45px;
	display: inline-block;
}
#estagiarios #wrap .box_dica1 .bt_download:hover {
	background-position: 0 -45px;
}
#estagiarios #wrap .box_dica2 .titulo_dica {
	background: url(images/titulo_dica2.png) no-repeat 0 0;
	width: 844px;
	height: 183px;
	margin: 376px 0 2px 57px;
	display: inline-block;
}
#estagiarios #wrap .box_dica2 ul {
	margin: 15px 0 19px 61px;
	width: 380px;
	display: inline-block;
	float:left;
}
#estagiarios #wrap .box_dica2 ul li {
	font-size: 12px;
	color: #000;
	line-height: 16px;
	text-align: justify;
	margin-bottom: 13px;
	font-weight: 600;
}
#estagiarios #wrap .box_dica2 ul li span {
	font-size: 14px;
	font-weight: bold;
	color: #02183d;
}
#estagiarios #wrap .box_dica2 ul.list_right{
	margin: 16px 72px 40px 0px;
	width: 400px;
	float:right
}
#estagiarios #wrap .box_dica3 {
	height: 1430px;
}
#estagiarios #wrap .box_dica3 iframe{
	margin: 50px 60px 0 0;
	float:right
}
#estagiarios #wrap .box_dica3 .titulo_dica {
	background: url(images/titulo_dica3.png) no-repeat 0 0;
	width: 561px;
	height: 179px;
	margin: 412px 0 2px 58px;
	display: inline-block;
}
#estagiarios #wrap .box_dica3 ul {
	margin: 15px 0 19px 61px;
	width: 380px;
	display: inline-block;
	float:left;
}
#estagiarios #wrap .box_dica3 ul li {
	font-size: 12px;
	color: #000;
	line-height: 16px;
	text-align: justify;
	margin-bottom: 13px;
	font-weight: 600;
}
#estagiarios #wrap .box_dica3 ul li span {
	font-size: 14px;
	font-weight: bold;
	color: #02183d;
}
#estagiarios #wrap .box_dica3 ul.list_right{
	margin: 16px 62px 30px 0px;
	width: 400px;
	float:right
}
/*--------------------CONTATO--------------------*/
#contato #wrap {
	background: url(images/bg_hotsite.png) no-repeat 0 0;
	margin: auto;
	width: 960px;
	height: 100%;
	padding-top: 30px;
}
#contato #wrap #cadastro_empresa{
	margin: auto;
	width: 280px;
	font-size: 12px;
	color: #000;
	text-align: left;
	font-weight: 600;
}
#contato #wrap #cadastro_empresa input{
	border: 2px #000 solid;
	height:20px;
	width:263px;
	margin-bottom: 2px;
}
#contato #wrap #cadastro_empresa input.bt_enviar {
	width: 100px;
	height: 30px;
	border: none;
	background-color: #02183d;
	color: #fbb033;
	font-weight: 800;
	margin: 10px 0 10px 167px;
}
#contato #wrap #cadastro_empresa textarea{
	border: 2px #000 solid;
	width:259px;
	height: 170px;
}
#contato #wrap .desc{
	margin: 21px auto 27px;
	width: 780px;
	font-size: 19px;
	font-weight: 600;
	color: #010101;
	line-height: 24px;
	text-align: center;
}
#contato #wrap .titulo_contato{
	background:url(images/titulo_contato.png) no-repeat 0 0;
	height:60px;
	width:830px;
	margin: 10px auto 0;
}
#contato #wrap .super_balao{
	background: url(images/super_balao.png) no-repeat 0 0;
	height: 542px;
	width: 617px;
	margin: 40px 0 60px 85px;
}
/*--------------------VAGAS--------------------*/
#perfil #wrap {
	background:url(images/listrado-laranja.jpg) repeat 0 0;
	margin: auto;
	width: 960px;
	padding: 30px 0 60px;
}
/*---------------------------------------------*/
/*--------------------VAGAS--------------------*/
#vagas #wrap {
	background:url(images/listrado-laranja.jpg) repeat 0 0;
	margin: auto;
	width: 960px;
	height: 1201px;
	padding-top: 30px;
}
#vagas #wrap .titulo_vaga{
	background: url(images/procure_sua_vaga.png) no-repeat 0 0;
	height: 28px;
	width: 423px;
	margin: 7px auto 0;
}
#vagas #wrap #lista_vagas_direita{
	width: 845px;
	margin: 44px auto 0;
}
#vagas #wrap #lista_vagas_direita .tabela_formulario_busca_vagas{
	border-spacing: 2px;
}
#vagas #wrap #lista_vagas_direita table td{
	background-color:#FFFFFF;
	color:#02183d;
	padding:0px;
	font-weight: bold;
	font-size: 16px;
	height: 24px;
	width: 127px;
}
#vagas #wrap #lista_vagas_direita table td{
	padding-left: 10px;
	vertical-align: middle;
	height: 36px;
}
#vagas #wrap #lista_vagas_direita table .btn{
	cursor:pointer;
	background-color: #02183d;
	border: none;
	color: #fbb033;
	font-weight: 600;
	font-size: 17px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
#vagas #wrap #lista_vagas_direita .div_vagas{
	background-color: #e5e4da;
	height: 720px;
	overflow: auto;
	padding: 20px;
}
#vagas #wrap #lista_vagas_direita .tabela_formulario_busca_vagas .td_formulario_direita_busca_vagas{
	background-color: #d2cfc6;
	color: #02183d;
	font-weight: 800;
	font-size: 17px;
	text-align: left;
}
#vagas #wrap #lista_vagas_direita .tabela_formulario_busca_vagas .td_formulario_esquerda_busca_vagas{
	font-weight: 600;
	font-size: 17px;
	color: #6d6e71;
}
/*--------------------CADASTRO ESTAGIARIO--------------------*/
#cadastro_estagiario #wrap {
	background:url(images/bg_amarelo.jpg) no-repeat 0 0;
	margin: auto;
	width: 960px;
	height: 1201px;
	padding-top: 30px;
}
#cadastro_estagiario #conteudo {
	background:none;
	margin: auto;
}
#cadastro_estagiario #wrap .titulo_cadastro{
	background: url(images/titulo_cadastro.png) no-repeat 0 0;
	height: 35px;
	width: 388px;
	margin: 7px auto 0;
}
#cadastro_estagiario .td_formulario_direita_index{
	background-color:#FFFFFF;
	color:#02183d;
	font-weight: bold;
	font-size: 16px;
	height: 24px;
	width: 275px;
	text-align: left;
}
#cadastro_estagiario .td_campo{
	background: none;
	border: none;
}
#cadastro_estagiario #wrap #lista_vagas_direita .div_vagas{
	background-color: #e5e4da;
	height: 720px;
	overflow: auto;
	padding: 20px;
}
#cadastro_estagiario #wrap #lista_vagas_direita .td_formulario_direita_busca_vagas{
	background-color: #d2cfc6;
	color: #02183d;
	font-weight: 800;
	font-size: 17px;
	text-align: left;
}
#cadastro_estagiario #wrap #lista_vagas_direita .td_formulario_esquerda_busca_vagas{
	font-weight: 600;
	font-size: 17px;
}
/*--------------------CADASRO EMPRESA--------------------*/
body#cadastro_empresa #wrap {
	background:url(images/listrado-laranja.jpg) repeat 0 0;
	margin: auto;
	width: 960px;
	padding: 30px 0 40px;
}
body#cadastro_empresa #conteudo {
	background:none;
	margin: auto;
	width: 850px;
}
body#cadastro_empresa #conteudo .titulo_empresa {
	background: url(images/cadastre_sua_empresa.png) no-repeat 0 0;
	height: 36px;
	width: 622px;
	margin: auto;
}
body#cadastro_empresa #conteudo .td_formulario_direita_index {
	background-color: #EFEDDE;
	text-align: left;
	padding-left: 20px;
	font-size: 15px;
	font-weight: 800;
}
/*--------------------RECUPERAR SENHA--------------------*/
#rec_senha #wrap {
	background:url(images/bg_amarelo.jpg) no-repeat 0 0;
	margin: auto;
	width: 960px;
	height: 1201px;
	padding-top: 30px;
}
#rec_senha #conteudo {
	background:none;
	margin: auto;
}
#rec_senha #conteudo p {
	text-align: center;
	color:#02183d;
	font-size: 34px;
	margin: -13px 0 18px;
}
#rec_senha .bt_rec {
	background-color:#02183d;
	color:#fbb033;
	width: 428px;
	height: 45px;
	display: inline-block;
	float: left;
}
#rec_senha #conteudo table {
	border:none;
	margin: auto;
	border-spacing: 3px;
	width:850px;
}
#rec_senha #conteudo table td{
	height: 35px;
	vertical-align: middle;
}
#rec_senha #conteudo table td input{
	float: none;
	margin-top: 4px;
}
#rec_senha #conteudo table td input#usuario{
	height: 16px;
}
/*--------------------NOTICIAS--------------------*/
#enem_2013 .banner{
	background:url(images/banner_enem.jpg) no-repeat 0 0;
	width:960px;
	height:365px;
}
#enem_2013 .banner .faixa{
	background:url(images/faixa_light_noticia.png) repeat-x;
	height:132px;
	width:960px;
	display:inline-block;
	margin-top: 113px;
}
#enem_2013 .banner .faixa .seta_left{
	background:url(images/seta_noticia.png) no-repeat 0 0;
	height:54px;
	width:51px;
	margin: 43px 12px;
	float: left;
}
#enem_2013 .banner .faixa .seta_right{
	background:url(images/seta_noticia.png) no-repeat -51px 0px;
	height:54px;
	width:51px;
	margin: 43px 10px 0;
	float:right;
}
#enem_2013 #wrap {
	background:url(images/bg_noticia.jpg) no-repeat 0 0;
	margin: auto;
	width: 960px;
	height: 100%;
	color: #02183d;
	padding-top: 38px;
}
#enem_2013 #wrap h1{
	text-align:center;
	font-size: 29px;
	font-weight: 800;
	margin: 0;
}
#enem_2013 #wrap h2{
	text-align:center;
	font-size: 20px;
	font-weight: 800;
	margin: 10px 0 0 0;
	line-height: 24px;
}
#enem_2013 #wrap h3 {
	font-size: 17px;
	font-weight: 600;
	line-height: 20px;
	margin: 47px 0 40px;
}
#enem_2013 #wrap .descricao{
	margin: auto;
	width: 840px;
}
#enem_2013 #wrap .descricao span {
	display: inline-block;
	font-size: 17px;
	color: #02183d;
	margin: 0 14px 0px -2px;
	font-weight: 800;
}
#enem_2013 #wrap .descricao p {
	margin: 5px 0 13px -2px;
	width: 840px;
	font-size: 12px;
	color: #000;
	line-height: 15px;
	text-align: justify;
	font-weight: 600;
}
#enem_2013 #wrap .descricao div.lastp {
	margin: 30px 0 150px 410px;
	width: 440px;
	height: 40px;
	font-size: 11px;
	font-weight: 800;
}
#enem_2013 #wrap .descricao div.lastp span{
	margin-right: 4px;
	color:#02183d;
	font-size: 11px;
}
#enem_2013 #wrap .descricao div.lastp a{
	color:#CCC;
	text-decoration:none;
}
#enem_2013 #wrap .descricao div.lastp a:hover{
	color:#02183d;
	text-decoration:underline;
}



