ul #downloadPdf{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#downloadPdf li {
	line-height: 35px;
	display: block;
	margin-bottom: 10px;
}
#downloadPdf li a {
	display: block;
	color: #333;
	text-decoration: none;
	padding-left: 35px;
	background-image: url(../images/ico_pdf.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#downloadPdf li a:hover {
	display: block;
	color: #777;
	text-decoration: none;
	padding-left: 35px;
	background-image: url(../images/ico_pdf_hover.png);
	background-repeat: no-repeat;
	background-position: left center;
}

ul #consigli{
	list-style-type: disc;
	margin: 0px;
	padding: 0px;
}

#consigli li {
	line-height: 20px;
	display: block;
	margin-bottom: 10px;
}

#consigli li a {
	display: block;
	color: #333;
	text-decoration: none;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left center;
}
#consigli li a:hover {
	display: block;
	color: #777;
	text-decoration: none;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
}


.newsPreview {
	margin-bottom: 20px;
	padding-left: 35px;
	background-image: url(../images/ico_news.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.newsPreview:hover {
	margin-bottom: 20px;
	padding-left: 35px;
	background-image: url(../images/ico_news_hover.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.newsPreview a {
	color: #F26B19;
	text-decoration: none;
}
.newsPreview a:hover {
	color: #78CEDA;
	text-decoration: none;
}


.titoloNews {
	color: #F26B19;
	font-weight: bold;
}
.dataNews {
	color: #F26B19;
}
.infoContatti {
	margin-bottom: 20px;
	font-weight: bold;
}
.mappaGoogle {
	height: 100px;
}
