
/* definizione comune Moduli */

div.module {
	position: relative;
	overflow: hidden;
	margin: 0px;
	
}


/* fine definizione comune Moduli */



/* definizione comune Moduli H3 */

div.module h3 {
	position: relative;
	background-color: #999999;
	height: 25px;
	line-height: 25px;
	padding-left: 6px;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	
}

/* Fine definizione comune Moduli H3 */


div.module a {
  	text-decoration: none;
	
	
}
