.lista_news{
padding:0 0 0 5px;
margin:0 0 10px 0;
float:left;
width:100%;
}
.lista_img{
float:left;
width:60px;
margin:0 10px 0 0;
text-align:right;
}
.lista_img img{
border:1px solid #000;
}
.lista_news a{
color:#000;
background:#F3F0DF;
text-decoration:none;
display:block;
height:32px;
}
.lista_news a:link,
.lista_news a:visited{
color:#000;
background:#F3F0DF;
}
.lista_news a:hover,
.lista_news a:focus,
.lista_news a:active{
color:#000;
background:#BFB788;
}

.lista_txt h2{
background-color:#330033;
display:block;
}
/*-----------------------------------------PAGINAZIONE--------*/

.numeri a{
text-decoration:none;
}
.numeri a:link,
.numeri a:visited{
color:#000;
background:#D90000;
}
.numeri a:hover,
.numeri a:focus,
.numeri a:active{
color:#D90000;
}

.pagcorrente {
	background: #000;
	color:#FFF;
	padding: 1px 5px;
	border: 1px solid #FFF;
}

#paginazione {
	background: #D90000;
	color: #FFFFFF;
	padding:5px 0;
	margin-left:5px;
	font-weight: bold;	
	width:100%;
	text-align:center;
	clear:left;

}

.back, .next {
	color: #FFCC00;
	background: #D90000;
	text-decoration: none;
}
a.back:link, a.back:visited,
a.next:link, a.next:visited{
color: #FFF;
}
a.back:hover, a.back:focus, a.back:active,
a.next:hover, a.next:focus, a.next:active{
color: #FFCC00;
}
