/****************************************/
/*  NEWS								*/
/****************************************/

.newsHome {
	vertical-align: top;
	width: 30%;
	padding-left: 14px;
	font-size: 80%;
}

.newsHomeTitolo,
.newsHomeData,
.newsHomeAbstract {
	display: block;
}

.newsHomeTitolo {
	font-weight: bold;
}

.newsHomeData {
	font-style: italic;
	font-size: 80%;
}

.newsPanelHeader {
	background: white;
	border-bottom: solid #DDDDDD 2px;
	margin: -3px;
	color: gray;
	font-weight: normal;
	font-style: italic;
}

.newsPanel {
	width: 650px; 
	height: 300px; 
	margin: -8px -10px -10px 0; 
	overflow: auto;
}

.newsTitolo,
.newsData,
.newsAbstract {
	display: block;
	margin-bottom: 3px;
}

.newsAbstract,
.newsTesto {
	margin-right: 10px;
}

.newsTitolo {
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
}

.newsData {
	font-size: 80%;
}

.newsAbstract {
	font-style: italic;
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom: solid #DDDDDD 1px;
}

