.light{
	font-family: "OpenSans-Light";
}

.sottotitolo{
	width: 100%;
	height: 68px;
	color: rgba(86,55,64,1);
	border:none;
	background-color: rgba(0,0,0,0.1);
	display: table;
}

#bottom{
	width: 100%;
	height: 68px;
	color: rgba(86,55,64,1);
	border:none;
	border-radius: 0px 0px 68px 68px;
	display: table;
}

#menu_mezzo{
	position:relative;
	width:100%;
	height:calc(100% - 80px);
	float:left;
}


@media screen and (max-width: 500px){
	
}

#select_div {
	width: calc(100% - 20px);
	margin-top: 10px;
	height: 40px;
	border: none;
	font-family: "HelveticaNeue-Light", "Roboto-Light";
	float:left;
	background-color:rgba(255,255,255,0);
	border-bottom: solid 1px rgba(242,97,0,1);
	font-size:1em;
}

#select_div:focus {
	border: none;
	box-shadow: 0 0 4px rgba(86,55,64,0);
	background-color:rgba(250,245,230,1);
}