@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
	overflow-x: hidden;
}
#divBarraLogo{
	 position:relative;
	 width:100%;
	 height:140px;
}
#divContentorBarraLogo{
	position:relative;
	width:980px;
	height:140px;
	margin:auto;
}
#divLogo{
	position:relative;
	width:190px;
	height:100px;
	margin-top:15px;
	margin-bottom:5px;
}
#divNewsletter{
	position:absolute;
	width:271px;
	height:30px;
	top:32px;
	right:2px;
	background-color:#F1EFED;
	color:#7E84AE;
	box-shadow:1px 1px 1px 0px #7E84AE;	
	border-radius:6px;
	-webkit-border-radius: 6px;
  	-moz-border-radius: 6px;	
}
#txtNewsletter{
	color:#7E84AE;
	background-color:#F1EFED;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:13px;
	height:30px;
	width:220px;
	line-height:30px;
	vertical-align:middle;
	border:none;	
}
#txtNewsletter:focus{
	border:none;
}
#divLapis{
	position:absolute;
	top:0px;
	right:10px;
	opacity:0.6;
	cursor:pointer;
}
#divLapis:hover{
	opacity:1;	
}

#divPesquisa{
	position:absolute;
	width:271px;
	height:30px;
	top:70px;
	right:2px;
	background-color: #012369; 
	color: #ffffff; 
	font-family:'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif; 
	font-size: 16px; 
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 30px; 
	vertical-align: middle; 
	text-align: center; 
	cursor: pointer;
	box-shadow:1px 1px 1px 0px #7E84AE;	
	border-radius:6px;
	-webkit-border-radius: 6px;
  	-moz-border-radius: 6px;
	opacity: 0.7;
	/* definicoes animacao */
	animation-play-state:paused;
 	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out; 
}
#divPesquisa:hover{
	opacity: 0.9;	
}
#txtPesquisa{
	color:#7E84AE;
	background-color:#F1EFED;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:13px;
	height:20px;
	width:220px;
	margin-top:2px;
	line-height:25px;
	vertical-align:middle;
	border:none;	
}
#txtPesquisa:focus{
	border:none;
}
#divLupa{
	position:absolute;
	top:0px;
	right:10px;
	opacity:0.6;
	cursor:pointer;
}
#divLupa:hover{
	opacity:1;	
}
#divLinksAuxiliares{
	position:relative;
	width:100%;
	height:20px;
	top:15px;
}
.linksAuxiliares{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:14px;
	line-height:20px;
	text-align:center;
	vertical-align:bottom;
	color:#7E84AE;
	margin-left:4px;
	margin-right:4px;
	cursor:pointer;
}
.linksAuxiliares:hover{
	color:#012369;
}
#divContentorRedesSociais{
	position:absolute;
	width:271px;
	height:50px;
	background-color:#7E84AE;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	border-bottom-left-radius:10px;
	-webkit-border-left-radius: 10px;
  	-moz-border-left-radius: 10px;	
	border-bottom-right-radius:10px;
	-webkit-border-right-radius: 10px;
  	-moz-border-right-radius: 10px;	
	top:0px;
	left:50%;
	margin-left:217px;
	z-index:65;
	opacity:0.9;
	box-shadow:2px 2px 2px 0px #666;	
}
#divFacebook{
	position:relative;
	float:left;
	width:40px;
	height:40px;
	background-color:#fff;
	border-top-left-radius:10px;
	-webkit-border-top-left-radius: 10px;
  	-moz-border-top-left-radius: 10px;	
	border-top-right-radius:10px;
	-webkit-border-top-right-radius: 10px;
  	-moz-border-top-right-radius: 10px;	
	border-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius: 10px;
  	-moz-border-bottom-left-radius: 10px;	
	border-bottom-right-radius:10px;
	-webkit-border-bottom-right-radius: 10px;
  	-moz-border-bottom-right-radius: 10px;	
	top:2px;
	margin-left:6px;
	margin-right:6px;
	opacity:0.7;
	background-image:url(../_imagens/logo_facebook.fw.png);
	background-position:center;
	background-repeat:no-repeat;
	border:solid 1px #fff;
	cursor:pointer;
}
#divFacebook:hover{
	opacity:1;
}
#divLinkedin{
	position:relative;
	float:left;
	width:40px;
	height:40px;
	background-color:#fff;
	border-top-left-radius:10px;
	-webkit-border-top-left-radius: 10px;
  	-moz-border-top-left-radius: 10px;	
	border-top-right-radius:10px;
	-webkit-border-top-right-radius: 10px;
  	-moz-border-top-right-radius: 10px;	
	border-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius: 10px;
  	-moz-border-bottom-left-radius: 10px;	
	border-bottom-right-radius:10px;
	-webkit-border-bottom-right-radius: 10px;
  	-moz-border-bottom-right-radius: 10px;	
	top:2px;
	margin-left:6px;
	margin-right:6px;
	opacity:0.7;
	background-image:url(../_imagens/logo_linkedin.fw.png);
	background-position:center;
	background-repeat:no-repeat;
	border:solid 1px #fff;
	cursor:pointer;
}   
#divLinkedin:hover{
	opacity:1;
}
#divYoutube{
	position:relative;
	float:left;
	width:40px;
	height:40px;
	background-color:#fff;
	border-top-left-radius:10px;
	-webkit-border-top-left-radius: 10px;
  	-moz-border-top-left-radius: 10px;	
	border-top-right-radius:10px;
	-webkit-border-top-right-radius: 10px;
  	-moz-border-top-right-radius: 10px;	
	border-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius: 10px;
  	-moz-border-bottom-left-radius: 10px;	
	border-bottom-right-radius:10px;
	-webkit-border-bottom-right-radius: 10px;
  	-moz-border-bottom-right-radius: 10px;	
	top:2px;
	margin-left:6px;
	margin-right:6px;
	opacity:0.7;
	background-image:url(../_imagens/logo_youtube.fw.png);
	background-position:center;
	background-repeat:no-repeat;
	border:solid 1px #fff;
	cursor:pointer;
}          
#divYoutube:hover{
	opacity:1;
}
#divInstagram{
	position:relative;
	float:left;
	width:40px;
	height:40px;
	background-color:#fff;
	border-top-left-radius:10px;
	-webkit-border-top-left-radius: 10px;
  	-moz-border-top-left-radius: 10px;	
	border-top-right-radius:10px;
	-webkit-border-top-right-radius: 10px;
  	-moz-border-top-right-radius: 10px;	
	border-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius: 10px;
  	-moz-border-bottom-left-radius: 10px;	
	border-bottom-right-radius:10px;
	-webkit-border-bottom-right-radius: 10px;
  	-moz-border-bottom-right-radius: 10px;	
	top:2px;
	margin-left:6px;
	margin-right:6px;
	opacity:0.7;
	background-image:url(../_imagens/logo_instagram.fw_new.png);
	background-position:center;
	background-repeat:no-repeat;
	border:solid 1px #fff;
	cursor:pointer;
}         
#divInstagram:hover{
	opacity:1;
}
#divSlideshare{
	position:relative;
	float:left;
	width:40px;
	height:40px;
	background-color:#fff;
	border-top-left-radius:10px;
	-webkit-border-top-left-radius: 10px;
  	-moz-border-top-left-radius: 10px;	
	border-top-right-radius:10px;
	-webkit-border-top-right-radius: 10px;
  	-moz-border-top-right-radius: 10px;	
	border-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius: 10px;
  	-moz-border-bottom-left-radius: 10px;	
	border-bottom-right-radius:10px;
	-webkit-border-bottom-right-radius: 10px;
  	-moz-border-bottom-right-radius: 10px;	
	top:2px;
	margin-left:5px;
	margin-right:5px;
	opacity:0.7;
	background-image:url(../_imagens/logo_slideshare.fw.png);
	background-position:center;
	background-repeat:no-repeat;
	border:solid 1px #fff;
	cursor:pointer;
}
#divSlideshare:hover{
	opacity:1;
}
#divContentorBanner{
	position:relative;
	margin-left:0px;
	margin-right:-12000px;
	z-index:50;
	/* definicoes animacao */
	animation-play-state:paused;
 	transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out; 
}
#divBannerSlide{
	position:relative;
	width:100%;
	overflow:auto;
	overflow-x: hidden;
	overflow-y: hidden;
	border-top:solid 5px #7E84AE;
}
#divBannerAnterior{
	position:absolute;
	width:56px;
	height:56px;
	left:15px;
	top:50%;
	margin-top:-40px;
	z-index:60;
	opacity:0.7;
	cursor:pointer;
	background-image:url(../_imagens/seta_esquerda.gif);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50px;
	-webkit-border-radius:50px;
  	-moz-border-radius:50px;
	border:solid 1px #012369;
	box-shadow:3px 3px 3px 0px #666;	
}
#divBannerAnterior:hover{
	opacity:0.9;
}
#divBannerSeguinte{
	position:absolute;
	width:56px;
	height:56px;
	right:15px;
	top:50%;
	margin-top:-40px;
	z-index:60;
	opacity:0.7;
	cursor:pointer;
	background-image:url(../_imagens/seta_direita.gif);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50px;
	-webkit-border-radius:50px;
  	-moz-border-radius:50px;
	border:solid 1px #012369;
	box-shadow:3px 3px 3px 0px #666;	
}
#divBannerSeguinte:hover{
	opacity:0.9;
}
#divContentorSeletores{
	position:absolute;
	width:140px;
	height:20px;
	top:15px;
	left:50%;
	margin-left:-60px;
	z-index:61;
}
.divEscolherBanners{
	position:relative;
	float:left;
	width:20px;
	height:20px;
	margin-right:20px;
	border-radius:20px;
	-webkit-border-radius:20px;
  	-moz-border-radius:20px;
	border:solid 2px #012369;
	background-color:#012369;
	cursor:pointer;
	opacity:0.7;
	box-shadow:3px 3px 3px 0px #666;	
}
.divEscolherBanners:hover{
	opacity:0.9;
}
.divBannerEscolhido{
	position:relative;
	width:10px;
	height:10px;
	margin-left:5px;
	margin-top:5px;
	background-color:#fff;
	border-radius:5px;	
	-webkit-border-radius:5px;
  	-moz-border-radius:5px;
}
#divBarraInferiorBanner{
	position:relative;
	width:100%;
	height:5px;
	background-color:#7E84AE;
}
#divContentorMenuPrincipal{
	position:relative;
	width:980px;
	height:60px;
	top:0px;
	margin:auto;
}
#divMnFormacaoJovens{
	position:relative;
	float:left;
	width:180px;
	height:48px;
	background-color:#012369;
	border-top:solid 2px #012369;
	border-bottom:solid 15px #f89400;
	margin-top:0px;
	margin-left:15px;
	margin-right:6px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align:center;
	font-size:18px;
	color:#FFF;
	line-height:50px;
	vertical-align:middle;
	cursor:pointer;
	/* definicoes animacao */
	animation-play-state:paused;
 	transition: all 1s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out; 
}
#divMnFormacaoJovens:hover{
	border-top:solid 0px #012369;
	font-size:20px;
}
#divMnFormacaoAdultos{
	position:relative;
	float:left;
	width:180px;
	height:48px;
	background-color:#012369;
	border-top:solid 2px #012369;
	border-bottom:solid 15px #99CC00;
	margin-top:0px;
	margin-left:6px;
	margin-right:6px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align:center;
	font-size:18px;
	color:#FFF;
	line-height:50px;
	vertical-align:middle;
	cursor:pointer;
	/* definicoes animacao */
	animation-play-state:paused;
 	transition: all 1s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out; 
}
#divMnFormacaoAdultos:hover{
	border-top:solid 0px #012369;
	font-size:20px;
}
#divMnFormacaoEmpresas{
	position:relative;
	float:left;
	width:180px;
	height:48px;
	background-color:#012369;
	border-top:solid 2px #012369;
	border-bottom:solid 15px #0084FF;
	margin-top:0px;
	margin-left:6px;
	margin-right:6px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align:center;
	font-size:18px;
	color:#fff;
	line-height:50px;
	vertical-align:middle;
	cursor:pointer;
	/* definicoes animacao */
	animation-play-state:paused;
 	transition: all 1s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out; 
}
#divMnFormacaoEmpresas:hover{
	border-top:solid 0px #012369;
	font-size:20px;
}
#divMnCQEP{
	position:relative;
	float:left;
	width:180px;
	height:48px;
	background-color:#012369;
	border-top:solid 2px #012369;
	border-bottom:solid 15px #F00;
	margin-top:0px;
	margin-left:6px;
	margin-right:6px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align:center;
	font-size:18px;
	color:#fff;
	line-height:50px;
	vertical-align:middle;
	cursor:pointer;
	/* definicoes animacao */
	animation-play-state:paused;
 	transition: all 1s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out; 
}
#divMnCQEP:hover{
	border-top:solid 0px #012369;
	font-size:18px;
}
#divMnLGMC{
	position:relative;
	float:left;
	width:180px;
	height:48px;
	background-color:#012369;
	border-top:solid 2px #012369;
	border-bottom:solid 15px #A22523;
	margin-top:0px;
	margin-left:6px;
	margin-right:10px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align:center;
	font-size:18px;
	color:#fff;
	line-height:50px;
	vertical-align:middle;
	cursor:pointer;
	/* definicoes animacao */
	animation-play-state:paused;
 	transition: all 1s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out; 
}
#divMnLGMC:hover{
	border-top:solid 0px #012369;
	font-size:20px;
}
#divTxtBanner0{
	position:absolute;
	width:250px;
	height:170px;
	background-color:#7E84AE;
	opacity:0.7;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:20px;
	color:#fff;
	top:110px;
	left:470px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	z-index:66;
	line-height:20px;
	vertical-align:middle;
	text-align:center;
	cursor:pointer;
	box-shadow:3px 3px 3px 0px #666;	
}
#divTxtBanner0:hover{
	opacity:0.9;
}
#divTxtBanner1{
	position:absolute;
	width:300px;
	height:80px;
	background-color:#00247c;
	opacity:0.5;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:18px;
	color:#fff;
	top:250px;
	left:500px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	z-index:66;
	line-height:40px;
	vertical-align:middle;
	text-align:center;
}
#divTxtBanner2{
	position:absolute;
	width:300px;
	height:80px;
	background-color:#00247c;
	opacity:0.5;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:18px;
	color:#fff;
	top:250px;
	left:500px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	z-index:66;
	line-height:40px;
	vertical-align:middle;
	text-align:center;
}
#divBarraConteudo{
	position:relative;
	width:100%;
	min-height:700px;
	background-color:#fff;
	overflow:auto;
}
#divContentorConteudo{
	position:relative;
	width:980px;
	height: auto;
	margin:auto;
	min-height:700px;
}
#divBarraNavegacao{
	position:relative;
	width:100%;
	height:40px;
	top:0px;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif;
	font-size:14px;
	color:#7E84AE;
}
.divsDestaquesTexto{
	position:relative;
	float:left;
	width:555px;
	margin-left:15px;
	margin-right:25px;
	margin-top:25px;
	margin-bottom:80px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:16px;
	line-height:26px;
	color:#6B73A3;
}
.divsDestaquesImagem{
	position:relative;
	float:left;
	width:363px;
	margin-top:25px;
	margin-bottom:80px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:16px;
	line-height:26px;
	color:#6B73A3;
}


