@charset "utf-8";


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, 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: 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;
	text-align: center; 
	background: #D0F15E;
}
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
body
{
scrollbar-face-color: #D0F15E;
scrollbar-shadow-color: ffffff;
scrollbar-highlight-color: a85828;
scrollbar-3dlight-color: ffffff;
scrollbar-darkshadow-color: a85828;
scrollbar-track-color: ffffff;
scrollbar-arrow-color: a85828;
}
#base {
padding: 10px;
background: #fff;
width: 940px;
margin: 10px auto 10px;
-webkit-border-radius: 15px;
        border-radius: 15px;
-webkit-box-shadow: 2px 2x 15px 2px rgba(0, 0, 0, 0.5);
 box-shadow:  2px 2px 15px 2px rgba(0, 0, 0, 0.5); 
 background-color: rgba(255, 255, 255, 1);
 height:100%;
}

A:link    { color:#000000;text-decoration: none; }
A:visited { color:#000000;text-decoration: none; }
A:hover {text-decoration: none; color: #ff0000; background-color:none; }

a.linkf:link    { color:#000000;text-decoration: none; }
a.linkf:visited { color:#000000;text-decoration: none; }
a.linkf:hover {text-decoration: none; color: #ff0000; background-color: none;}
header {
padding: 5px;
width: 95%;
margin: 0 auto;
height: 230px;
border: 0px solid;
background-color: #fff;
}
header p.l {
float: left;
height: 110px;
margin: 0 auto 7px;
}
header p.r {
margin-left: 30px;
}
.h1{
	font-size: 30px;
	margin: 10px auto;
	font-family: Verdana, sans-serif;
	line-height: 20px;
	font-weight: bold;
}
.h {
	font-size: 35px;
	font-family: Verdana, sans-serif;
	margin-bottom: 20px;
	font-weight: bold;
	margin-top: 0px;
	}
	
h1{
	font-size: 35px;
	font-family: Verdana, sans-serif;
	margin-bottom: 40px;
	font-weight: bold;
	margin-top: 40px;
	}
h2{
	font-size: 20px;
	font-family: Verdana, sans-serif;
	margin-bottom: 20px;
	font-weight: bold;
	}
h3{
	font-size: 15px;
	font-family: Verdana, sans-serif;
	margin-bottom: 15px;
	font-weight: bold;
	}	
.h2{
	font-size: 14px;
	font-family: Verdana, sans-serif;
	line-height: 15px;
	font-weight: bold;
	padding-bottom: 10px;
}
.h3{
	font-size: 11px;
	font-family: Verdana, sans-serif;
}
.h4{
	font-size: 13px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	margin-top: 0px;
}
nav {
clear: both;
padding: 0px;
margin: 20px auto;
width: 891px;
height: 43px;

background-color: #fff;
}
ul#menu {
    font-family: Verdana, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}
 
ul#menu li {
    background-color: #9B9A9B;
    border-bottom: 5px solid #f00;
    display: block;
    width: 140px;
    height: 30px;
    margin: 2px;
    float: left;
	-webkit-border-radius: 5px;
 border-radius: 5px; 
 -webkit-box-shadow: 1px 1x 3px 1px rgba(0, 0, 0, 0.5);
 box-shadow:  1px 1px 3px 1px rgba(0, 0, 0, 0.5); 
 }
 
ul#menu li a {
    color: #fff;
    display: block;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
    width: 140px;
    height: 30px;
    text-align: center;
	-webkit-border-radius: 5px;
 border-radius: 5px;
}

ul#menu li.active{
    background-color: #D0F15E;
    border-bottom: 5px solid #9B9A9B;
}
ul#menu li:hover {
    background-color: #D0F15E;
    border-bottom: 5px solid #9B9A9B;
}
section nav{
padding: 0px;
margin: 10px auto 20px;
width: 660px;
height: 35px;
background-color: #fff;
}
  section ul#menu {
    font-family: Verdana, sans-serif;
    font-size: 14px;
    margin: 0 ;
    padding: 0;
    list-style: none;
	background-color: #ff0;

	}
  section ul#menu li {
    background-color: #F00;
    border-bottom: 5px solid #9B9A9B;
    display: block;
    width: 140px;
    height: 30px;
    margin: 0px 40px 0;
    float: left;
	
}
  section ul#menu li a {
    color: #fff;
    display: block;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
    width: 140px;
    height: 30px;
    text-align: center;
}
section ul#menu li.active, section ul#menu li:hover {
    background-color: #9B9A9B;
    border-bottom: 5px solid #D0F15E;
}
.ul {
    font-family: Verdana, sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 20px;
    font-size: 14px;
	line-height: 25px;
	text-align: left;
	list-style: inside circle;
	margin: 0 auto;
	display: block;
	}
 section {
  min-height: 350px;
  width: 893px;
  margin: 0px auto;
  padding: 5px;
  background-color: #fff;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  }
  .pr {
  float:right;
  height: 330px;
  background-color: #fff;
  }
  .prr {
  float:left;
  width: 540px;
  background-color: #fff;
  }

  .column	{
     width: 99%;
     min-height: 215px;
	 background-color: none;
	 margin: 10px auto 20px;
	 padding: 0px;
	 line-height: 30px; 
	}
.column1 {
		float:left;
		width: 33%;
		background-color: none;
	}

.column2 {
		float:left;
		width: 33%;
		background-color: none;
	}

.column3 {
		float:right;
		width: 33%;
		background-color: none;
	}
#f {
 margin-top: 10px;
 line-height: 30px;
}
#contatti {
 list-style: none;
}
 footer {
 height: 22px;
 padding: 5px;
 font-size: 10px;
 margin: 35px auto;
 width: 95%;
 background-color: #fff;
 font-family: Verdana, sans-serif;
 }
 footer p{
 font-size: 10px;
 margin: 5px auto;
 }
