@charset "UTF-8";
/* Print CSS Document (if regular is set to screen) */

body {
	color:#000;
	font-family:Verdana, sans-serif;
	font-size:14px;
}

#topo, #menulateral, #cl02_int, #cont-rodape img, #cont-rodape ul, a.bto-imprimir, ul#busca{
	display: none;
}

img.logo-impressao {display:block;}

#conteudo {padding:60px 50px 50px 30px;}


#cl01_int #ultimasnoticias .noticia_int{
	width:750px;
}

#cont-rodape p{
	background:url(../imgs/logotipo-impressao.jpg);
	font-size:12px;
	margin:0 0 0 120px;
	text-align:center;
	width:750px;
}

/*
a {
	color: #333;
	font-weight: bold;
}
a:after { 
	content:" ["attr(href)"]"; 
	font-weight: normal;
}
a[href^="/"]:after {
	content: "";
}
*