@charset "utf-8";
/* CSS Document */

.alto_flex {
	width:100%;
	height:120px;
	color:#FFF;
	float:left;
	background-repeat:repeat-x;
	background-image:url(images/sfondo_top.jpg);
	margin-bottom:20px;
}
.cont_alto_flex {
	width:940px;
	height:120px;
	float:left;
	margin-left:-470px;
	left:50%;
	position:absolute;
}
.titolo_pagina {
	width:624px;
	font-size:18px;
	color:#487d00;
	padding-right:8px;
	padding-left:8px;
	float:left;
	background-color:#fbfbfb;
	font-weight:bold;
}

.pagnews_un_post, .pagnews_un_post_verde {
	width:592px;
	float:left;
	margin:8px;
	padding:8px;
	border-color:#487d00;
	border-style:dotted;
	border-width:1px;
}
.pagnews_un_post_verde {
	width:592px;
	float:left;
	margin:8px;
	padding:9px;
	border:none;
	background-image:url(images/sfondo_top.jpg);
}
.pagnews_un_post_verde a { color:#FFF; }
.pagnews_un_post_data {
	width:592px;
	float:left;
	font-size:10px;
	font-style:italic;
}
.pagnews_un_post_titolo {
	width:592px;
	float:left;
	margin-bottom:4px;
	font-size:14px;
}
.pagnews_un_post_titolo h2 { font-size:14px; }
.pagnews_un_post_riassunto {
	width:592px;
	float:left;
	margin-bottom:4px;
}
.pagnews_un_post_riassunto_stretto {
	width:482px;
	float:left;
	margin-bottom:4px;
}
.pagnews_un_post_icona {
	width:100px;
	height:100px;
	float:left;
	margin-right:10px;
	margin-bottom:4px;
}
.pagnews_un_post_icona img {
	width:100px;
	height:100px;
}
.pagnews_un_post_continua {
	width:572px;
	float:left;
	margin-bottom:4px;
	margin-right:20px;
	text-align:right;
	font-weight:bold;
}
.pagnews_un_post_continua a { text-decoration:none; }

.navigation_news {
	width:592px;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}

.tagcloud {
	width:250px;
	float:left;
	margin-bottom:20px;
	background-color:#f5f5f5;
	background-image:url(images/sfondo_about.jpg);
	background-repeat:repeat-y;
}
.tagcloud_top, .tagcloud_bottom {
	width:250px;
	height:16px;
	float:left;
	background-repeat:no-repeat;
}
.tagcloud_top { background-image:url(images/sfondo_about_top.jpg); }
.tagcloud_bottom { background-image:url(images/sfondo_about_bottom.jpg); }
.tagcloud_content {
	width:210px;
	float:left;
	padding-left:20px;
	padding-right:20px;
}
.tagcloud_content a {
	color:#487d00;
}