/* CSS Document */


#noticias {
}

#titulosecao
{
	background:url(/layout/005/01/imgs/top_noticias.gif) no-repeat center top;
}

#noticias p {
	font: 12px 'Trebuchet MS', Verdana, Arial, Helvetica !important;
}

#noticias #totalnoticias {
	margin-left: 20px;
	color:#636363;
	font-weight: bold !important;
}

#noticias ul {
	margin: 0 0 0 20px;
}

#noticias li {
	list-style: none;
	font: 12px 'Trebuchet MS', Verdana, Arial, Helvetica !important;
	margin: 10px 0 9px 0;
}

#noticias p.titulonoticia {
	margin: 0;
	padding-left: 5px;
	background: url(/layout/001/02/imgs/bullet_noticia.gif) 0 12px no-repeat;
}
#noticias p.titulonoticia {
	background-position: 0 6px;
}

#noticias p.titulonoticia a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color:#2a2a2a;
}

#noticias p.titulonoticia a:hover {
	text-decoration: underline;
}

#noticias p.titulonoticia a:visited {
	color:#2a2a2a;
}

#noticias p.resumonoticia {
	color:#525252;
	margin: 0 0 0 9px;
	line-height: 13px !important;
}

#noticias p.resumonoticia a {
	color:#525252;
	text-decoration: none;
}

#noticias p.resumonoticia a:hover {
	text-decoration: underline;
}

#noticias p.resumonoticia a:visited {
	color:#525252;
}


/* paginacao */
#paginacao, #paginacao a {
	font: bold 12px 'Trebuchet MS', Verdana, Arial, Helvetica !important;
}

#paginacao {
	text-align: center !important;
	margin: 10px auto 0 auto;
	color: #9c9c9c;
}

#paginacao b {
	padding: 0 4px 0 4px;
}

#paginacao a {
	color: #24557b;
	text-decoration: none;
}

/* exibicao */
#titulonoticia, #resumonoticia, #datanoticia, #corponoticia, #autornoticia {
	font: 12px 'Trebuchet MS', Verdana, Arial, Helvetica;
	margin: 5px 0 0 20px;
	text-align: justify;
}

#titulonoticia {
	font-size: 17px !important;
	font-weight: bold;
}

#resumonoticia {
	color:#333333;
	font-style: italic;
}

#datanoticia {
	color:#333333;
}

#corponoticia {
	margin-top: 10px;
}

#corponoticia p {
	text-align: justify;
	text-indent: 20px;
}




#indisponivel {
	text-align: center;
	font: 12px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	margin-top: 20px;
}



