@charset "utf-8";
/* CSS Document */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

html{
	font-family: 'Open Sans', sans-serif;
}
body{
	
	background-size:cover; background-position:center; background-repeat:no-repeat;
}
div{
	font-family: 'Open Sans', sans-serif;
}
select{
	font-size:10px;
	
}


.barrettasuperione{
	height:40px;
	background-color:#3a3a3a;
}
.barralogo{
	height:95px;
	background-color:#141414;
}
.centrale{
	width:1000px;
	margin:0 auto;
	
	
}
.bianco{
	color:white;
}
.grande{
	font-size:1.5em;
}
.menusuperioreblocchi{
	margin-top:10px;
	
	color:white;

	
}
.menusuperioreblocchi:hover{

	color:yellow;
	cursor:pointer;
	
}
.sottotitolomenu{
	font-size:1em;
	color:hsla(0,0%,36%,1.00);
}
.btn1 {
  background: #faf100;
  text-align:center;
  cursor:pointer;

 
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  font-family: Arial;
   box-shadow: 10px 10px 5px #dedede;
  
  height:50px;
  line-height:20px;
  font-size: 36px;
  font-weight:bold;
  padding: 15px 25px 15px 25px;

}

.btn1:hover{
  background:#00AD03;
  color:#FFFFFF;

 

}

.soprabianco:hover {
  color:#FFFFFF;

 

}
.bordo{
	margin:12px;
	padding:10px;
	border:1px solid #BBBBBB;
}
.bordotabelle{
	margin:12px;
	border:1px solid #BBBBBB;

	
}
.nero{
	color:black;
	
}
.grigio{
	color:#535353;
	}
.grande{
	font-size:28px;
	font-weight:bold;
}
.medio{
	font-size:22px;
}
.corsivo{
	font-style:italic;
}
.maiuscolo{
	text-transform:uppercase;
}
.bloccoauto{
	width:33%;
	float:left;

	
}
.bloccoauto .bottone{
	  background: #faf100;
  text-align:center;
  cursor:pointer;
  width:278px;

 
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  font-family: Arial;
 
  
  height:50px;
  line-height:20px;
  font-size: 22px;
  font-weight:bold;
  padding: 15px 25px 15px 25px;
}
.bloccobassomenu{
	color:white;
	text-transform:uppercase;
	float:left;
	width:170px;
	margin-top:20px;
	padding-bottom:5px;
}
.bloccobassomenu li{
	font-size:12px;
	padding:3px;
	padding-left:0px;
	color:hsla(58,100%,50%,1.00);
	list-style:none;

	
}
.bloccobassomenu li a{
	color:inherit;
	

	
}
a{
	color:inherit;
	text-decoration:none;
}
a:visited{
	color:inherit;
	text-decoration:none;
}
.bloccobassomenu li a:visited{
	color:inherit;
	

	
}
.basegomma{
	padding-bottom:5px;
}

.basegomma div{
	padding-bottom:0px;
	padding-top:12px;
	border-bottom:1px solid #909090;
	margin-bottom:3px;
	
}
.basegomma div:last-child {

	border-bottom:none;
	
}

.basegomma div div:last-child {

	border-bottom:1px solid #909090;
	
}
.basegomma div:first-child {
	
	padding-top:12px;
	border-bottom:1px solid #909090;
	
}

.basegomma div div {
	padding-top:0px;
	
	
	
	border-bottom:none;
	
}