﻿#menu {
	padding: 0px;
	margin: 0px;
	background-color: #95C045;
	width: 95%;
	height: auto;
	min-height: 40px;
	text-align: center;
}
.rig-menu {
	border-radius: 18px;
	margin: 1px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	width: 15%;
	min-width: 120px;
	height: 36px;
	display: inline-block;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #0000FF;
	line-height: 36px;
	vertical-align: middle;
	text-align: center;
}
.rig-menu a:link {
	text-decoration: none;
	color: #0000FF;
}
.rig-menu:hover {
	text-decoration: underline;
	color: #FF0000;
	background-color: #CCCCCC;
}
.attiva {
	text-decoration: none !important;
	color: #FF0000;
	background-color: #CCCCCC;
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
img.flex2 {
	max-width: 100%;
	height: auto;
	text-align: center;
	display: block;
}

}
@media only screen and (min-width: 481px) and (max-width: 768px) {
img.flex2 {
	width: auto;
	text-align: center;
	height: auto;
	display: block;
}

}
@media only screen and (min-width: 769px) and (max-width: 970px) {
img.flex2 {
	width: auto;
	text-align: center;
	height: auto;
	display: block;
}

}
@media only screen and (min-width: 971px) {

}





