/***********************************   STILI HTML   ********************************\*/
body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6c6c6c;
	line-height: 15px;
	background-image: url(immagini/home/fondo_blu.gif);
}
/***********************************   TESTO   ********************************\*/
a {
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #de4315;
}
.link_footer {
	font-size: 10px;
	color: #6c6c6c;
	font-weight: normal;
	text-decoration: none;
}
.link_footer:hover {
	color: #68bf05
}
.titolo {
	font-size: 16px;
	line-height: 18px;
	color: #de4315;
}
.sottotitolo {
	font-size: 9px;
	line-height: 15px;
	color: #68bf05;
	text-transform: uppercase;
}
.titolo_footer {
	font-size: 11px;
	line-height: 15px;
	color: #68bf05;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.titolo_articolo {
	font-size: 13px;
	color: #de4315;
}
.data {
	font-size: 10px;
	line-height: 15px;
	color: #999999;
}

/***********************************   BOX   ********************************\*/
.div_contenitore_footer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 847px;
	height: 175px;
	background-image: url(immagini/home/fondo_footer_linea.gif);
}
.dist_contenuto {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 10px;
	text-align: left;
}
.dist_sottomenu {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.div_sottomenu {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
	width: 140px;
	text-align: left;
}
.div_sottomenu:hover {
	background-image: url(immagini/home/sottomenu_hover.gif);
}
.fondo_footer {
	background-image: url(immagini/home/fondo_footer.gif);
}
.fondo_bianco {
	background-image: url(immagini/home/spacer.gif);
}
