.comune{
	background: #006600;
}

#citta{
	background: #004098;
}

.menu{
	border-radius: 10px;
	width: 100%;
	float: left;
	color: #fff;
}

.menu h2{
	padding: 0 10px;
	margin-bottom: 0;
}

.menu ul.menu_list{
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 10px;
	float: left;
}

.menu ul.link_utili{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

.menu ul.menu_list li{
	float: left;
	width: 100%;
	font-size: 1.2em;
	border-top: 1px solid #fff;
	padding: 2px;
}

.menu ul.menu_list li:last-child{
	border-bottom: 1px solid #fff;
}

.menu ul.menu_list li a{
	width: 100%;
	float: left;
	background: url("../web-img/freccia_link_sx.gif") no-repeat center right;
	color: #fff;
	text-decoration: none;
}


.menu ul.menu_list li a:hover{
	text-decoration: underline;
}

.menu ul.link_utili li {
	border-bottom: 1px solid #ccc;
	float: left;
	font-size: 1.2em;
	padding: 15px 0;
	width: 100%;
	cursor: pointer;
}

.menu ul.link_utili li a{
	width: 90%;
	display: block;
	color: #333;
	text-decoration: none;
	margin-bottom: 8px;
}

.menu ul.link_utili li img{
	float: left;
	margin: 0;
	padding: 0;
}

.sindaco{
	width: 100%;
	float: left;
}

.sindaco .link_utili{
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	list-style: none;
}

.sindaco ul.link_utili li{
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	text-align: center;
}

.sindaco ul.link_utili li a{
	text-align: left;
	width: 100%;
	float: left;
	text-decoration: none;
	padding: 6px 20px;
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
}

#link_homepage_destra{
	border: 1px solid #ccc;
}

#link_homepage_destra ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}

#link_homepage_destra ul li{
	padding: 2%;
	width: 96%;
	margin-bottom: 10px;
	list-style: none;
}

#link_homepage_destra ul li:first-child{
	padding: 2%;
	width: 96%;
	margin-top: 5px;
}

#link_homepage_destra ul li a{
	color: #003e77;
	display: block;
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	width: 95%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 7px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#link_homepage_destra ul li img{
	display: block;
	margin: 0 auto;
}

.news_list .box_news_title{
	float: left;
	width: 90%;
	margin: 0;
	padding: 5%;
	background: #D9E9C4;
	color: #006601;
	font-weight: bold;
	font-size: 1.4em;
}

.elenconews{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	padding: 0;
	list-style: none;
	background: #F6F6F6;
}

.elenconews li{
	float: left;
	width: 90%;
	padding: 2% 5%;
	border-bottom: 1px dotted #ddd;
	background:  url("/web-img/li_news.png") no-repeat 3px 9px;
}

.elenconews li:last-child{
	border-bottom: none;
}

.elenconews li a{
	text-decoration: none;
}

.elenconews li a h2{
	color: #003e77;
	margin: 0;
	font-size: 1.2em;
}

.elenconews li a p{
	color: #333;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

#notizie_slider {
	float: left;
	margin: 0 2% 1%;
	width: 96%;
	background: #EFEFEF;
	position: relative;
}

#notizie_slider ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.news_el{
	float: left;
	width: 100%;
	height: 290px;
}

.testi_gallery {
	float: left;
	padding: 2%;
	width: 33%;
}

.news_el a{
	text-decoration: none;
	color: #333;
	font-size: 1.4em;
}

.short_desc{
	font-size: 1.4em;
}

.leggi {
	background: none repeat scroll 0 0 #333333;
	border-radius: 5px;
	color: #fff !important;
	float: left;
	padding: 1% 4%;
	position: absolute;
	bottom: 15px;
	background-image: url("/web-img/freccia.png");
	background-position: 92% center;
	background-repeat: no-repeat;
	
}

.piave{
	float: left;
	margin: 0;
	text-align: center;
	width: 80%;
}

.piave > a > .title{
	text-align: center;
	text-transform: uppercase;
	font-size: 3.6em;
	color: #fff;
	font-weight: bold;
	float: left;
	width: 100%;
}

.piave > a:hover >.title{
	color:#F0CF7E;
}

.piave > a > .subtitle{
	text-align: center;
	font-size: 2em;
	color: #fff;
	float: left;
	width: 100%;
}

.piave > a:hover > .subtitle{
	text-decoration: underline;
}

.guerra{
	float: left;
	margin: 0;
	text-align: center;
	width: 80%;
}

.guerra > a > .title{
	text-align: center;
	text-transform: uppercase;
	font-size: 2.6em;
	color: #524a48;
	font-weight: bold;
	float: left;
	width: 100%;
}

.guerra > a:hover >.title{
	color:#322d2c;
}

.guerra > a > .subtitle{
	text-align: center;
	font-size: 2em;
	color: #524a48;
	float: left;
	width: 100%;
}

.guerra > a:hover > .subtitle{
	text-decoration: underline;
}