#noticia {
	position: relative;
	padding-bottom: 30px;
}

p.notTitulo {
	font: bold 100% Arial,Helvetica;
	padding-bottom: 5px;
	text-align: justify;
}

p.notTitulo a { color: #28166f; }

p.notTitulo a:hover {
	color: #8e2927;
	text-decoration: line-through;
}

p.notData {
	font: normal 80% Times,Arial,Helvetica;
	color: #323232;
	padding-bottom: 10px;
}

p.notFoto {
	float: left;
	border: 2px solid #8e2927;
	margin: 6px;
	height: 100px;
	background: #FFFFFF;
}

p.notFotoFull {
	float: left;
	border: 2px solid #8e2927;
	margin: 6px;
	height: 191px;
	background: #FFFFFF;
}

p.notTexto {
	float: left;
	text-align: justify;
	text-indent: 15px;
}

p.notLeiaMais {
	text-align: right;
}
}

p.clear {
	clear: both;
}

p.cartaoBanner {
	padding-top: 30px;
	text-align: center;
}