body {
    font-family: "Century Gothic";
    margin: 0; /*para poder centralizar os conteudos*/
    padding: 0; /*para poder centralizar os conteudos*/
    background: #FFF url('../images/back.jpg') repeat;
	height:100%;
}

a{
	text-decoration:none;
}

#pagina{
	position:relative;
	width: 885px;
	margin: 0 auto;
    text-align: left;
}

#barraEsq{
	position: absolute;
	width: 500px;
	height: 85px;
	background: #FFF;
	border-bottom: 7px #D42430 solid;
	top: 0;
	left: -500px;
}

#barraDir{
	position: absolute;
	width: 50%;
	height: 54px;
	background: #FFF;
	border-bottom: 7px #D42430 solid;
	top: 0;
	right: 0;
}

#barraTop{
	position: absolute;
	width: 100%;
	height: 35px;
	background: #FFF;
	top: 0;
	left: 0;
}

#logo{
	position: absolute;
	width: 245px;
	height: 92px;
	background: url('../images/logo.png');
	top: 0;
	left: 0;
}

#analise_empresa{
	position: absolute;
	width: 225px;
	height: 135px;
	background: #151A2F;
	top: 120px;
	left: 10px;
}

#label_analise{
	position: absolute;
	color: #fff;
	font-size: 13px;
	top: -5px;
	left: 45px;
	cursor: default;
}

#label_projetos{
	position: absolute;
	color: #fff;
	font-size: 13px;
	top: -5px;
	left: 70px;
	cursor: default;
}

#link_grafico{
	position: absolute;
	width: 205px;
	height: 120px;
	background: #fff;
	top: 15px;
	left: 10px;
}

#analise_top{
	position: absolute;
	width: 225px;
	height: 10px;
	background: url('../images/analise_top.png') no-repeat;
	top: -10px;
	left: 0;
}

#analise_bottom{
	position: absolute;
	width: 225px;
	height: 10px;
	background: url('../images/analise_bottom.png') no-repeat;
	bottom: -10px;
	left: 0;
}

#alvo{
	position: absolute;
	width: 72px;
	height: 64px;
	background: url('../images/target.png') no-repeat;
	top: 25px;
	left: 5px;
}

#cliente{
	position: absolute;
	width: 72px;
	height: 64px;
	background: url('../images/cliente.png') no-repeat;
	top: 4px;
	left: 5px;
}

#grafico a{
	position: absolute;
	font-size: 13px;
	color: #000;
	width: 130px;
	top: 35px;
	left: 72px;
	text-decoration:none;
	text-align: center;
}

#cadastro_cliente a{
	position: absolute;
	font-size: 13px;
	color: #000;
	width: 130px;
	top: 20px;
	left: 72px;
	text-decoration:none;
	text-align: center;
}

#grafico a:hover, #cadastro_cliente a:hover{
	text-decoration: underline;
}

#cadastro{
	position: absolute;
	width: 225px;
	height: 90px;
	background: #151A2F;
	top: 285px;
	left: 10px;
}

#link_cliente{
	position: absolute;
	width: 205px;
	height: 75px;
	background: #fff;
	top: 15px;
	left: 10px;
}

#painel{
	position: absolute;
	width: 630px;
	height: 500px;
	background: #fff;
	top: 73px;
	left: 255px;
}

#painel_border_left{
	position: absolute;
	width: 10px;
	height: 480px;
	background: #fff;
	top: 10px;
	left: -10px;
}

#painel_border_right{
	position: absolute;
	width: 10px;
	height: 480px;
	background: #fff;
	top: 10px;
	right: -10px;
}

#painel_top_left{
	position: absolute;
	width: 10px;
	height: 10px;
	background: url('../images/painel_top_left.png') no-repeat;
	top: 0;
	left: -10px;
}

#painel_top_right{
	position: absolute;
	width: 10px;
	height: 10px;
	background: url('../images/painel_top_right.png') no-repeat;
	top: 0;
	right: -10px;
}

#painel_bot_left{
	position: absolute;
	width: 10px;
	height: 10px;
	background: url('../images/painel_bot_left.png') no-repeat;
	top: 490px;
	left: -10px;
}

#painel_bot_right{
	position: absolute;
	width: 10px;
	height: 10px;
	background: url('../images/painel_bot_right.png') no-repeat;
	top: 490px;
	right: -10px;
}

