/* © 2009 Veolia  */
/* dev by webuild */




/* TAGS / GERAIS /////////////////////////////////// */

body {
	font-family:"Trebuchet MS", Tahoma;
	font-size:11px;
	color:#000;
	background:#fff;
	text-align:center;
	margin:0;
}

p {
	margin:0;
}

img {
	border:0;
}

a, a:hover {
	text-decoration:none;
}




/* FUNDO /////////////////////////////////// */

.boxBackground {
	display:none;
}


/* LAYOUT /////////////////////////////////// */

.boxLayout {
	margin: 70mm 0 0 0 ;
	width:170mm;
}

.boxHeader {
	padding:0;
	width:170mm;
	height:100px;
	display:block;
	margin: 0 ;
}

.boxBody {
	clear:both;
	width:170mm;
	display:block;
	margin:0;
}

.boxFooter {
	padding: 0;
	height:23px;
	width:170mm;
	text-align:right;
	color:#666;
	font-size:10px;
	margin: 0 ;
}



/* HEADER /////////////////////////////////// */

.boxLogo {
	width:171px;
	height:91px;
	margin: 0 ;
	float:none;
	display:block;
}

.boxLogo p {
	display:block;
}

.boxLogo span {
	display:none;
}

.boxMenuSecundario {
	display:none;
}

.boxMenu, .radmenu {
	display:none;
}





/* BODY /////////////////////////////////// */

/* coluna da esquerda /////////////////////////////////// */

.boxBodyLeft {
	display:none;
}


/* coluna do meio /////////////////////////////////// */

.boxBodyCenter {
	width:150mm;
	padding:7mm 0 0 0;
	text-align:left;
	margin: 0;
}

.boxBodyCenter .bannerHomepage {
	display:none;
}

.boxBodyCenter .boxDestaque {
	display:none;
}


/* coluna da direita /////////////////////////////////// */

.boxBodyRight {
	display:none;
}





/* FOOTER /////////////////////////////////// */

.boxFooter p {
	display:block;
}

.boxFooter a, .boxFooter span {
	display:none;
	}




/* ARTIGO /////////////////////////////////// */

.boxPath {
	font-size:10px;
	color:#999;
	width:120mm;
	float:none;
	margin:20mm 0 0 10mm;
	text-align:left;
}

.boxPath a {
	color:#999;
}

.boxPath span { /* você está aqui */
	color:#ED1C24;
}

.boxBodyCenter h2 {
	color:#000;
	font-size:28px;
	font-weight:normal;
	line-height:30px;
	display:block;
}

.boxBodyCenter h4 {
	font-size:12px;
	color:#000;
	font-style:italic;
	font-weight:normal;
	line-height:14px;
}

.boxBodyCenter img {
	margin:15px 0 0 0;
}

.boxBodyCenter h3 {
	color:#666;
	font-size:22px;
	font-weight:normal;
	line-height:24px;
	margin:30px 0 20px 0;
}

.boxBodyCenter p {
	margin:10px 0;
	font-size:12px;
	color:#666;
}

.boxBodyCenter .boxButtons {
	display:none;
}

.boxBodyCenter a.btn_small {
	display:none;
}

.boxBodyCenter .boxNavegacaoListagem {
	display:none;
}
.boxBodyCenter .boxNavegacaoListagemBaixo {
	display:none;
}

.boxBodyCenter .boxItemListagem {
	margin:20px 0;
	width:100%;
}

.boxBodyCenter .boxItemListagem span {
	font-size:10px;
	color:#666;
	margin:3px 0;
}

.boxBodyCenter .boxItemListagem h5 {
	font-size:16px;
	line-height:16px;
	color:#000;
	margin:3px 0;
}

.boxBodyCenter .boxItemListagem p {
	line-height:13px;
	margin:3px 0;
}

.boxBodyCenter .boxItemListagem a {
	color:#ED1C24;
	font-size:10px;
	width:100%;
}

.boxBodyCenter table {
	display:block;
}










