html,body{
	margin:0;
	padding:0
	}

body{
	background: #bfceea url(../risorse/fondino_ombra.gif) center repeat-y;
	font: 72% Arial, Verdana, Helvetica, sans-serif;
	color: #101010;
	}

/*#####_____struttura_____#####*/
/*#####_____struttura_____#####*/
	
div#wrapper {
	width: 1024px;
	margin: 0 auto;
	background: #fff url(../risorse/divisorio.gif) repeat-y;
	}
	
div#header {
	height: 180px;
	background: #fff url(../risorse/header_logo.jpg) no-repeat;
	}
	
div.margine {
	padding: 1em;
	line-height: 1.6em;
	}
	
div#sinistra {
	width: 490px;
	float: left;
	}
	
div#destra {
	width: 490px;
	float: right;
	clear: right;
	}
	
div#footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fee5ca;
	border-top: 2px solid #f68f1e;
	}

/*#####_____tipografico_____#####*/
/*#####_____tipografico_____#####*/

div#header h1, div#header h2 {
	display: none !important;
	}
	
p#contatore {
	padding-top: 1em;
	border-top: 1px dotted #f68f1e;
	}
	
h3 {
	font-size: 1.8em;
	color: #000;
	line-height: 1.4em;
	}
	
h4 {
	font-size: 1.4em;
	border-bottom: 2px solid #cad2e0;
	color: #333333;
	}
	
h5 {
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	}
	
div.margine a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #f68f1e;
}
	
acronym {
	cursor: help;
}	

p.didascalia {
	text-align: center;
	font-style: italic;
	}
	
img {
	margin-top: 1em;
}

/*#####_____menu_____#####*/
/*#####_____menu_____#####*/

div#menu{
	float:left;
	width: 100%;
	background: #fee5ca;
	padding-top: 0.8em;
	border-bottom: 2px solid #f68f1e;
	}

ul#nav,ul#nav li{
	list-style-type:none;
	margin:0;
	padding:0;
	}

ul#nav{
	margin-left: 0.3em;
	/*width: 60em;*/
	}

ul#nav li{
	float:left;
	margin-right: 0.1em;
	text-align: center;
	}

ul#nav a{
	float:left;width: 7em;
	padding: 0.3em 0;
	background: #93b1e2; /*arancio #f68f1e*/
	text-decoration:none;
	color: #fff;
	}

ul#nav a:hover{
	background: #f68f1e;
	color: #FFF;
	}

ul#nav li.activelink a,ul#nav li.activelink a:hover{
	background: #FFF;
	color: #003;
	}
	
ul#nav a.corrente{
	background: #f68f1e; /*blu #93b1e2*/
	color: #FFF;
	}
	
/*#####ultime aggiunte#####*/

iframe {
 border: 1px solid #000;
}

img.foto {
	border: 1px solid #000;
}

