#noticias {
	width: 750px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	list-style-type: none;
}
#noticias li {
	display: block;
	width: 33%;
	float: left;
}
#noticias li h2 {
	display: block;
	color: #6D573D;
	text-decoration: none;
	font-weight: bold;
}
#noticias li a {
	display: block;
	color: #685136;
	text-decoration: none;
}
#noticias li a:hover {
	color: #990000;
}
#noticias .not01 {
	background-image: url(../images/padrao/icones_03.gif);
	background-repeat: no-repeat;
	background-position: left -18px;
	height: 110px;
}
#noticias .not01 h2 {
	padding-left: 80px;
	display: block;
}
#noticias .not01 a {
	display: block;
	padding-left: 80px;
}
#noticias .not02 {
	background-image: url(../images/padrao/icones_06.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 110px;
}
#noticias .not02 h2 {
	margin-top: 40px;
	display: block;
	padding-left: 90px;
}
#noticias .not02 a {
	display: block;
	padding-left: 90px;
}
#noticias .not03 {
	background-image: url(../images/padrao/icones_09.gif);
	background-repeat: no-repeat;
	background-position: left -7px;
	height: 110px;
}
#noticias .not03 h2 {
	padding-left: 80px;
	display: block;
}
#noticias .not03 a {
	display: block;
	padding-left: 80px;
}
