div#corpoPrincipale {
	border-right: 1px dotted #A9C7D8;
	height: 518px;
}
div#corpoPrincipale a {
	text-decoration: none;
	color: #71A6CE;
}
div#corpoPrincipale a:visited, corpoPrincipale a:hover {
	color: #71A6CE;
}
div#corpoPrincipale img {
	padding: 2px;
}
div#corpoPrincipale h1 {
	font-size: 11px;
	margin: 0;
	padding: 0 0 10px 0;
}
div#corpoPrincipale h2 {
	font-size: 11px;
	margin: 0;
	padding: 0 0 5px 0;
	color: white;
}
/* BOX */
div.contenitore {
	padding: 12px;
}
table#tbPartners {
	width: 100%;
	border-collapse: collapse;
	background-color: white;
}
table#tbPartners tr td {
	width: 33%;
	padding: 4px 2px 2px 2px;
	text-align: center;
	vertical-align: middle;
}
table#tbPartners tr td.bordoDxSotto {
	border-right: 1px dotted #6FB1CE;
	border-bottom: 1px dotted #6FB1CE;
}
table#tbPartners tr td.bordoSotto {
	border-bottom: 1px dotted #6FB1CE;
}
table#tbPartners tr td.bordoDx {
	border-right: 1px dotted #6FB1CE;
}
div#partners {
	background-color: #6FB1CE;
}

table#tbExibitions {
	width: 100%;
	border-collapse: collapse;
	background-color: white;
}
table#tbExibitions tr td {
	width: 33%;
	padding: 4px 2px 2px 2px;
	text-align: center;
	vertical-align: middle;
}
table#tbExibitions tr td.bordoDxSotto {
	border-right: 1px dotted #6FB1CE;
	border-bottom: 1px dotted #6FB1CE;
}
table#tbExibitions tr td.bordoSotto {
	border-bottom: 1px dotted #6FB1CE;
}
table#tbExibitions tr td.bordoDx {
	border-right: 1px dotted #6FB1CE;
}
div#exibitions {
	background-color: #567EB9;
}

table#tbPartnerIn {
	width: 100%;
	border-collapse: collapse;
	background-color: white;
}
table#tbPartnerIn tr td {
	width: 50%;
	padding: 4px 2px 2px 2px;
	text-align: center;
	vertical-align: middle;
}
table#tbPartnerIn tr td.bordoDx {
	border-right: 1px dotted #6FB1CE;
}
div#partnerIn {
	background-color: #0E2B8D;
}