#containerNoticias {
	float: left;
	height:452px;
	width: 364px;
	overflow: hidden;
}

.noticias {
	width: 364px;
	border-bottom:2px solid #E7EDEC;
	font-weight: bold;
	height: 110px;
	overflow: hidden;
}

.noticias img {
	margin-left: 10px;
	margin-top: 15px;
	float: left;
}

.noticias .chapeu {
	margin-top: 15px;
	margin-left: 130px;
}

.chapeu a{
	font-size: 14px;
	font-weight: bold;
	color: #747474;
}

.noticias .titulonot {
	margin-left: 130px;
	margin-bottom:5px;
}

.titulonot a{
	font-size: 12px;
	color: #005DA5;
}

.noticias .linhafina {
	margin-left: 130px;
}

.linhafina a{
	font-size: 12px;
	color: #999999;
}

.noticias .link {
	font-size: 9px;
	color: #666666;
	font-weight: bold;
	float:right;
}