
#content .lista-novidades img {

	float: left; display: inline;
	margin-right: 30px;
	width: 148px;
	height: 128px;
	/*border: 1px solid #cccccc;*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#content .lista-novidades li {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e7e7e7;
}

#content .lista-novidades li.last {
	border-bottom: 0 none;
}

#content .lista-novidades li:hover * {
	color: #c71717;
}

#content .lista-novidades h4 {
	color: #c71717;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
}

