html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*inizio style*/
a,p,li,span,h1,h2,h3,h4,h5,h6{
font-family:"Georgia",Times,serif;
font-weight:normal;
color:#000;
font-size:1em;
line-height:2em;
}
body{
background-color:white;
width:100%;
height:100%;
overflow:hidden;
}
#contenitore{
margin:0em 0em 0em 0em; 
padding:0em 0em 0em 0em;
position:fixed;
left:6.250em;
top:1.250em;
text-align:center;
width:18.750em;
background-color:white;
border:0.2em #d18400 solid;
/*bordi arrotondati*/
-moz-border-radius:0.625em;
-webkit-border-radius:0.625em;
-khtml-border-radius: 0.625em;
border-radius: 0.625em;
overflow:hidden;
}
#contenitore h1{
margin:0;
padding:0.2em 1em 0em 1em;
font-size:2em;
letter-spacing:0.031em;
}
#contenitore h2{
margin:0em 0em 0.6em 0em;
padding:0em 0em 0.063em 0em;
font-size:1em;
letter-spacing:0.188em;
font-weight:normal;
color:#fff;
font-family:sans-serif;
text-shadow:0.063em 0.063em 0.188em #ccc;
background-color:#d18400;
background: -moz-linear-gradient(100% 100% 90deg, #d18400, #ffa500);
background: -webkit-gradient(linear,left bottom,left top, from(#d18400), to(#ffa500));
}
#contenitore img{
margin:0;
padding:0;
width:150em;
}
#contenitore ul{
margin:0;
padding:0em 0em 0.2em 0em;
}
#contenitore ul li:hover{
font-size:1.1em;
color:#000;
}
#contenitore ul li{
color:#494949;
}
#contenitore h3{
margin:0;
padding:0;
font-weight:bold;
font-size:1.1em;
color:#ffa500;
letter-spacing:0.031em;
}
#contatti{
margin:-0.688em 0em 0em 0em;
padding:0.313em 0em 0em 0em;
width:100%;
float:left;
color:white;
background-color:#d18400;
background: -moz-linear-gradient(100% 100% 90deg, #d18400, #ffa500);
background: -webkit-gradient(linear,left bottom,left top, from(#d18400), to(#ffa500));
}
#contatti p{
padding:0.2em 0.2em 0.2em 0.2em;
font-size:0.8em;
color:white;
text-shadow:0.063em 0.063em 0.188em #000;
text-decoration:none;
}
#contatti p a{
color:white;
text-shadow:0.063em 0.063em 0.188em #000;
text-decoration:none;
}
#contatti p:hover{
font-size:1.1em;
}
#contatti p a:hover{
text-decoration:underline;
text-shadow:none;
}

/*PER ipad*/
@media only screen and (max-device-width: 1024px) and (orientation:portrait) {
#mappa{display: none;}
}
@media only screen and (max-device-width: 1024px) and (orientation:landscape) {
#mappa{display: none;}
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
#mappa{display: none;}
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
#mappa{display: none;}
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
#mappa{display: none;}
}
/*fine per ipad*/