.noticia {
	margin-bottom: 20px;
	padding: 1px;
	margin-left: auto;
	margin-right: auto;
}

.noticia_titulo {
	background: #e86402 url("imagens/news_topo_bg.jpg") repeat-x;
	height: 39px;
}

.titulo_esquerda {
	width: 12px;
	height: 39px;
	background: transparent url("imagens/news_topo_left.jpg") no-repeat;
	float: left;
}

.titulo_direita {
	width: 92%;
	height: 39px;
	background: transparent url("imagens/news_topo_right.jpg") no-repeat right top;
	float: right;
	padding: 10px;

	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.noticia_conteudo {
	margin: 3px 0;
	padding: 5px;

	border: 1px dashed #b66c01;
	background-color: #f7ae4f;
	text-align: left;
}

.noticia_assinatura {
	border: 1px dashed #b66c01;
	background-color: #f7ae4f;
	text-align: left;

	padding: 5px;
}