
/* definizione comune module-news */

div.module-news {
	position: relative;
	width: 239px;
	height: 280px;
	overflow: hidden;
	margin-right: 15px;
	float: left;
}

/* Fine definizione comune module-news */





/* Definizione Moludo News */

div.module-news div.iter {
	height: 95px;
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #f1f1f1;
	margin-top: 6px;
	padding: 5px;
  	color: #444444;
}


div.module-news a.entry {
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #f1f1f1;
  	color: #444444;
}

div.module-news a.entry:hover {
	text-decoration: none;
	color: #666666;
}


/* Definizione Moludo Titolo h4 news */

div.module-news a.entry h4 {
	color: #1f66a2;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 3px;
	margin-bottom: 2px;
}


/* Definizione Moludo Bottom Archivio RSS */

div.module-news div.bottom {
	background-color: #f1f1f1;
	height: 20px;
	line-height: 20px;
	margin-top: 6px;
	text-align: right;
	padding-right: 4px;
}

div.module-news div.bottom a {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #444444;
}

/* Fine Definizione Moludo News Home */



