@charset "utf-8";
#news {
	float: left;
	width: 380px;
	padding-top: 10px;
	padding-left: 10px;
}
.linhanews {
	margin-top: 10px;
	width: 360px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	height: 50px;
}
.newsimagem {
	width: 75px;
	height: 45px;
	float: right;
	border-right: 3px solid #999;
}
.newstitle {
	float: left;



	margin-right:: 8px;
	font-weight: bold;
	color: #F90;
	width: 268px;
}
.newsintro {
	float: left;
	width: 308px;
	margin-right:: 8px;
	margin-top: 5px;
}

