/* TABELLA */
 table {
	clear:both;
	width: 750px;
	margin: 20px 0 0 0px;
	table-layout: fixed;
	border-collapse:collapse;
	empty-cells:show;
	background-color: #F0ECD6;
}

 table th {
	height: 2.5em;
	padding: 5px 2px 5px 2px;
	border: solid 2px #163061;
	background-color: #d6d0b0;
	text-align: center;
	color: #163061;
	font-weight: bold;
	font-size: 110%;
	letter-spacing: 2px;
}
table td {
height: 3.0em;
padding: 0 2px 0px 2px; /* padding-top: 1em perchè il paragrafo ha bottom: 1em, quindi per rendere uguale sopra e sotto */
border: solid 2px #075b9b;
text-align: center; 
font-weight: normal; 
color: #333333; 
font-size: 100%;
background-color: none; 
}
p.caption {clear:both; margin:0.5em 0 2.0em 20px; text-align:left; color:rgb(80,80,80); font-size:110%;}

table caption  {
color: #000; font-size:130%; padding-bottom: 10px;
}