/* WEBMOOLE 2.1 - NEWS */

/* Intestazione News */
.sfondo_intestazione_news {
	height: 93px;
}

/* Struttura news */
div#archivioNews {
	margin: 15px;
}

div#archivioNews .news {
	padding-bottom: 15px;
}

div#archivioNews .news h3 {
	font-size: 11px;
	color: #ec340f;
	text-align: left;
	font-weight: normal;
	padding: 0 0 5px 0;
}

div#archivioNews .news h4 {
	font-size: 12px;
	color: #575757;
	text-align: left;
	font-weight: bold;
	padding: 0 0 5px 0;
}

div#archivioNews .news h2 {
	font-size: 11px;
	text-align: justify;
	padding: 0 0 5px 0;
	color: #575757;
}

div#archivioNews .news a {
	font-size: 11px;
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

div#archivioNews .news a:hover {
	text-decoration: underline;
}

