/* CSS Document */

/*
1 - INDEX
2 - NOTICIAS DETALHES
*/

/* reset geral */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;

}
/* HTML5 display reset para browsers antigos */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
*{outline:none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
blockquote, q {
	quotes: none;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear{
	clear:both;
}

body{
	margin:0px;
	background:#FFF;
	font:normal 0.75em Arial, Helvetica, sans-serif;
	color:#000;
}

#bgTopo, #boxDir.internas, #bgConteudoRodape, #bgRodape, .compartilhar, span.print, .comentarios{
	display:none !important;
}
#conteudo{
	width:955px !important;
	height:auto;
	margin:0px auto;
}
#conteudo h1.printH1{
	display:block !important;
	font-size:12px; 
	margin:10px;
	font-weight: bold;
}

#boxCentro{
	width:955px !important;
	height:auto;
}
#boxCentro.boxInt{
	width:955px !important;
}

/* 2 - NOTICIAS DETALHES */
#noticiaDetalhe{
	padding:0 28px 0 15px;
}

#noticiaDetalhe a img, #noticiaDetalhe img{
	margin:10px;
}
#noticiaDetalhe h1{
	font:bold 35px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	margin:0px 0px 8px 0;
	line-height:35px;
}
#noticiaDetalhe h2, .noticasDir h2{
	font:bold 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#9F1213;
	margin:0px 0 8px 0;
}
#noticiaDetalhe  h3{
	font:italic 12px Arial, Helvetica, sans-serif;
	color:#666666;
	margin:10px 0 15px 0;
	float:left;
	width:545px;
}
#noticiaDetalhe p{
	text-align:justify;
	margin:0 0 10px 0;
	font-size:1.26em;
	line-height:1.45em;
	letter-spacing:-0.02em;
	color:#333333;	
}
