body {
}
.left {
	float: left;
	margin: 2px 5px 2px 0px;
}
.right {
	float: right;
	margin: 2px 0px 2px 5px;
}
.center {
	text-align: center;
}
.nascosto {
	display: none;
}
.grass {
	font-weight: bold
}
.cal {
	border: 1px solid #EB1F12;
	padding-left: 2px;
	padding-right: 2px;
}
.del {
	color: #CCCCCC;
}
h1 {
	
}
h2 {
	color: #00B1E6;
	font-weight: bold;
	margin-top: 10px;
	line-height: 1em;
	font-size: 12px;
}
h3 {
	border-top: 1px solid #CC0000;
	border-bottom: 1px solid #990000;
	background-color: #EB1F12;
	margin: 11px 0px 0px 0px;
	padding: 2px;
	color: White;
	font-size: 10px;
}
h4 {
	
}
img {
	border: none;
}
#main {
}
#titolo {
	margin-bottom: 5px;
	height: 105px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
}
#slide {
	display: none;
}
#menu {
	height: 23px;
	margin-bottom: 19px;
	text-align: center;
	background-color: #00A8E3;
}
#lingue{
	padding: 2px;
	display: none;
}
#contenuti {
	line-height: 1.3em;
}
.schema {
	margin-bottom: 30px;
}
#social {
	height: 50px;
	border-top: 1px dotted Silver;
	border-bottom: 1px dotted Silver;
}
#sx {
	display: none;
}
#dx {
	display: none;
}
#note {
	margin-top: 19px;
	clear: both;
}
.note {
	padding-top: 16px;
	display: block;
	text-align: center;
	color: #666666;
}
.pie {
	border-top: 1px dotted Silver;
	padding: 5px;
}
/*codice del menu principale*/
.ul_o {
	padding: 0px 0px 0px 0px;
	display: block;
	list-style: none;
	margin: 0px auto;
}
.li_o {
	float: left;
	line-height: 23px;
	text-align: center;
}
a.nav:link, a.nav:visited, a.nav:active {
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin-right: 1px;
	display: block;
	color: White; 
	width: 70px;
}
a.nav:hover{
	font-weight: bolder;
	text-decoration: none;
	color: Yellow;
	border-top: 1px solid Yellow;
}
a.vis:link, a.vis:visited, a.vis:active {
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin-right: 1px;
	display: block;
	color: #FAFB00;
	width: 70px;
	font-weight: bold;
}
a:link, a:active, a:visited {
	color: #EB1F12;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
}
#gallery {
	margin-top: 9px;
}
.big {
	border: 1px solid #EB1F12;
	background-image: url(../img/load.gif);
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	width: 420px;
	height: 315px;
}
.thumb {
	background-image: url(../img/load.gif);
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 99px;
	height: 74px;
	margin: 2px;
}
a.thumb:link, a.thumb:active, a.thumb:visited {
	text-decoration: none;
	border: 2px solid White;
}
a.thumb:hover {
	border: 2px solid #EB1F12;
	cursor: url(../img/zoom.png);
}