#divNoticia1{
	position:relative;
	float:left;
	width:440px;
	height:260px;
	margin-top:20px;
	margin-left:25px;
	margin-right:25px;
	color:#666; font-family:'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif;
	font-size:14px;
	text-align:justify;
	line-height:20px;
	vertical-align:central;
	cursor:pointer;
}
#divNoticia2{
	position:relative;
	float:left;
	width:440px;
	height:260px;
	margin-top:20px;
	margin-left:25px;
	margin-right:25px;
	color:#666; font-family:'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif;
	font-size:14px;
	text-align:justify;
	line-height:22px;
	vertical-align:central;
	cursor:pointer;
}
#divNoticia3{
	position:relative;
	float:left;
	width:440px;
	height:260px;
	margin-top:50px;
	margin-left:25px;
	margin-right:25px;
	color:#666; font-family:'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif;
	font-size:14px;
	text-align:justify;
	line-height:22px;
	vertical-align:central;
	cursor:pointer;
}
#divNoticia4{
	position:relative;
	float:left;
	width:440px;
	height:260px;
	margin-top:50px;
	margin-left:25px;
	margin-right:25px;
	color:#666; font-family:'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif;
	font-size:14px;
	text-align:justify;
	line-height:22px;
	vertical-align:central;
	cursor:pointer;
}
#divOutrosDestaquesBarra{
	position:relative;
	width:100%;
	height:260px;
	margin-top:40px;	
	text-align:center;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif;
	font-size:14px;
	background-color:#FFFFFF;
	color:#7E84AE;
}
#divOutrosDestaquesConteudo{
	position:relative;
	width:980px;;
	height:260px;
	margin:auto;
	top:40px;	
	text-align:center;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif;
	font-size:14px;
	background-color:#FFFFFF;
	color:#7E84AE;
}

