@charset "utf-8";
/* CSS Document */

<style type="text/css">
html {
	overflow-Y: scroll;
}
body {
	font: 10px normal Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	background-color:#a8a4b3;
}

#layar {
padding: 20px 40px 20px 40px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#333;
font-weight:400;
display:none;
background-color:#F4F4F4;
}
*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}

.contenitore {
	width: 500px;
	margin: 0 auto;
}
h1 {
	font: 2em Arial, Helvetica, sans-serif;
	text-align:center;
	padding: 10px 0;
	color: #aaa;
}
h1 span { color: #666; }
h1 small{
	font: 0.3em normal Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing: 0.5em;
	display: block;
	color: #666;
}

h2.pulsante {
	padding: 0;	margin: 0 0 1px 0;
	/*background:url(img/programma.png) no-repeat;*/
	height: 50px;	line-height: 46px;
	width: 500px;
	font-size: 2em;
	font-weight: normal;
	float: left;
}
h2.pulsante a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 0 0 50px;
}
h2.pulsante a:hover {
	color: #ccc;
}
h2.active {background-position: left bottom;}
.sezioni {
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
	font-size: 1.2em;
	width: 530px;
	clear: left;
	background: #f0f0f0;
	border: 1px solid #d6d6d6;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.sezioni .block {
	padding: 20px;
}
.sezioni .block p {
	padding: 5px 0;
	margin: 5px 0;
}

.sezionicolore {
	color:#900;
	font-weight:bold;
}
.sezioni h3 {
	font: 2.5em normal Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
}
.sezioni img {
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
}
.slide {
	margin: 0;
	padding: 0;
	border-top: solid 4px #422410;
	background:url(img/logogeo.png) no-repeat left;
	height:64px;

}
.btnslide {
	text-align: left;
	width: 300px;
	height: 64px;
	padding: 10px 10px 0 0;
	
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.activelayar {
	background-position: right 12px;
}

</style>

