/* WEBMOOLE 2.1 - NEWS */

/* Intestazione News */
.sfondo_intestazione_news {
	background: url(images/headerBgHome.jpg) no-repeat;
	height: 248px;
}

/* Struttura news */
div#archivioNews .news {
	padding-top: 5px;
	padding-bottom: 10px;
}

div#archivioNews .news h3 {
	font-size: 12px;
	padding-bottom: 3px;
	color: #717171;
}

div#archivioNews .news h4 {
	font-size: 12px;
	font-weight: bold;
	color: #c49d06;
	padding-bottom: 3px;
}

div#archivioNews .news h2 {
	font-size: 12px;
	text-align: justify;
	padding-bottom: 3px;
	line-height: 1.1em;
}

div#archivioNews .news a {
	color: #717171;
	text-decoration: underline;
	font-weight: normal;
}

div#archivioNews .news a:hover {
	text-decoration: underline;
}

