/* @import url(fonts.css) all; */
@font-face {
  font-family: "Magneto";
  font-weight: bold;
  src: url(MAGNETOB.ttf) format("truetype");
}
.Magneto { 
  font-family: Magneto, Arial;
  font-size: 18px;
  color: #FF6002;
}
span.Magneto { 
  font-family: Magneto, Arial;
  font-size: 18px;
  color: #FF6002;
}
.nascosto {
   display: none;
   text-align: left;
   font-size: 10px;
}
.msg {
  font-family:Arial, Helvetica, Verdana;
  font-size: 14px;
  color: #000000;
  background-color: #DFDFFF;
  padding: 4px;
  border: double 3px #1B7698;
  margin:4px;
  font-weight: bold;
  font-style: italic;
}
.privacy {
   font-family: Arial, Helvetica, Verdana;
   font-size: 9px;
   font-style: normal;
   font-weight: normal;
   color: #000000;
   text-align: left;
   margin: 7px;
   padding: 0px;
}
.titolo {
   font-family: Arial, Helvetica, Verdana;
   font-size: 12px;
   font-style: normal;
   font-weight: normal;
   color: #000000;
   text-align: left;
}
.titoloBianco {
   font-family: Arial, Helvetica, Verdana;
   font-size: 12px;
   font-style: normal;
   font-weight: bold;
   color: #ffffff;
   text-align: center;
}
.numeroverde {
   font-family: Arial, Helvetica, Verdana;
   font-size: 12px;
   font-style: italic;
   font-weight: bold;
   color: #1C693B;
}
.numeroverde16 {
   font-family: Arial, Helvetica, Verdana;
   font-size: 16px;
   font-style: italic;
   font-weight: bold;
   color: #1C693B;
}
/* le definizioni seguenti servono per provare il pupup */
.popup {
display : block;
width: 320px;
height: 320px;
position: absolute;
top: 220px;
left: 35%;
z-index: 10;
}
div#cont {margin:10px auto 0 auto; width:200px;}
fieldset { border:1px solid green }

legend {
   padding: 0.2em 0.5em;
   border:1px solid green;
   color:green;
   text-align:right;
   font-weight: bold;
   font-size: 12px;
   font-family: Arial, Helvetica, Verdana;
   background: #c0c0c0;
}

label{
   float: left;
   width: 70px;
   font-weight: bold;
   font-size: 11px;
   font-family: Arial, Helvetica, Verdana;
   margin:2px;
}
hr {
  border: 0;
  color: #176582;
  background-color: #176582;
  margin: 3px;
  height: 3px;
}
input, textarea, select {
  color: #000000;
  background: #BBBBFF;
  border: double 2px #295365;
  margin:2px;
}
span.spanblu {
  font-size: 14px;
  font-family: Arial, Arial, Helvetica, sans-serif;
  color: #0099ff;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
}
span.spanblupiccolo {
  font-size: 10px;
  font-family: Arial, Arial, Helvetica, sans-serif;
  color: #0099ff;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
}
a.button_contatti, a.button_contatti:link {
   display:block;
   color: #ffffff;
   width: 145px;
   height: 35px; 
   margin: 1em;
   /*  font-size: 18px;
  font-family: Arial, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold; */
   font: normal bold 16px/42px Arial,sans-serif;
   text-align:center;
   text-decoration: none; 
   background: url(immagini/bottone_contatti.png) no-repeat 0 0;
}

a.button_contatti:hover { 
   background-position:0 -35px;
   color: #000000;
}
.pop_cont {
   position: fixed; 
   text-align: left; 
   z-index: 16000; 
   display: none; 
   top: -25px; 
   left: 180px;
}
.pop_prev {
   position: fixed;
   text-align: right;
   z-index: 16000;
   display: none;
   top: -25px;
   right: 180px;
}
.popup {
   position: absolute; 
   height: 400px;
   width: 420px;
   text-align: center;
   z-index: 16000;
   display: none;
   top: 200px;
   left: 33%;
}
a.button_popup, a.button_popup:link {
   display:block;
   color: #ffffff;
   width: 145px;
   height: 35px; 
   margin: 1em;
   /*  font-size: 18px;
  font-family: Arial, Arial, Helvetica, sans-serif;
  font-style: normal;
   background: url(immagini/bottone_contatti.png) no-repeat 0 0;
  font-weight: bold; */
   font: normal bold 16px/42px Arial,sans-serif;
   text-align:center;
   text-decoration: none; 
}

a.button_popup:hover { 
   background-position:0 -35px;
   color: #000000;
}
div.pic {
   position: relative;
   z-index: -5;
   padding:0 0 15px 0;
   background: url(immagini/ombra1.png) no-repeat bottom center;
}
div.pic img{
    display: block;
    padding: 0px;
}
div.pic_banner {
   position: relative;
   z-index: -5;
   padding:0 0 15px 0;
   background: url(immagini/ombra1.png) no-repeat bottom center;
}
div.pic_banner img{
    display: block;
    border: 2px solid #000000;
    padding: 0px;
}
 