#rodape{
	position: absolute;
	width: 895px;
	height: 55px;
	background: url('../images/rodape.png');
	top: 590px;
	left: 0px;
	visibility: hidden;
}

#rodapeBody{
	position: absolute;
	width: 100%;
	height: 55px;
	background: url('../images/rodape.png');
	top: 590px;
	left: 0px;
	visibility: hidden;
}

#areaLogin{
	position: absolute;
	width: 150px;
	height: 30px;
	background: #1C2135;
	top: 560px;
	left: 10px;
	visibility: hidden;
}

#login a{
	position: absolute;
	color: #fff;
	font-size: 13px;
	top: 7px;
	left: 25px;
	text-decoration: none;
}

#login a:hover{
	text-decoration: underline;
}

#sair a{
	position: absolute;
	color: #fff;
	font-size: 13px;
	top: 7px;
	left: 65px;
	text-decoration: none;
}

#sair a:hover{
	text-decoration: underline;
}

#usuarioLoginPopup{
	position: absolute;
	width:192px; 
	top:22px;
	left:5px;
	border: 1px #151A2F solid;
}

#senhaLoginPopup{
	position: absolute;
	width:192px; 
	top:60px;
	left:5px;
	border: 1px #151A2F solid;
}

#labelLogin{
	position: absolute;
	font-size: 13px;
	top: 5px;
	left: 5px;
	cursor: default;
}

#labelSenha{
	position: absolute;
	font-size: 13px;
	top: 45px;
	left: 5px;
	cursor: default;
}

#botaoLogarPopup{
	position:absolute;
	background: #151A2F;
	width:64px;
	height:26px;
	top:88px;
	right:6px;
	cursor:pointer;
	border: none;
	color: #fff;
	font-family: "Century Gothic";
	font-size: 13px;
}

#endereco{
	position: absolute;
	color: #fff;
	font-size: 11px;
	top: 4px;
	left: 252px;
	text-align: center;
}

#contratar{
	position: absolute;
	width: 280px;
	top: 220px;
	left: 20px; 
	font-family: "Century Gothic";
	font-size: 14px;
	text-align: justify;
}

#titulo_empresa{
	position: absolute;
	width: 594px;
	height:24px;
	top: 18px;
	left: 18px; 
	font-family: "Century Gothic";
	font-size: 18px;
	border-bottom: 2px #000 solid;
}

#conteudo_empresa{
	position: absolute;
	width: 600px;
	height:410px;
	top: 55px;
	left: 18px; 
	font-family: "Century Gothic";
	font-size: 12px;
}

#conteudo_noticia{
	position: absolute;
	width: 600px;
	height:410px;
	top: 55px;
	left: 18px; 
	font-family: "Verdana";
	font-size: 12px;
}

#conteudo_clientes{
	position: absolute;
	width: 620px;
	height:410px;
	top: 55px;
	left: 13px; 
	font-family: "Century Gothic";
	font-size: 12px;
}

#titulo_noticia{
	position: relative;
	top: 245px;
	left: 0px; 
	font-family: "Verdana";
}

.imagem_cliente{
	padding-bottom:10px;
	padding-right:10px;
}

.pink_top_left{
	position: absolute;
	width: 10px;
	height: 10px;
	background: url('../images/pink_top_left.png') no-repeat;
	
}

.pink_top_right{
	position: absolute;
	width: 10px;
	height: 10px;
	background: url('../images/pink_top_right.png') no-repeat;
	top: 0;
	right: 0px;
}

.pink_bot_left{
	position: absolute;
	width: 10px;
	height: 10px;
	background: url('../images/pink_bot_left.png') no-repeat;
	top: 70px;
	left: 0px;
}

.pink_bot_right{
	position: absolute;
	width: 10px;
	height: 10px;
	background: url('../images/pink_bot_right.png') no-repeat;
	top: 70px;
	right: 0px;
}

#texto_empresa{
	position: absolute;
	top: 8px;
	left: 7px;
	font-family: "Century Gothic";
	font-size: 12px;
	color: #fff;
}

#missao{
	background: rgb(218,109,114);
	width: 596px;
	color: #fff;
}

#visao{
	background: rgb(218,109,114);
	width: 596px;
	font-family: "Century Gothic";
	font-size: 12px;
	color: #fff;
}

#valores{
	background: rgb(218,109,114);
	width: 596px;
	font-family: "Century Gothic";
	font-size: 12px;
	color: #fff;
}

.mais{
	color:blue;
}