#cop {
float: left;
padding:5px;
width: 400px;

}
.intro {
	text-align: justify;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 23px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: auto;
	margin-left: 10px;
	display: block;
}
.intro2 {
	text-align: justify;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 23px;
	margin: 10px auto 0;
	padding: 10px;
	}

.map {
margin: 30px auto 20px;
font-family: Verdana, sans-serif;
-webkit-box-shadow: 1px 1x 5px 1px rgba(0, 0, 0, 0.5);
 box-shadow:  1px 1px 5px 1px rgba(0, 0, 0, 0.5); 
 width: 425px;
 height: 350px;
}

.map h1 {
margin: 20px auto 30px;
font-family: Verdana, sans-serif;
font-size: 1.5em;
}
.map h2 {
margin: 20px auto 30px;
font-family: Verdana, sans-serif;
font-size: 100%;
}
.massello{
width: 100%; 
margin: 0 auto 1px;
background-color: #fff;
padding: 0;
height: 290px;
}
.massello1 {
width: 49%; 
float: left;
margin: 10px auto;
background-color: #fff;
height: 270px;
}
.massello2 {
width: 49%; 
float: right;
background-color: #fff;
margin: 10px auto;
height: 270px;
}
.ral  {
font-family: Verdana, sans-serif;
font-size: 13px;
font-weight: bold;
margin-bottom: 10px;
}
.ral1  {
font-family: Verdana, sans-serif;
font-size: 14px;
font-weight: bold;
margin: 10px auto 10px;
}
.ral2  {
font-family: Verdana, sans-serif;
font-size: 16px;
font-weight: bold;
margin: 10px auto 10px;
}
.ral3 {
font-family: Verdana, sans-serif;
font-size: 14px;
margin-bottom: 10px;
}
.casellari{
width: 100%; 
margin: 0 auto 1px;
background-color: #fff;
padding: 0;
height: 260px;
}
.casellari1 {
width: 49%; 
float: left;
margin: 10px auto;
background-color: #fff;
height: 240px;
}
.casellari2 {
width: 49%; 
float: right;
background-color: #fff;
margin: 10px auto;
height: 240px;
}
.casellari1 h2{
margin-bottom: 10px;
font-size: 15px;
}
.casellari2 h2{
margin-bottom: 10px;
font-size: 15px;
}
.particolari1 {
width: 49%; 
float: left;
margin: 10px auto;
background-color: #fff;
height: 200px;
}
.particolari2 {
width: 49%; 
float: right;
background-color: #fff;
margin: 10px auto;
height: 200px;
}
.formati{
width: 100%; 
margin: 0 auto 1px;
background-color: #fff;
padding: 0;
height: 350px;
}
.formati1 {
width: 49%; 
float: left;
margin: 10px auto;
background-color: #fff;
height: 320px;
}
.formati2 {
width: 49%; 
float: right;
background-color: #fff;
margin: 10px auto;
height: 320px;
}
.foto {
width: 190px; 
float: left;
  padding: 2px;
  font-family: Verdana, sans-serif;
  font-size: 14px;
}
.testo {
width: 230px; 
float: right;
 background: #fafaf9;
 padding: 5px;
 font-family: Verdana, sans-serif;
 font-size: 12px;
 text-align: justify;
 line-height: 15px;
 -webkit-border-radius: 8px;
     border-radius: 8px;
	 -webkit-box-shadow: 1px 1x 3px 1px rgba(0, 0, 0, 0.5);
 box-shadow:  1px 1px 3px 1px rgba(0, 0, 0, 0.5); 
 }
 .foto1 {
width: 202px; 
float: left;
  padding: 2px;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  -webkit-box-shadow: 1px 1x 3px 1px rgba(0, 0, 0, 0.5);
 box-shadow:  1px 1px 3px 1px rgba(0, 0, 0, 0.5); 
}
.testo1 {
width: 210px; 
float: right;
 background-color: #fafaf9;
 padding: 5px;
 font-family: Verdana, sans-serif;
 font-size: 12px;
 text-align: justify;
 line-height: 13px;
 -webkit-border-radius: 8px;
     border-radius: 8px;
  -webkit-box-shadow: 1px 1x 3px 1px rgba(0, 0, 0, 0.5);
 box-shadow:  1px 1px 3px 1px rgba(0, 0, 0, 0.5); 	 
 }
 section h1{
  font-size: 35px;
   font-family: Verdana, sans-serif;
   margin: 30px auto 50px;
 }
 #form {
 font-family: Verdana, sans-serif;
 height: 100%;
 line-height: 20px;

  }
  
  .mod{
 font-family: Verdana, sans-serif;
 height: 100%;
 padding: 10px;
  }

 }
