@charset "utf-8";
/* CSS Utilizado na pagina principal do site */

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: top;
	font-family: "segoe UI", Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 14px;
}
#wrap {
	margin: auto;
	width: 100%;
}
a:link {
	color: #788BE4;
}
a:visited {
	color: #788BE4;
}
a:hover {
	color: #4862DB;
}
a:active {
	color: #788BE4;
}
.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;
}
#wrap_cabecario {
	margin: auto;
	width: 100%;
}
#cabecario {
	background-image: url(../images/bg_cabecario.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 90px;
	width: 100%;
}
#logo {
	float: left;
}
#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;
	display: none;
}
.login_texto {
	font-size: 12px;
	color: #69a3ba;
}
#login p {
	font-size: 12px;
	color: #69a3ba;
}
.cliqueaqui {
	font-size: 12px;
	color: #0b3d52;
}
.sair {
	font-size: 12px;
	color: #cf0000;
}
#login form #usuario, #login form #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 form #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 form #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;
}
.esqueciminhasenha {
	font-size: 12px;
	text-decoration: none;
}
#menu {
	width: 960px;
	margin-top: 1px;
	margin-left: 17px;
	display: none;
}
#menu ul {
	display: block;
}
#menu img {
	margin-top: -0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#menu img:hover {
	margin-top: -4px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.aba_home {
	background-image: url(../images/menu_home.png);
	height: 26px;
	width: 97px;
	float: none;
}
.aba_home_selected {
	background-image: url(../images/menu_home2.png);
	height: 26px;
	width: 97px;
		float: none;

}
.aba_superestagios {
	background-image: url(../images/menu_empresa.png);
	height: 26px;
	width: 159px;
		float: none;

}
.aba_superestagios_selected {
	background-image: url(../images/menu_empresa2.png);
	height: 26px;
	width: 159px;
		float: none;

}
.aba_estagiarios {
	background-image: url(../images/menu_estagiarios.png);
	height: 26px;
	width: 163px;
		float: none;

}
.aba_estagiarios_selected {
	background-image: url(../images/menu_estagiarios2.png);
	height: 26px;
	width: 163px;
		float: none;

}
.aba_empresas {
	background-image: url(../images/menu_empresas.png);
	height: 26px;
	width: 163px;
		float: none;

}
.aba_empresas_selected {
	background-image: url(../images/menu_empresas2.png);
	height: 26px;
	width: 163px;
		float: none;

}
.aba_instituicao {
	background-image: url(../images/menu_instituicao.png);
	height: 26px;
	width: 220px;
		float: none;

}
.aba_instituicao_selected {
	background-image: url(../images/menu_instituicao2.png);
	height: 26px;
	width: 220px;
		float: none;

}
.aba_contato {
	background-image: url(../images/menu_contato.png);
	height: 26px;
	width: 126px;
		float: none;

}
.aba_contato_selected {
	background-image: url(../images/menu_contato2.png);
	height: 26px;
	width: 126px;
		float: none;

}
#menu_mobile {
	width: 100%;
	margin: auto;
	clear: both;
}
#menu_mobile ul .aba_home_mobile {
	background-image: url(../images/bt_mobile_azul.png);
	height: 42px;
	width: 100%;
	background-repeat: repeat-x;
	font-family: "segoe ui";
	font-size: 23px;
	text-align: center;
	margin-bottom: 10px;
}
#menu_mobile ul .aba_vagas_mobile {
	background-image: url(../images/bt_mobile_verde.png);
	height: 42px;
	width: 100%;
	background-repeat: repeat-x;
	font-family: "segoe ui";
	font-size: 23px;
	text-align: center;
		margin-bottom: 10px;
}
#menu_mobile ul .aba_contato_mobile {
	background-image: url(../images/bt_mobile_amarelo.png);
	height: 42px;
	width: 100%;
	background-repeat: repeat-x;
	font-family: "segoe ui";
	font-size: 23px;
	text-align: center;
		margin-bottom: 10px;
}
#menu_mobile ul .aba_home_mobile a {
	font-size: 25px;
	color: #307ea0;
	text-decoration: none;
}
#menu_mobile ul .aba_vagas_mobile a  {
	font-size: 25px;
	color: #6c9910;
	text-decoration: none;
}
#menu_mobile ul .aba_contato_mobile a {
	font-size: 25px;
	color: #8a7b17;
	text-decoration: none;
}
#menu_mobile form p  {
	text-align: center;
}
#menu_mobile form p #usuario {
	font-size: 16px;
	height: 29px;
	width: 90%;
	margin-bottom: 7px;
	border-radius: 5px;
	border: 1px solid #c8c8c8;
	font-family: "segoe ui";
}
#menu_mobile form p #senha {
	font-size: 16px;
	height: 29px;
	width: 90%;
	margin-bottom: 7px;
	border-radius: 5px;
	border: 1px solid #c8c8c8;
	font-family: "segoe ui";
}


#menu_mobile form p #entrar_login {
	background-image: url(../images/bt_mobile_entrar.png);
	background-repeat: no-repeat;
	height: 37px;
	width: 240px;
	border: none;
}






.superestagios {
	font-weight: bold;
}
.azul {
	color: #33A2CC;
}
/** ------------------------------------------------ Fim Formularios ------------------------------------------------ **/.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;
	display: none;
}
#colunas {
	clear: both;
	display: none;
}
#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;
	display: none;
}
#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;
	display: none;
}
#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;
	display: none;
}
#col_facebook {
	float: left;
	margin-left: 12px;
	margin-top: -180px;
	background-color: #fff;
	height: 260px;
	display: none;
}
#coluna1 p, #coluna2 p, #coluna3 p, #conteudo p {
	padding: 10px;
	font-size: 14px;
	text-align: justify;
	clear: both;
	display: none;
}
.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;
}
#contato table td {
	height: 35px;
}
.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 {
	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 {
	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;
}
#contato table tr td hr {
	border: 0;
	background-color: #D1D1D1;
	height: 1px;
	width: 435px;
	margin-bottom: 10px;
	margin-right: 21px;
}
#contato table tr td h1 {
	font-family: "segoe ui";
	font-size: 18px;
	font-weight: normal;
	color: #333;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 7px;
	text-align: center;
}
#contato table tr td p a {
	color: #788BE4;
}
#contato table tr td p a:hover {
	color: #5068DC;
}
#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 {
	background-image: url(../images/bg_atendimento.png);
	background-repeat: repeat-x;
	text-align: center;
	clear: both;
	display: none;
}
#atendimento_online_fundo {
	background-image: url(../images/atendimento_online_2.png);
	height: 94px;
	width: 940px;
	margin: auto;
}
#rodape {
	background-image: url(../images/bg_rodape.png);
	height: 48px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #2C637A;
	padding-top: 5px;
	clear: both;
}
/** ------------------------------------------------ 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;
}
