/*-----struttura-----*/
html,body{
	padding:1em;
	}
	
body{
	font-size: 76%;
	font-family: "Trebuchet Ms", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #000;
	background-color: #fff;
	}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
	border-bottom: 1px solid #000;
	}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {
	list-style: square;
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	}
li > p {
	margin-top: 0.2em;
	}
pre {
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
em {
	font-weight: bold;
	font-style: normal;
	}

table, tr, td, th {
	font-size: 1.0em;
	}
	
/*-----breadcrumb lists-----*/

div#bread ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	font-size: 0.9em;
	} 

div#bread ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	}
	
div#bread a:link {
	}
	
div#bread a:visited {
	}
	
div#bread a:active {
	}
	
div#bread a:hover {
	}

div#bread ul, div#bread li {
	display: inline;
	margin: 0;
	padding: 0;
	}
	
/*-----elimina contenuto accessibilità-----*/
.nascosto {
	display: none !important;
}

div#navigazione, div#extra, div#footer{
	display: none !important;
}
