.colonna1 {
	  display:		block;
	  width:		310px;
	  float:		left;
	  background-color:	#ffffff;
	  padding-left:		10px;
	  padding-top:		10px;
	  padding-bottom:	10px;
	 }
	 
.colonna2 {
	  display:		block;
	  width:		310px;
	   float:		left;
	  background-color:	#ffffff;
	  padding-left:		10px;
	  padding-top:		10px;
	  padding-bottom:	10px;	  
	 }
	 
.colonna3 {
	  display:		block;
	  width:		310px;
	  float:		left;
	  background-color:	#ffffff;
	  padding-left:		10px;
	  padding-top:		10px;
	  padding-bottom:	10px;	  
	 }
	 
.listello {
	   display:		block;
	   width: 		280px;
	   height:		 69px;
	   border-bottom:	solid 1px #d0d0d0;
	   cursor: 		pointer;
	   margin-bottom:	1px;
	   text-decoration: none;
	  }
	  
.listelloEmpty
	  {
	   width: 		300px;
	   height:		 69px;
	   cursor: 		pointer;
	   margin-bottom:	2px
	  }	  
	  
.listello:hover
		{
		  border-bottom:	solid 1px #8c8e1b;
		  }	  
	  
.listelloImg
	 {
	   width: 		85px;
	   height:		60px;
	   padding:		5px;
	   float: 		left;
	  }
	  
.listelloInfo 
	 {
	   width: 		175px;
	   height:		60px;
	   padding:		5px;
	   float: 		left;
	   color: 		#303030;
	  }	
	  
	 
.barPagL	{
		text-align: center;
		display: block;
		height: 30px;
		}	 
	 
.barBox		{
		text-align: center;
		display: block;
		height: 30px;
		width: 60px;
		}	 
	 
			
h1			{
			width: 293px;
			height: 22px;
			color: #404040;
			font-size: 20px;
			line-height: 22px;
			padding: 3px;
			padding-top: 4px;
			padding-left: 6px;
			background-image: url(../immagini/comuni/h1.png);

			}
			
			
			
.h1S	{

	  display:		block;
	  height: 		369px;
	  width:		290px;
	  background-image: url(../immagini/comuni/h1S.png);
	  background-repeat: no-repeat;
	  background-position: top left;
	  padding: 10px;
	}
	
	
.quadri  {
	   display:		block;
	   width: 		286px;
	   height:		18px;
	   background-image: url(../immagini/comuni/point.png);
	   background-position: left;
	   background-repeat: no-repeat;
	   cursor: 		pointer;
	   margin-bottom:	1px;
	   text-decoration:	none;	   
	   padding-left: 14px;
	}	
	
.quadri:hover
		{
		text-decoration:	none;
		background-image: url(../immagini/comuni/point-hover.png);
		color: #000000;
		
		
		}
