body {
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

header {
	text-align: center;
	padding: 20px 0;
}

a {
	color:#000;
}

a.etichetta_menu {
	
	color:#333;
	text-align: center;
	display: block;
	width: 100%;
	padding: 5px 0;
	border-top: solid 2px #333;
	border-bottom: solid 2px #333;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;

}

a.etichetta_menu:hover,
a.etichetta_menu:focus {
	color: #1c1c1c;
	background: #ccc;
}

.menu_pubblico ul {
	list-style: none;
	padding: 5px 0;
}

.menu_pubblico li a {
	display: block;
	padding: 0 20px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	letter-spacing: 0.1em;
	line-height: 2em;
	height: 2em;
	border-bottom: 1px solid #383838;
}

.menu_pubblico li:last-child a {
	border-bottom: none;
}

.menu_pubblico li a:hover,
.menu_pubblico li a:focus {
	color: #1c1c1c;
	background: #ccc;
}


.slideshow_testata, .slideshow, .slideshow .immagine {
	width: 100%;
	height: 200px;
}

.slideshow .immagine {
	background:no-repeat;
	background-position: center center;
}

footer {
	text-align: center;
}