.scroll_home{
	overflow:auto;
	overflow-x:hidden;
	height:100%;
	width:460px;

}

.notizia_home{
	width:100%;
	border-bottom:2px solid #391901;/* marrone scuro */
	float:left;
}

.notizia_home .contenitore{
	float:left;
	width:100%;
	text-decoration:none;
	cursor:default;
	height:100%;
	padding-right:20px
}

.notizia_home.riga1 .contenitore{
	background-color:#f9ce71;
}
.notizia_home.riga1 .contenitore:hover {
	/*background-color:#efd193;	*/
	background-color:#fdbe51;	
}

.notizia_home.riga2 .contenitore{
	background-color:#fdfc9e;
}
.notizia_home.riga2 .contenitore:hover{
	/*	background-color:#fdfc87;*/
	background-color:#fffa6a;
}
.notizia_home .contenitore img{
	width:80px;
	height:80px;
	margin:20px;
	margin-top:28px;
	margin-left:2px;
	border:2px solid #27241F;
	float:right;
}
.notizia_home .contenitore .contenuto_notizia_home{
	width:282px;
	padding-left:20px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:10px;
	font-size:12px;
	text-align:justify;
}

.notizia_home .contenitore .contenuto_notizia_home .titolo_notizia_home{
	padding:10px;
	width:100%;
	text-align:center;
	font-weight:bold;
	font-size:16px;
}
