@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	overflow: auto;
	height: 100%;
	width: 100%;
	background-color: #c1ccbe;
	font-family: Georgia;
	font-size: 12px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#contenitore {
	position: absolute;
	width: 805px;
	left:50%;
	margin-left:-402px;
}
#corpoPagina {
	background-image: url(../images/lati.png);
	background-repeat: repeat-y;
}
#footer {
	height: 50px;
}
#copyright {
	font-family: Verdana;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#contenitore #corpoPagina #percorso {
 font-family: Verdana;
 font-weight: bold;
 padding-left: 11px;
 font-size: 13px;
}
#percorso a{
  font-weight: bold;
  color: #000000;
}
#menu {
	padding-left: 10px;
}
#contenitore #corpoPagina #testoPagina {
	padding-left: 20px;
	text-align: justify;
	padding-right: 20px;
	line-height: 1.5;
}
.descrizione {
	display:none;
}
