/* CSS Document */

/* Elementi generali */
div#schermo {
	position: absolute;
	width: 100%;
  visibility: hidden;
}
div#capo {
  width: 1000px;
}
table#contenuti {
	top: 238px;
  width: 1000px;
	font-size: 12px;
}
table#contenuti td.sfondo_menu {
	width: 478px; height: 96px;
	background: url(../img/common/sfondo_colori.gif) 0 0 repeat-x;
}
table#contenuti td.sfondo_logo {
	width: 522px;
	background: #7e694b;
}
table#contenuti td.contenuti {
	color: #000;
	padding-top: 35px; padding-bottom: 45px;
	background: #e7ddb9;
}
table#menu {
	margin-top: 39px;
}
table#menu td {
	height: 39px;
	color: #fff;
	padding-left: 10px; padding-right: 10px;
	line-height: 12px;
}
td.data {
	font-size: 14px; font-weight: bold; color: #7e694b;
	padding-bottom: 8px;
}
td.testo {
	padding-bottom: 25px;
}


