@charset "utf-8";
/* CSS Document */
#conteudo{
		border:1px #999999 solid;
		border-top:none;
		background-image:url(imgs/fundo_azul_content.jpg); /*fundoCentroGloboFade.png*/
		background-repeat:no-repeat;
		background-position:top left;
		
		margin-left:auto;
		margin-right:auto;
		
		width:950px;
		height:700px;
		
		position:relative;		
}
#conteudo_centro{
		border:0px #FFFFFF dashed;
		
		margin:0;
		margin-top:20px;
		
		width:666px;
		height:216px; 
		
		margin-left:142px;
}

/*HOLDER DOS BTN'S DO LADO ESQ. DAS NOTÍCIAS*/
#conteudo_centro #box_btns{
		border:0px #B2B2B2 solid;
			
		margin:0;
		margin-right:2px;
				
		width:220px;
		height:210px; 
		
		position:relative;
		float:left;		
}

/*FORMATAÇÃO COMUM, DAS DIVS DOS BTN'S*/
#box_btns div{
		border:1px #B2B2B2 solid;
		float:left;
		
		margin-bottom:6px;
}
/*FORMATAÇÃO DAS LABELS DOS BTN'S*/
#box_btns a{
		font-family:Arial, Helvetica, sans-serif;
		font-size:17px;
		font-weight:bold;
		color:#231f20;
		
		text-decoration:none;
		text-align:left;
		
		padding-left:20px;	
		margin-top:10px;
		
}
/*ROLLOVER DOS 3 BTN'S À ESQ. DAS NOTÍCIAS*/
#box_btns a:hover{
		color:#8fbfd5;
}

/*MUDA A COR DO CONTORNO ON ROLL OVER*/
#elearning_btn:hover, #legislacao_btn:hover, #area_interactiva_btn:hover{
		border:1px #8fbfd5 solid;
}

#elearning_btn{
		background:url(imgs/elearning_btn.jpg) bottom right no-repeat;
										
		width:217px;
		height:87px; 		
}

#legislacao_btn{
		background:url(imgs/legislacao_btn.jpg) bottom right no-repeat;
				
		width:217px;
		height:54px;
}

#area_interactiva_btn{
		background:url(imgs/area_interactiva_btn.jpg) bottom right no-repeat;
	
		width:217px;
		height:53px; 	
}

#conteudo_centro #box_noticias{
		border:1px #B2B2B2 solid;
		background-image:url(imgs/fundo_noticias_grad.jpg);
		background-repeat:repeat-x;
		background-position:bottom left;
		
		margin:0;
		padding:0;
		padding-right: 1em;		
		width:430px;
		height:210px; 
		
		float:right;		
}
#menu3Btns{
		width:666px;
		height:196px;
		
		margin-top:-9.3em;
		margin-left:142px;
		clear: both;		
		position:relative;
}

/*TÍTULO NOTÍCIA*/
#titulo_box_noticias{
	padding:0;
	margin:0;
}

#titulo_box_noticias h1{
	border:0px #0000FF solid;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#4c4c4c;
	
	margin-left:14px;
	margin-top:10px;
	margin-bottom:20px;
	
	padding:0;
}
/*HOLDER DAS NOTÍCIAS*/
.box_noticia{
	border:0px #00FF00 solid;
	
	margin-left:17px;
	margin-bottom:20px;
		
	width:auto;
	height:auto;	
}

.box_noticia a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#8fbfd5;
	
	margin:0;
	padding:0;
	margin-top:10px;
		
	text-decoration:none;
}

.box_noticia a:hover{
	text-decoration:underline;
}

.box_noticia p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FF0000;
	
	margin:0;
	padding:0;
	
	color:#4D4D4D;
}
#rodape {
	margin-top: 0.5em;
}
#logo {
	margin-top: 1em;
	margin-left: 13em;
}