#divDestaque1{
	position:relative;
	float:left;
	width:180px;
	height:180px;
	margin-left:15px;
	margin-right:6px;
	color:#fff;
	background-color:#fff;
	border-radius:10px;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif;
	font-size:14px;
	text-align:center;
	line-height:25px;
	vertical-align:central;
	border:solid 1px #fff;
	cursor:pointer;
}
#divDestaque1:hover{
	border:solid 1px #7E84AE;
}
#divDestaque2{
	position:relative;
	float:left;
	width:180px;
	height:180px;
	margin-left:6px;
	margin-right:6px;
	color:#fff; 
	background-color:#fff;
	border-radius:10px;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif;
	font-size:14px;
	text-align:center;
	line-height:25px;
	vertical-align:central;
	border:solid 1px #fff;
	cursor:pointer;
}
#divDestaque2:hover{
	border:solid 1px #7E84AE;
}
#divDestaque3{
	position:relative;
	float:left;
	width:180px;
	height:180px;
	margin-left:6px;
	margin-right:6px;
	color:#fff; 
	background-color:#fff;
	border-radius:10px;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif;
	font-size:14px;
	text-align:center;
	line-height:25px;
	vertical-align:central;
	border:solid 1px #fff;
	cursor:pointer;
}
#divDestaque3:hover{
	border:solid 1px #7E84AE;
}
#divDestaque4{
	position:relative;
	float:left;
	width:180px;
	height:180px;
	margin-left:6px;
	margin-right:6px;
	color:#fff; 
	background-color:#fff;
	border-radius:10px;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif;
	font-size:14px;
	text-align:center;
	line-height:25px;
	vertical-align:central;
	border:solid 1px #fff;
	cursor:pointer;
}
#divDestaque4:hover{
	border:solid 1px #7E84AE;
}
#divDestaque5{
	position:relative;
	float:left;
	width:180px;
	height:180px;
	margin-left:6px;
	margin-right:0px;
	color:#fff; 
	background-color:#fff;
	border-radius:10px;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif;
	font-size:14px;
	text-align:center;
	line-height:25px;
	vertical-align:central;
	border:solid 1px #fff;
	cursor:pointer;
}
#divDestaque5:hover{
	border:solid 1px #7E84AE;
}