.mais:hover{
	text-decoration: underline;
}

.titulo_servico{
	position: absolute;
	font-size: 16px;
	text-align:center;
}

.servico{
	position: absolute;
	background: rgb(218,109,114);
	width: 195px;
	height:80px;
	color: #fff;
}

.titulo_servico a{
	color:#fff;
}

.titulo_servico a:hover{
	text-decoration: underline;
	color:#fff;
}

.servicos{
	position: absolute;
	background: rgb(218,109,114);
	width: 195px;
	height:80px;
	color: #fff;
	display: none;
}

#servicos_financas{
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 12px;
}

#servicos_financas a{
	color:#fff;
}

#servicos_financas a:hover{
	text-decoration: underline;
}

#financas, #financas_sel{
	top: 15px;
	left: 0px; 
}

#gestaoEst, #gestaoEst_sel{
	top: 15px;
	left: 200px; 
}

#servicos_gestaoEst{
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 12px;
}

#logistica, #logistica_sel{
	top: 15px;
	left: 401px; 
}

#marketing, #marketing_sel{
	top: 108px;
	left: 0px; 
}

#qualidade, #qualidade_sel{
	top: 108px;
	left: 200px; 
}

#rh, #rh_sel{
	top: 108px;
	left: 401px; 
}

#area_servicos{
	position: absolute;
	width: 616px;
	height: 195px;
	top: 45px;
	left: 18px; 
	font-family: "Century Gothic";
	font-size: 12px;
}

#conteudo_servicos{
	position: absolute;
	width: 616px;
	height: 210px;
	top: 265px;
	left: 18px; 
	font-family: "Century Gothic";
	font-size: 12px;
}

#texto_servicos{
	position: relative;
	width: 596px;
	top: 0px;
	left: 0px; 
	font-family: "Century Gothic";
	font-size: 12px;
	
}

.subirConteudo{
	position:absolute;
	left: 610px; 
	top:470px; 
	width:27px; 
	height:27px;
	background: url('../images/descer.png') center;
	cursor: pointer;
}

.descerConteudo{
	position:absolute;
	left: 610px; 
	top:5px; 
	width:27px; 
	height:27px;
	background: url('../images/subir.png') center;
	cursor: pointer;
}

#valores_imagens{
	position:absolute;
	left: 10px; 
	top:20px; 
	width:610px; 
	height:150px;
}

.header{
	position:absolute;
	left: 10px; 
	top:20px; 
	width:610px; 
	height:150px;
	border: 1px #000 solid;
}

#conteudo_mej{
	position: absolute;
	width: 596px;
	height:403px;
	top: 55px;
	left: 18px; 
	font-family: "Century Gothic";
	font-size: 12px;
}

#conteudo_consultoria{
	position: absolute;
	width: 596px;
	height:410px;
	top: 55px;
	left: 18px; 
	font-family: "Century Gothic";
	font-size: 12px;
}

#conteudo_equipe{
	position: absolute;
	width: 596px;
	height:405px;
	top: 55px;
	left: 18px; 
	font-family: "Century Gothic";
	font-size: 12px;
}

.consultoria_top_left{
	position: absolute;
	width: 10px;
	height: 10px;
	background: url('../images/pink_top_left.png') no-repeat;
	
}

.consultoria_top_right{
	position: absolute;
	width: 10px;
	height: 10px;
	background: url('../images/pink_top_right.png') no-repeat;
	top: 0;
	right: 0px;
}

.consultoria_bot_left{
	position: absolute;
	width: 10px;
	height: 10px;
	background: url('../images/pink_bot_left.png') no-repeat;
	bottom: 0px;
	left: 0px;
}

.consultoria_bot_right{
	position: absolute;
	width: 10px;
	height: 10px;
	background: url('../images/pink_bot_right.png') no-repeat;
	bottom: 0px;
	right: 0px;
}

.destaque_top_left{
	position: absolute;
	width: 10px;
	height: 10px;
	background: url('../images/red_top_left.png') no-repeat;
	
}

.destaque_top_right{
	position: absolute;
	width: 10px;
	height: 10px;
	background: url('../images/red_top_right.png') no-repeat;
	top: 0;
	right: 0px;
}

.destaque_bot_left{
	position: absolute;
	width: 10px;
	height: 10px;
	background: url('../images/red_bot_left.png') no-repeat;
	bottom: 0px;
	left: 0px;
}

