@charset "UTF-8";
/* CSS Document */

.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 17px;
}
.txt_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 12px;
	font-style: italic;
	font-weight: normal;
}
.txt_nota {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.titparagrafo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #0098ad;
	border-bottom: solid #0098ad 2px;
}
.titparagrafo_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #0098ad;
	border-bottom: solid #CF0F28 2px;
}
.titoletto2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	border-bottom: solid #000000 1px;
}
.titoletto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #0098ad;
}
.titolettobianco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 22px;
}
.titolettoverdech {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #6CC4D0;
}
.ore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #3E3E3E;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0098ad;
	text-decoration: none;
	line-height: 17px;
}
.link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0098ad;
	text-decoration: none;
	line-height: 17px;
}
.elenco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #0098ad;
}
.link_fb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0098ad;
	text-decoration: none;
}


/* CSS MENU */

#menu a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform:uppercase;
	display: block;
	color: #FFFFFF;
	background-color: #0098ad;
	width: 120px; /* 183 - 189 */
	padding: 10px 0px; /* 8px 3px | 3px crea problemi con Firefox usare "&nbsp;" */
	text-decoration: none;
}

#menu a:hover
{
	/* crea problemi in firefox, al click si vede l'iframe */
	background-color: #0098ad;
	color: #FFFFFF;
}

