@charset "utf-8";  
/* CSS Document */

@font-face {
 font-family: proviamo;
 src: url("Calibri.eot") /* EOT file for IE */
}
@font-face {
 font-family: proviamo;
 src: url("Calibri.ttf") /* TTF file for CSS3 browsers */
}



.menu_bg {
	background-image: url(img/menu/bg_menu.jpg);
	background-repeat: no-repeat;
	height: 40px;
	background-position: 0px;
	width: 900px;
}
.menu {
	font-family: proviamo;
	font-size: 10px;
	font-weight: bold;
	color: #009805;
	text-decoration: none;
	text-align: center;
}
.golin {
	font-family: proviamo;
	font-size: 13px;
	font-weight: bold;
	color: #81CC27;
	text-decoration: none;
	text-align: center;
}
.testo {
	font-family: proviamo;
	font-size: 13px;
	font-weight: normal;
	color: #333;
}
.coniglio {
	background-image: url(img/coniglio.jpg);
	background-repeat: no-repeat;
	background-position: 0px 40px;
	height: 250px;
}


menu a:link {
	font-family: proviamo;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: center;
}
menu a:hover {
	font-family: proviamo;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: center;
}
menu a:visited {
	font-family: proviamo;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: center;
}
menu a:active {
	font-family: proviamo;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: center;
}
.menuprovalink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
	text-align: center;
}
.titol {
	font-family: proviamo;
	font-size: 13px;
	font-weight: bold;
	color: #81CC27;
	text-align: justify;
	font-style: normal;
}
.testoBold {
	font-family: proviamo;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	text-align: justify;
}
.diciture {
	font-family: proviamo;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	text-align: justify;
}
.dicituredepaola {
	font-family: proviamo;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: justify;
}
.autoriz {
	background-image: url(img/autoriz.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 250px;
}
.angoli{
	border: 5px solid #fff;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
}
