@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	color: #422800;
	background-image: url(sfondo.jpg);
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#container {
 width: 95%;
 margin:auto;
}
 
#header {
 width: 100%;
 margin-top:20px;
 min-height:30px;
 
}
 #logo {

 position:relative;
 float:left;
}

#lingua{
position:relative;
 float:right;	
	}
	
	
#nav {
 margin-top:20px;
 min-height:20px;
 text-align:center;
 clear:both;
 
}
.voce{
	text-align:center;
	margin-left:5px;	
	position:relative;
	float:left;
	display:block;	
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	}
a:link {
	color: #422800;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:hover, a:active, a:focus, a:visited { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #422800;
}

#main {
 width: 100%;
 padding-top:10px;
}
 #galleria{ width: 300px; height: 200px; background: transparent;margin:auto;margin-top:10px; }
 .galleria-stage { /* modify line 17 of your galleria.classic.css stylesheet */
    bottom:0px; /* define the bottom spacing, same as top/left/right */
}
.galleria-container{
	background:transparent;
	}
	
.testoHome {
 width: 100%;
 margin-top:50px;
}
.chiama{
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	margin:5px;
	display:block;
	text-align:center;
	width:100px;
	border:#630 1px solid;
	
	}
 	.box_pp{
	position:relative;
	float:left;	
	margin-left:5px;
	margin-top:5px;	
		}
	#contatti{
	width:230px;
		margin:auto;
		
		}
.chiama2{
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	margin:5px;
	display:block;
	text-align:center;
	
	border:#630 1px solid;
	
	}
	.titolo1{
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	margin:5px;
	display:block;
	text-align:center;
	width:100%;
	margin-top:20px;
	clear:both;
		}
.sottotitolo{
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	margin:5px;
	display:block;
	text-align:center;
	width:100%;
	margin-top:20px;
	clear:both;
	color:#FFF;
	}
.pulsante{
	position:relative;
	float:left;
	}
#ricerca input[type=text] {
 width: 60%;
}
 
footer {
 width: 100%;
}