#divEstacaoMetereologica{
	position:absolute;
	float:left;
	width:120px;
	height:120px;
	top:-70px;
	left:20px;
	border:solid 4px #7E84AE;
	border-radius:10px;
	color:#fff; 
	font-family:'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif;
	font-size:14px;
	text-align:center;
	line-height:25px;
	vertical-align:central;
	cursor:pointer;
	z-index:80;
	overflow:hidden;
}
#divBarraLogosInstitucionais{
	position:relative;
	width:100%;
	height:90px;
	background-color:#012369;
	border:none;
	overflow:hidden;
}
#divLogosInstitucionaisConteudo{
	position:relative;
	width:980px;
	height:90px;
	top:0px;
	margin:auto;
	background-color:#fff;	
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	line-height:20px;
	vertical-align:middle;
	color:#012369;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:12px;
}
#divBarraRodape{
	position:relative;
	width:100%;
	height:250px;
	background-color:#012369;
	border-top:solid 10px #7E84AE;
}
#divContentorRodape{
	position:relative;
	width:980px;
	height:250px;
	margin:auto;
}
#divMapaSiteColuna1{
	position:relative;
	float:left;
	width:180px;
	height:150px;
	border-radius:10px;
	margin-top:35px;
	margin-left:15px;
	margin-right:6px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:13px;
	color:#7E84AE;
}
#divMapaSiteColuna2{
	position:relative;
	float:left;
	width:180px;
	height:150px;
	border-radius:10px;
	margin-top:35px;
	margin-left:6px;
	margin-right:6px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:13px;
	color:#7E84AE;
}
#divMapaSiteColuna3{
	position:relative;
	float:left;
	width:180px;
	height:150px;
	border-radius:10px;
	margin-top:35px;
	margin-left:6px;
	margin-right:6px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:13px;
	color:#7E84AE;
}
#divMapaSiteColuna4{
	position:relative;
	float:left;
	width:180px;
	height:150px;
	border-radius:10px;
	margin-top:35px;
	margin-left:6px;
	margin-right:6px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:13px;
	color:#7E84AE;
}
#divMapaSiteColuna5{
	position:relative;
	float:left;
	width:180px;
	height:150px;
	border-radius:10px;
	margin-top:35px;
	margin-left:6px;
	margin-right:6px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:13px;
	color:#7E84AE;
}
.linksRodape{
	cursor:pointer;	
}
.linksRodape:hover{
	color:#fff;	
}
#divRodapeNumOrgulho{
	position:relative;
	width:100%;
	height:190px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:16px;
	text-align:center;
	background-color:#7E84AE;
	color:#fff;
	display:none;
}
#divScrollUp{
	position:fixed;
	width:35px;
	height:35px;
	bottom:20px;
	right:70px;
	background-image:url(../_imagens/seta_up.fw.png);
	background-position:center;
	background-repeat:no-repeat;
	border:solid 3px #686859;
	border-radius:50px;
	z-index:85;
	cursor:pointer;		
}
#divScrollUp:hover{
	background-color:#fff;	
}
#divScrollDown{
	position:fixed;
	width:35px;
	height:35px;
	bottom:20px;
	right:20px;
	background-image:url(../_imagens/seta_down.fw.png);
	background-position:center;
	background-repeat:no-repeat;
	border:solid 3px #686859;
	border-radius:50px;
	z-index:84;
	cursor:pointer;		
}
#divScrollDown:hover{
	background-color:#fff;	
}
h1{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:18px;
	color:#7E84AE;
	margin-left:20px;
	text-align:left;
	margin-top:0px;
	margin-bottom:0px;
	vertical-align:middle;
}
h2{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:16px;
	color:#012369;
	font-weight:550;
}
h3{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:13px;
	font-weight:500;
	color:#fff;
	background-color:#7E84AE;
	text-align:right;
	line-height:20px;
	margin-top:0px;
	margin-bottom:0px;
	opacity:0.5;
}
h4{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:16px;
	color:#7E84AE;
	font-weight:600;
	margin-top:0px;
	margin-bottom:0px;
}
h5{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:13px;
	font-weight:500;
	color:#A22522;
	text-align:right;
	line-height:20px;
	margin-top:0px;
	margin-bottom:0px;
}
h6{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:13px;
	color:#ffffff;
	line-height:18px;
	text-align:center;
	margin-left:20px; margin-right:20px;
	font-weight:500;
	margin-top:10px;
	margin-bottom:20px;
}
p{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:14px;
	color:#6B73A3;
	line-height:20px;
	text-align:justify;
}
ul{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:14px;
	color:#6B73A3;
	line-height:20px;
	text-align:left;
	margin-left:0px;
}
ol{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:14px;
	color:#6B73A3;
	line-height:20px;
	text-align:left;
	margin-left:0px;
}
li{
	margin-top:10px;
	margin-bottom:10px;
	
}
a{
	color:#012369;
	
}
a:hover{
	color:#EF7E1A;	
}
.divSeparadorSecao{
	position:relative;
	float:left;
	width:96%;
	height:30px;
	margin-left:16px;
	border-bottom:solid 1px #7E84AE;
}
.divConteudoColEsq{
	position:relative;
	float:left;
	width:200px;
}

