@charset "utf-8";
/* CSS Document */

#testo-home {
	/*width:350px;*/
	width:346px;
	float:left;
	background:url(/images/principale/background-orange.jpg) top left no-repeat;
}
#testo-home p{
	margin-bottom:10px;
	line-height:1.2em;
	text-align:justify;
}
#testo-home p.firstParagraph{
	text-indent:30px;
}

#news-home {
	width:472px;
	float:left;
}
#news-home div.box-news {
	margin:0 15px 30px;
}
#news-home div.box-news img{
	float:left;
	margin:0 5px 0 0;
}
#news-home div.box-news h1{
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	color:#3E6099;
}
#news-home div.box-news a{
	float:right;
	text-decoration:none;
	font:italic 12px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}
#news-home div.box-news a:hover{
	text-decoration:underline;
	color:#3E6099;
}