.form   {
 font-family: Verdana, sans-serif;
 margin-bottom: 100px;
 padding: 100px;
 line-height: 50px;
 }
.p {
padding: 15px;
} 
strong {
font-weight: bold;
}
#testo {
margin: 40px auto 0;
text-align: justify;
line-height: 20px;
width: 70%;
}
#testo p{
margin: 10px auto;
font-size: 14px;
}
#google_translate_element{
clear: both;
padding: 10px;
height: 20px;
display: block;
}
hgroup {
margin: 10px auto 10px;
}
hgroup  h1{
font-weight: bold;
}
b {
font-weight: bold;
color:#660000;
}
.new{
     width: 99%;   
	 background-color: #fff;
	 margin: 10px auto 20px;
	 padding: 0px;
	 line-height: 25px; 
	 height: 400px;
	}
.new1 {
		float:left;
		width: 50%;
		background-color: #fff;
	}
.new2 {
		float:right;
		width: 47%;
		 background: #fafaf9;
		text-align: left;
		padding: 8px;
		-webkit-border-radius: 8px;
     border-radius: 8px;
	 -webkit-box-shadow: 1px 1x 3px 1px rgba(0, 0, 0, 0.5);
 box-shadow:  1px 1px 3px 1px rgba(0, 0, 0, 0.5); 
	}
	.new3 {
		float:left;
		width: 71%;
		background-color: #fff;
	}
.new4{
		float:left;
		width: 26%;
		 background: #fafaf9;
		text-align: left;
		padding: 8px;
		-webkit-border-radius: 8px;
     border-radius: 8px;
	 -webkit-box-shadow: 1px 1x 3px 1px rgba(0, 0, 0, 0.5);
 box-shadow:  1px 1px 3px 1px rgba(0, 0, 0, 0.5); 
	}
	.pp{
width: 99%;
background: #fff;
height:200px;
text-align: justify;
}
.pp1{
width: 67%;
float: left;
background: #fff;
padding: 10px;
}
.pp2{
width: 30%;
background: #fff;
float: left;
line-height: 18px;
}
.pp3{
width: 99%;
float: left;
background: #fff;
padding: 10px;
}
#home{
margin-top: 60px;
background: #fff;
}
.sx {
float:left;
padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
}
.dx {
float:right;
padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
}
dl {
line-height: 23px;
text-align: left;
}
dt{
margin-top: 15px;
}
dd{
margin-left: 5px;
}
hr{
margin-top: 80px;
margin-bottom: 20px;
clear: both;
}
ol {
margin-top: 45px;
margin-left: 400px;
text-align: left;
line-height: 40px;
font-weight: bold;
}
.indice {
line-height: 30px;
font-weight: normal;
 font-family: Verdana, sans-serif;
 font-size: 16px;
 width: 240px;
 margin-left: 100px;
 text-align: left;
}
.ser {
margin-top: 0px;
text-align: left;
line-height: 25px;
font-weight: normal;
}
.s {
width:225px;
float: left;
background: none;
margin: 0 auto 0;
}
.c {
width:420px;
float: left;
padding:5px;
margin-left: 10px;
background: none;
}
.d {
width:225px;
float: right;
background: none;
margin: 0 auto 0;
}