.divConteudoColCentro{
	position:relative;
	float:left;
	width:564px;
	margin-left:8px;
	margin-right:8px;	
}

.divConteudoColDir{
	position:relative;
	float:left;
	width:200px;
	text-align:center;
}

.banner {
	position: relative;
	overflow: auto;
	margin:0px;
}
.banner li {
	list-style: none;
	margin:150px;
}
.banner ul li {
	float: left;
	margin:0px;
}
#divWebMail{
	position:relative;
	float:left;
	width:372px;
	height:372px;
	margin-left:207px;
	margin-top:50px;
	background-image:url(../_imagens/ciccopn_webmail.png);
	background-repeat:no-repeat;
	background-position:top left;
	border:solid 1px #7E84AE;
	border-radius:10px;
	cursor:pointer;
	opacity:0.8;
}
#divWebMail:hover{
	opacity:1;	
}
#divFinanceiro{
	position:relative;
	float:left;
	width:372px;
	height:372px;
	margin-left:12px;
	margin-top:50px;
	background-image:url(../_imagens/ciccopn_financeiro.png);
	background-repeat:no-repeat;
	background-position:top left;
	border:solid 1px #7E84AE;
	border-radius:10px;
	cursor:pointer;
	opacity:0.8;
}
#divFinanceiro:hover{
	opacity:1;	
}
#divEscolaVirtual{
	position:relative;
	float:left;
	width:372px;
	height:372px;
	margin-left:207px;
	margin-top:12px;
	background-image:url(../_imagens/ciccopn_escola_virtual.png);
	background-repeat:no-repeat;
	background-position:top left;
	border:solid 1px #7E84AE;
	border-radius:10px;
	cursor:pointer;
	opacity:0.8;
	
}
#divEscolaVirtual:hover{
	opacity:1;	
}
#divMoodle{
	position:relative;
	float:left;
	width:372px;
	height:372px;
	margin-left:12px;
	margin-top:12px;
	background-image:url(../_imagens/ciccopn_moodle.png);
	background-repeat:no-repeat;
	background-position:top left;
	border:solid 1px #7E84AE;
	border-radius:10px;
	cursor:pointer;
	opacity:0.8;
}
#divMoodle:hover{
	opacity:1;	
}
.divsAreaReservadaTextos{
	position:absolute;
	bottom:0px;
	width:372px;
	height:50px;
	background-color:#7E84AE;
	color:#FFFFFF;
	line-height:50px;
	vertical-align:middle;
	text-align:center;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif;
	font-size:18px;
	cursor:pointer;
	border:none;	
}
.divsGaleria{
	position:relative;
	float:left;
	width:176px;
	height:176px;
	background-repeat:no-repeat;
	background-position:center bottom;
	border-radius:5px;
	border:solid 2px #7E84AE;
	margin-left:6px;
	margin-right:6px;
	margin-top:6px;
	margin-bottom:2px;
	cursor:pointer;
	overflow:hidden;
	opacity:0.8;
	/* definicoes animacao */
	animation-play-state:paused;
 	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out; 
}
.divsGaleria:hover{
	opacity:1;
	border-color:#686F9D;
}
.divsGaleriaTXT{
	position:relative;
	width:100%;
	height:100%;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif;
	font-size:14px;
	color:#FFF;
	background-color:#7E84AE;
	text-align:center;
	opacity:0.8;
	margin-top:130px;
	padding-top:5px;
	line-height:20px;
	vertical-align:middle;	
	/* definicoes animacao */
	animation-play-state:paused;
 	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out; 
}
.divsGaleriaTXT:hover{
	margin-top:0px;	
}

