#home_testo {
	width: 300px;
	margin-top: 30px;
	margin-left: 11px;
	float: left;
	font-size: 11px;
}
#home_testo p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#home_testo .home_titolo {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #4D472F;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#home_notizie {
	width: 400px;
	float: right;
	margin-right: 15px;
	margin-top: 30px;
	font-size: 11px;
}
#home_notizie .box_notizie {
	background-color: #E2E2C8;
	padding-top: 2px;
	margin-bottom: 11px;
}
#home_notizie .foto {
	float: right;
	width: 150px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	text-align:right;
}
#home_notizie .testo {
	padding: 5px;
}
#home_notizie .titolo {
	font-weight: bold;
	color: #7F89A2;
	background-color: #FFFFFF;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding: 3px;
}
#home_notizie .titolo .leggi {
	float: right;
	font-size: 10px;
}
.box_notizie .titolo .leggi a {
    width: 100px;
	background-image:url(../immagini/box_blu_vuoto.gif);
	color: #7F89A2;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0 23px 0 0;
}
.box_notizie .titolo .leggi a:hover {
	background-image:url(../immagini/box_blu_pieno.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right center;
}
#home_notizie #home_news_archivio {
    text-align:right;
}
#home_notizie #home_news_archivio a {
    width: 100px;
	background-image:url(../immagini/box_blu_vuoto.gif);
	color: #7F89A2;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right center;
    padding: 0 23px 0 0;
}
#home_notizie #home_news_archivio a:hover {
	background-image:url(../immagini/box_blu_pieno.gif);
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right center;
}
