@charset "utf-8";
/* CSS Document */

.groc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FADC32;
	text-decoration: none;
	line-height: 16px;
}
.titols {
	font-family: Garamond, Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000033;
	text-decoration: none;

}
.menu {
	font-family: Garamond, Arial;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #f9c733;
	text-decoration: none;
	padding-right: 26px;
}

a.menu:hover {
	font-size: 14px;
		text-decoration: none;
	color: #FFFFFF;
}
a.menu:active {
	font-size: 14px;
	background:none;
		text-decoration: none;
	color: #FFFFFF;
}
.menu_on {
	font-family: Garamond, Arial;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
	padding-right: 26px;
}

.gastronomia {
	font-family: Garamond, Arial;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.gastronomia:hover {
	color: #f9c733;
}
:focus { outline: 0;};