.divFAEscolhaModalidade{
	position:relative;
	float:left;
	width:176px;
	height:176px;
	background-repeat:no-repeat;
	background-position:center;
	border-radius:5px;
	border:solid 2px #7E84AE;
	margin-left:6px;
	margin-right:6px;
	margin-top:6px;
	margin-bottom:2px;
	cursor:pointer;
	overflow:hidden;
	opacity:0.8;
	/* definicoes animacao */
	animation-play-state:paused;
 	transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out; 
}
.divFAEscolhaModalidade:hover{
	opacity:1;	
}
.divFAEscolhaModalidadeTXT{
	position:relative;
	width:100%;
	height:100%;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif;
	font-size:14px;
	color:#FFF;
	background-color:#7E84AE;
	text-align:center;
	opacity:0.8;
	margin-top:130px;
	padding-top:5px;
	line-height:20px;
	vertical-align:middle;	
	/* definicoes animacao */
	animation-play-state:paused;
 	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out; 
}
.divFAEscolhaModalidadeTXT:hover{
	margin-top:0px;	
}
.divFJEscolhaModalidade{
	position:relative;
	float:left;
	width:376px;
	height:176px;
	background-repeat:no-repeat;
	background-position:left;
	border-radius:5px;
	border:solid 2px #7E84AE;
	background-color:#7E84AE;
	margin-left:6px;
	margin-right:6px;
	margin-top:6px;
	margin-bottom:2px;
	cursor:pointer;
	overflow:hidden;
	opacity:0.8;
	/* definicoes animacao */
	animation-play-state:paused;
 	transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out; 
}
.divFJEscolhaModalidade:hover{
	opacity:1;	
}
.divFJEscolhaModalidadeTXT{
	position:relative;
	width:196px;
	height:100%;
	float:right;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif;
	font-size:14px;
	color:#FFF;
	background-color:#7E84AE;
	text-align:center;
	opacity:1;
	margin-top:0px;
	padding-top:0px;
	line-height:20px;
	vertical-align:middle;	
	/* definicoes animacao */
	animation-play-state:paused;
 	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out; 
}
.divFJEscolhaModalidadeTXT:hover{
	margin-top:-140px;	
}
.divsSepFormJovens{
	position:relative;
	float:left;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:13px;
	margin-left:3px;
	padding:7px;
	background-color:#7E84AE;
	color:#FFF;
	cursor:pointer;
		/* definicoes animacao */
	animation-play-state:paused;
 	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out; 
}
.divsSepFormJovens:hover{
	background-color:#03256A;
}
.divsSepFormJovensSel{
	position:relative;
	float:left;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:13px;
	margin-left:3px;
	padding:7px;
	background-color:#f89400;
	color:#FFF;
	cursor:pointer;
		/* definicoes animacao */
	animation-play-state:paused;
 	transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out; 
}
.divsSepFormAdultos{
	position:relative;
	float:left;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:13px;
	margin-left:3px;
	padding:7px;
	background-color:#7E84AE;
	color:#FFF;
	cursor:pointer;
		/* definicoes animacao */
	animation-play-state:paused;
 	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out; 
}
.divsSepFormAdultos:hover{
	background-color:#03256A;
}
.divsSepFormAdultosSel{
	position:relative;
	float:left;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:13px;
	margin-left:3px;
	padding:7px;
	background-color:#99CC00;
	color:#FFF;
	cursor:pointer;
		/* definicoes animacao */
	animation-play-state:paused;
 	transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out; 
}
.divsSepFormEmpresas{
	position:relative;
	float:left;
	width:172px;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:13px;
	text-align:center;
	margin-left:3px;
	padding:7px;
	background-color:#7E84AE;
	color:#FFF;
	cursor:pointer;
		/* definicoes animacao */
	animation-play-state:paused;
 	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out; 
}
.divsSepFormEmpresas:hover{
	background-color:#03256A;
}
.divsSepFormEmpresasSel{
	position:relative;
	float:left;
	width:172px;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:13px;
	text-align:center;
	margin-left:3px;
	padding:7px;
	background-color:#0084FF;
	color:#FFF;
	cursor:pointer;
		/* definicoes animacao */
	animation-play-state:paused;
 	transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out; 
}
.divsSepFormCQEP{
	position:relative;
	float:left;
	width:172px;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:13px;
	text-align:center;
	margin-left:3px;
	padding:7px;
	background-color:#7E84AE;
	color:#FFF;
	cursor:pointer;
		/* definicoes animacao */
	animation-play-state:paused;
 	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out; 
}
.divsSepFormCQEP:hover{
	background-color:#03256A;
}
.divsSepFormCQEPSel{
	position:relative;
	float:left;
	width:172px;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:13px;
	text-align:center;
	margin-left:3px;
	padding:7px;
	background-color:#F00;
	color:#FFF;
	cursor:pointer;
		/* definicoes animacao */
	animation-play-state:paused;
 	transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out; 
}
.divsConteudoModFormacao{
	position:relative;
	float:left;
	width:96%;
	height:30px;
	margin-left:16px;
	margin-top:20px;
}
.divBotoesSaberMaisModalidades{
	position:relative;
	width:120px;
	height:25px;
	left:50%;
	margin-left:-60px;
	line-height:25px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:12px;
	background-color:#7E84AE;
	color:#FFF;
	vertical-align:middle;
	text-align:center;
	border-radius:5px;
	cursor:pointer;
	opacity:1;
		/* definicoes animacao */
	animation-play-state:paused;
 	transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out; 
}
.divBotoesSaberMaisModalidades:hover{
	background-color:#012369;
}
.divConteudoSaberMaisModalidades{
	position:relative;
	width:60%;
	margin:auto;
	margin-top:-25px;
	border:solid 1px #7E84AE;
	background-color:#7E84AE;
	border-radius:5px;
	text-align:center;
	
}
table {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;	
}
th{
	border-top:solid 1px #7E84AE;
	border-bottom:solid 1px #7E84AE;
	height:30px;
	vertical-align:middle;
	text-align:center;
	background-color:#7E84AE;
	color:#fff;
	font-size:14px;
	font-weight:600;
}
td{
	height:40px;
	vertical-align:middle;
	font-size:13px;
	color:#7E84AE;
	border-bottom:solid 1px #7E84AE;
	text-align:center;	
}
.cxPesquisaCursos{
	width:220px;
	height:22px;
	margin-left:400px;
	border-radius:5px;
	border:solid 1px #7E84AE;
	color:#7E84AE;
	-webkit-clear-button display: none;
	-ms-clear display: none;
}
.divsSepLGMC{
	position:relative;
	float:left;
	width:172px;
	height:30px;
	line-height:15px;
	vertical-align:middle;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:13px;
	text-align:center;
	margin-left:3px;
	padding:7px;
	background-color:#7E84AE;
	color:#FFF;
	cursor:pointer;
		/* definicoes animacao */
	animation-play-state:paused;
 	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out; 
}
.divsSepLGMC:hover{
	background-color:#012369;
}
.divsSepLGMCSel{
	position:relative;
	float:left;
	width:172px;
	height:30px;
	line-height:15px;
	vertical-align:middle;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:13px;
	text-align:center;
	margin-left:3px;
	padding:7px;
	background-color:#A22523;
	color:#FFF;
	cursor:pointer;
		/* definicoes animacao */
	animation-play-state:paused;
 	transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out; 
}
.divsConteudosLGMC{
	position:relative;
	float:left;
	width:96%;
	margin-left:16px;
	margin-top:20px;
}
.linksSubMenuLGMC{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:14px;
	font-weight:550;
	color:#7E84AE;
	cursor:pointer;
}
.linksSubMenuLGMC:hover{
	color:#A22523;
}
#conteudo_formacao {
	width: 715px;
	height:1100px;
	border: none;
	position:inherit;
	margin:auto;
	padding:0px;
}
.cqepMetodologiaExplicacoes{
	position:relative; 
	float:right; 
	width:488px; 
	height:260px; 
	background-color:#7E84AE; 
	font-family:Verdana, Geneva, sans-serif; 
	font-size:14px; 
	color:#fff;
	text-align:center; 
	vertical-align:middle; 
	line-height:30px; 
	padding-top:5px; 
	margin-right:32px; 
	border-radius:5px;
	border:solid 2px #7E84AE;	
}
.cqepInscricaoSelecionada{
	position:relative; 
	float:left; 
	width:148px; 
	height:50px; 
	background-color:#F00; 
	font-family:Verdana, Geneva, sans-serif; 
	font-size:14px; 
	color:#ffffff; 
	text-align:center; 
	vertical-align:middle; 
	line-height:20px; 
	padding-top:5px; 
	margin-left:19px; 
	border-radius:5px;
	border:solid 2px #F00;
	cursor:pointer;
}
.cqepDiagnosticoSelecionada{
	position:relative; 
	float:left; 
	width:148px; 
	height:50px; 
	background-color:#F00; 
	font-family:Verdana, Geneva, sans-serif; 
	font-size:14px; 
	color:#ffffff; 
	text-align:center; 
	vertical-align:middle; 
	line-height:20px; 
	padding-top:5px; 
	margin-left:19px; 
	border-radius:5px;
	border:solid 2px #F00;
	cursor:pointer;
}
.cqepInformacaoSelecionada{
	position:relative; 
	float:left; 
	width:148px; 
	height:50px; 
	background-color:#F00; 
	font-family:Verdana, Geneva, sans-serif; 
	font-size:14px; 
	color:#ffffff; 
	text-align:center; 
	vertical-align:middle; 
	line-height:20px; 
	padding-top:5px; 
	margin-left:19px; 
	border-radius:5px;
	border:solid 2px #F00;
	cursor:pointer;
}
.cqepEncaminhamentoSelecionada{
	position:relative; 
	float:left; 
	width:148px; 
	height:50px; 
	background-color:#F00;
	font-family:Verdana, Geneva, sans-serif; 
	font-size:14px; 
	color:#ffffff; 
	text-align:center; 
	vertical-align:middle; 
	line-height:20px; 
	padding-top:5px; 
	margin-left:19px; 
	border-radius:5px;
	border:solid 2px #F00;
	cursor:pointer;
}

