@charset "utf-8";
/* CSS Document */




body {
	background:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}
	
	
.boxLayout{
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	width:965px;
	}
	
.boxHeader{
	height:102px;
	}

.boxBody{
	height:470px;
	}

.boxFooter{
	height:80px;
	width:965px;
	font-size:10px;
	margin-left:auto;
	margin-right:auto;
	}

.imgLogoSite{
	display:none;
	}
.imgLogoPrint{
	margin:0px;
	border:0px;
	float:left;
	}
	
.boxPesquisa{
	display:none;
	}
	
.boxMenu{
	display:none;
	}

.txtTitulos{
	text-transform:uppercase;
	color:#00ABC9;
	padding:5px;
	}
	
.boxNoticias{
	display:none;
	}
	
.menuFooter{
	display:none;
	}
	
.boxFooter img{
	display:none;
	}	
	
.bannerFooter{
	float:left;
	margin-right:8px;
	}

.boxSubMenu{
	display:none;
	}

.boxIconAccao{
	display:none;
	}	

.certificacao{
	display:none;
	}




/* A PARTIR DAQUI SAO OS CONTEUDOS COM SCROLL --------------------------------------------- */

.boxZonaConteudos{
	width:780px;
	border: none;
	padding:4px;
	}
	
.boxConteudos {
	width:770px;
	float:left;
	overflow: visible;
	}
	
.boxArtigo {
	width:720px;
	float:left;
	margin-left:10px;
	margin-top:0px;
	padding:0px;
	text-align:left;
	overflow: visible;
	line-height:14px;
	top:0px;
	left:0px;
	color:#000000;
	}

.titulo{
	text-transform:uppercase;
	color:#00ABC9;
	font-weight:bold;
	margin-bottom:15px;
	font-size:14px;
	}
	
.texto{
	color:#6D8B8B;
	text-align:justify;
	}

.imgArtigo{
	display:none;
	}

.boxIconPDF{
	display:none;
	}




/* 	Scrollbar ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



#Scrollbar-ContainerLeft{
	position: visible;
	width: 11px;
	/*height: 480px;*/
	float: left;
	padding-top:10px;
	left:15px;

}

#boxScrollLeft {
	display: block;
	overflow: visible;
	width: 720px;
	/*height: 400px;*/

}

#ContainerLeft{
	width:731px;
	float: left;
	overflow: visible;
	position: relative;
	top: 17px;
}

.Scroller-Container{
	position: relative;
	width:720px;
	top: 0px;
	left: 0px;
	overflow:visible;

}