.destaque_bot_right{
	position: absolute;
	width: 10px;
	height: 10px;
	background: url('../images/red_bot_right.png') no-repeat;
	bottom: 0px;
	right: 0px;
}
.consultoria{
	position: relative;
	width: 585px;
	font-family: "Century Gothic";
	font-size: 12px;
}

.sobre_empresa{
	position: relative;
	width: 596px;
	font-family: "Century Gothic";
	font-size: 12px;
	color:fff;
	background: rgb(218,109,114);
}

.consultoria li{
	padding: 3px;
}

.consultoria li a{
	color:#000;
}

.consultoria li a:hover{
	text-decoration: underline;
}

.texto_consultoria{
	position: absolute;
	top:0;
	left:0;
	visibility: hidden;
	font-family: "Century Gothic";
	font-size: 12px;
	color:#FFF;
}

#labels_questionario{
	position: absolute;
	top: 210px;
	left:0px;
	padding-bottom: 10px;
	font-size:14px;
}

#botao_questionario{
	position: absolute;
	top: 405px;
	right:0px;
	font-size:13px;
	width: 80px;
}

#avisoUm{
	position: absolute;
	top: 405px;
	left:5px;
	font-size:13px;
}

#campos_questionario{
	position: absolute;
	top: 213px;
	left:120px;
}

.campo_questionario{
	width:465px;
}

#label_destaque{
	position: absolute;
	top: 5px;
	left:75px;
	color:#fff;
}

#destaque{
	position: absolute;
	top: 200px;
	height: 270px;
	right:10px;
	width:290px;
	overflow: hidden;
	background: rgb(238,78,65);
}

#noticias_fcapjr{
	position:absolute;
	right:25px;
	top: 475px;
	font-size:15px;
}

.imagem_destaque{
	position: relative;
	top: -15px;
}

#noticia{
	position: absolute;
	bottom: 30px;
	left:10px;
	width:270px;
	height: 210px;
	overflow: hidden;
	background: #fff;
	font-size:15px;
}

#noticia a{
	color: blue;
}

#noticia a:hover{
	text-decoration: underline;
}

#projetos{
	position: absolute;
	width: 225px;
	height: 255px;
	background: #151A2F;
	top: -275px;
	left: 00px;
}

#texto_projetos{
	position: absolute;
	width: 205px;
	height: 240px;
	background: #fff;
	top: 15px;
	left: 10px;
	overflow: auto;
}

.parceiros_top_left{
	position: absolute;
	width: 10px;
	height: 10px;
	background: url('../images/parceiros_top_left.png') no-repeat;
	top: 0px;
	left: -2px;
}

.parceiros_top_right{
	position: absolute;
	width: 10px;
	height: 10px;
	background: url('../images/parceiros_top_right.png') no-repeat;
	top: 0px;
	right: -2px;
}

.parceiros_bot_left{
	position: absolute;
	width: 10px;
	height: 10px;
	background: url('../images/parceiros_bot_left.png') no-repeat;
	bottom: 0px;
	left: -2px;
}

.parceiros_bot_right{
	position: absolute;
	width: 10px;
	height: 10px;
	background: url('../images/parceiros_bot_right.png') no-repeat;
	bottom: 0px;
	right: -2px;
}

.parceiros_top{
	position: absolute;
	width: 596px;
	height: 2px;
	background: #ccc;
	top: 0px;
	left: 0px;
	font-size: 1px;
}

.parceiros_bottom{
	position: absolute;
	width: 596px;
	height: 2px;
	background: #ccc;
	bottom: 0px;
	left: 0px;
	font-size: 1px;
}

.parceiro{
	position: relative;
	width: 596px;
	font-family: "Century Gothic";
	font-size: 12px;
	border-left: 2px #ccc solid;
	border-right: 2px #ccc solid;
}

img{
	border:none;
}

#conteudo_parceiros{
	position: absolute;
	width: 600px;
	height:400px;
	top: 55px;
	left: 18px; 
	font-family: "Century Gothic";
	font-size: 12px;
}

#logo_fejepe{
	position: absolute;
	top:512px;
	left:15px;
	width: 100px;
	height:95px;
	background: url('../images/fejepe.jpg') no-repeat center;
	border: 1px #000 solid;
}

#logo_brjr{
	position: absolute;
	top:650px;
	left:15px;
	width: 100px;
	height:65px;
	background: url('../images/brasilJR.jpg') no-repeat center;
	border: 1px #000 solid;
}