.cqepLigadorHorDiagrama{
	position:relative;
	float:right;
	background-color:#7E84AE;
	border:none;
	width:20px;
	height:2px;
	margin-top:26px;
}
.cqepLigadoresVertDiagrama{
	position:relative;
	float:left;
	background-color:#7E84AE;
	border:none;
	width:2px;
	height:10px;
	margin-left:95px;
}
.cqepMetodologiaFases{
	position:relative; 
	float:left; 
	width:148px; 
	height:50px; 
	background-color:#7E84AE; 
	font-family:Verdana, Geneva, sans-serif; 
	font-size:14px; 
	color:#fff; 
	text-align:center; 
	vertical-align:middle; 
	line-height:20px; 
	padding-top:5px; 
	margin-left:19px;
	-moz-border-radius:0px;
 	-webkit-border-radius: 0px;
	border-radius:5px;
	border:solid 2px #7E84AE;
	cursor:pointer;
}
.cqepMetodologiaFases:hover{
	border: solid 2px #012369;
	background-color:#012369;
	color:#FFF;
}
#divInformacoesDetalhes {
	position:relative;
}
.cqepMaisInformacao{
	position:relative;
	float:left;
	width:100px;
	height:40px;
	font-family:Verdana, Geneva, sans-serif; 
	font-size:12px;
	text-align:center;
	vertical-align:middle;
	line-height:16px;
	padding-top:5px;
	color:#fff; 
	border:solid 2px #7E84AE;
	border-radius:5px;
	background-color:#7E84AE;
	margin-right:15px;
	cursor:pointer;	
}
.cqepMaisInformacao:hover{
	border: solid 2px #012369;
	background-color:#012369;
}
.divMaisInformacoesDetalhes {
	position:relative; 
	float:right; 
	width:645px; 
	height:300px; 
	background-color:#7E84AE; 
	font-family:Verdana, Geneva, sans-serif; 
	font-size:12px; 
	color:#fff; 
	text-align:left; 
	vertical-align:middle; 
	line-height:20px; 
	padding-top:5px;
	padding-left:25px;
	padding-right:25px; 
	margin-right:16px; 
	border-radius:5px;
	border:solid 2px #7E84AE;	
}
.cqepMaisInformacaoSelecionada{
	position:relative;
	float:left;
	width:100px;
	height:40px;
	font-family:Verdana, Geneva, sans-serif; 
	font-size:12px;
	text-align:center;
	vertical-align:middle;
	line-height:16px;
	padding-top:5px;
	color:#ffffff; 
	border:solid 2px #F00;
	border-radius:5px;
	background-color:#F00;
	margin-right:15px;
	cursor:pointer;	
}
.divsNoticiasTexto{
	position:relative;
	float:left;
	width:562px;
	height:176px;
	margin-left:15px;
	margin-right:18px;
	margin-top:75px;
	overflow:hidden;
}
.divsNoticiasImagem{
	position:relative;
	float:left;
	width:363px;
	height:176px;
	margin-top:75px;
	border:solid 1px #7E84AE;
	background-color:#7E84AE;
}
.SuperTituloHome{
	font-family: 'Roboto Condensed', sans-serif;
	/*font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;**/
	font-size:26px;
	font-weight:500;
	text-align:center;
	color:#7E84AE;
	line-height:30px;
	
}
.tituloHome{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:20px;
	font-weight:200;
	text-align:center;
	color:#7E84AE;
	
}
.labelFormCQEP{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:13px;
	color:#012369;
	
}
.labelBolsaFormadores{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:13px;
	color:#7E84AE;
	display:inline-block;
}
.txtBolsaFormadores{
	height:25px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:14px;
	background-color:#E0E2EB;
	color:#012369;
	border:solid 1px #C7CADC;
	border-radius:5px;
	box-sizing:border-box;
	margin-bottom:15px;
	padding:5px;
}
.cbBolsaFormadores{
	height:25px;
	line-height:25px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:14px;
	background-color:#E0E2EB;
	color:#012369;
	border:solid 1px #C7CADC;
	border-radius:5px;
	box-sizing:border-box;
	margin-bottom:15px;
	padding:0px;
}
.textAreaBolsaFormadores {
	background-color:#E0E2EB;
	color:#012369;
	border:solid 1px #C7CADC;
	border-radius:5px;
	text-align:left;
	padding:5px;
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight:300;
	box-sizing: border-box;
	resize:none;
	overflow:hidden;
}
.btBolsaFormadores{
	height:25px;
	background-color:#E0E2EB;
	color:#012369;
	border:solid 1px #C7CADC;
	border-radius:5px;
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	text-align:center;
	
}
@media print {
	#divBannerSlide{
		display: none;
	}
	#divLinksAuxiliares{
		display: none;
	}
	#divPesquisa{
		display: none;
	}
	#divNewsletter{
		display: none;
	}
	#divOutrosDestaquesBarra{
		display: none;
	}
	#divBarraRodape{
		display: none;
	}
	#divScrollUp{
		display: none;
	}
	#divScrollDown{
		display: none;
	}
	#imgLogo{
		width: 140px;
		height: auto;
	}
	#divContentorBarraLogo{
		height: 80px;
	}
	#divBarraLogo{
		height: 80px;
	}
	#divBarraConteudo{
		margin-top: -10px;
	}
}
