@font-face { font-family: Calluna; src: url(../font/Calluna.otf); }
/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
html,
body {
	margin:0;
	background-color:#fff;
	/*background-color:#9C0;*/
	background-image: url(../img/infotipo.png);
	padding:0px;
	height:100%;
	font-size: 62.5%; /* 1em -> 10px */
}
#contenitore{
	min-height:100%;
	padding:0 0 0 33px;
	position:relative;
}
#contenuto {
   padding:10px 10px 10px 10px;
}

h1 {
	max-width: 900px;
	color: #333;
	font-family: 'Calluna', Georgia, "Times New Roman", serif;
	font-weight:normal;
	font-size: 10em;
	line-height: 1.3em;
	margin-bottom: 0.5em;
}
h2 {
	max-width: 700px;
	color: #333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 2em;
	line-height: 1.5em;
	margin-top:5em;
}

a,a:visited {
	color:#000;
	text-decoration:none;
	border-bottom: dotted 1px #000000;
}
a:hover {
	color: #000;
	text-decoration:none;
	border-bottom: solid 1px #000000;
}

.sottolineato {
	background-color:#fff;
	border: solid 3px #ffffff;
}

.tipo{
	font-weight:normal;
	color: #777;
	font-style:italic;
}

.sc{
	font-variant:small-caps;
}
