#footer .news-footer {
	color: #c00;
}
/* MAIN */
.news {
	width: 100%;
	height: 100%;
	margin: 0 0 20px 0;
	border-bottom: solid 1px #c00;
}

.data-news {
	font-size: 14px;
	color: #333;
}
.titolo-news {
	width: 100%;
	margin: 7px 0px 5px 0px;
	font-size: 20px;
	font-weight: 600;
	color: #c00;
}
.testo-news {
	width: 100%;
	margin: 0 0px 5px 0px;
	font-size: 14px;
	color: #333;
}
.testo-news img {
	float: left;
	display:block;
	margin: 0 15px 5px 0;
	border: solid 1px #999;
}
.link_cliccato {
font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	line-height: normal;
	text-decoration: none; 
}
