
div#corpo div#blocco_centrale{
	padding:2em;
	padding-top:0px;
	border:1px solid #2b2b60;
	background-color:white;
	width: 69%;
	float:left;
	/*hack x altezza minima*/
	min-height: 600px; /* Interpretata dai browser aderenti agli standard */
	height: auto !important; /* Interpretata dai browser aderenti agli standard */
	height: 600px; /* Interpretata da IE che considera però height come fosse min-height */

}


div#corpo div#blocco_centrale table tr td{
 padding:0.5em;
}
div#corpo div#blocco_centrale table tr td p{
	text-align:center;
	padding-top:0.8em;
}
div#corpo div#blocco_centrale table tr td p a{
	text-decoration:none;
	color:#666;
	font-size:0.7em;
	display:block;

}
div#corpo div#blocco_centrale table tr td p a:hover{
	text-decoration:underline;


}
