html {
	background: url(../imgs/fundo.jpg);
}
body {
	background: url(../imgs/fundo-index.jpg) no-repeat top center;
}

/* CONTEÚDO
*********************************/
#flashContent { margin: 0 0 45px 0;}
#boxNoticias, #boxSaibamais, #boxArtigos { float: left;}
#boxNoticias, #boxArtigos { width: 230px;}
html > body #boxSaibamais {
	background: url(../imgs/fundo_boxsaibamais.png) no-repeat left top;
}
#boxSaibamais {
	width: 234px;
	padding: 0 32px 0 28px;
}
html > body #boxNoticias h2 {
	background: url(../imgs/tit_noticias.png) no-repeat;
}
html > body #boxSaibamais h2 {
	background: url(../imgs/tit_saibamais.png) no-repeat;
}
html > body #boxArtigos h2 {
	background: url(../imgs/tit_artigos.png) no-repeat;
	width: 241px !important;
}
#boxNoticias h2, #boxSaibamais h2, #boxArtigos h2{
	background-repeat: no-repeat;
	background-position: left top;
	height: 47px;
	text-indent: -99999px;
	width: 231px;
}
#boxArtigos h2 { width: 191px;}
#boxNoticias h2, #boxSaibamais h2, #boxArtigos h2, #boxNoticias img, #boxSaibamais img, #boxArtigos img{
	margin-bottom: 15px;
}
.conteudos li { clear: both;}
.conteudos li h3, h3.titles{
	background: url(../imgs/marcador.gif) no-repeat 0 3px;
	color: #791918;
	font-size: 13px;
	margin-bottom: 3px;
	text-indent: 15px;
}
.saibamais {
	background:url(../imgs/btn_saibamais.gif) no-repeat left top;
	clear: both;
	display: block;
	float: right;
	height: 14px;
	margin: 10px 0 15px 0;
	text-indent: -99999px;
	width: 71px;
}

