#home {
	background-image:url(/images/sfondo_home.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	height:440px;
}

#animazione_home {
	float:right;
	width:240px;
	height:440px;
}

#slogan_home {
	float:left;
	margin-top:35px;
	width:420px;
	height:110px;
	background-image:url(/images/slogan_home.jpg);
}

#testo_home p {
	float:left;
	width:390px;
	color:#fff;
	padding:10px 0 0 20px;
	text-align:justify;
}

/*ELENCO LISTA EVENTI NEWS   */
/*######################################################*/
#lista_eventi_news {
	padding:10px 0;
}

#lista_eventi_news h3 {
	font-size:0.8em;
	padding-left:10px;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-family:Georgia, Times, serif;
	padding-bottom:5px;
}

#news_panel {
	height:120px;
	overflow:hidden;
	border:1px solid #999;
	background-color:#222;
}

#news_panel div.elenco_news {
	background-color:#444;
	height:120px;
	border-bottom:1px solid #888;
	padding:10px;
}

#news_panel div.elenco_news .data {
	font-size:0.8em;
	padding-bottom:10px;
	letter-spacing:2px;
	color:#ccc;
}

#news_panel div.elenco_news .titolo a {
	text-decoration:none;
}
