* {
   border: 0px;
   margin: 0px;
   padding: 0px;
   }

body {
   background: #fff;
   color: #808080;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 75%;
   text-align: center;
   }

hr, h1, .nascondi, .comments {
   display: none;
   }

h2 {
   margin-bottom: 30px;
   text-align: right;
   }

a {
   background: #fff;
   color: #808080;
   text-decoration: none;
   }

a:hover {
   }

#esterno {
   width: auto;
   margin: 0px auto 0px auto;
   text-align: left;
   }

#header {
   text-align: right;
   margin-top: 10px;
   border-bottom: 1px solid #ddd;
   }

#header img {
   margin-bottom: 20px;
   }

.menu, .menu_nono_sottolineato {
   display: none;
   }

#colonna_donchisciotte{
   display: none;
   }


#contenuto {
   }

#corpo {
   }

   #corpo h3,
   #corpo h4,
   #corpo h5,
   #corpo p,
   #corpo ul,
   #corpo ol {
      margin-bottom: 15px;
      }

   #corpo li {
      margin-left: 30px;
      margin-bottom: 10px;
      }

      #corpo li ul {
        margin-top: 10px;
        margin-bottom: 10px;
        }

      #corpo li ul li {
         margin-bottom: 5px;
         }

.sottomenu {
   display: none;
   }

#footer {
   text-align: left;
   border-top: 1px solid #ddd;
   padding-top: 5px;
   font-size: smaller;
   }

/************ classi *************/

.chiudifloat {
   clear: both;
   }

.jumpto {
   display: none;
   }

.destra {
   text-align: right;
   }

.torna_su {
   display: none;
   }

.date {
   font-style: italic;
   }

.thumbnail {
   float: right;
   margin-left: 10px;
   }

.path {
   margin-top: 10px;
   }

.img_destra {
   float: right;
   margin-left: 15px;
   }

.img_sinistra{
   float: left;
   margin-right: 15px;
   }

#corpo .elenco_compatto ul li {
   padding-bottom: 0px;
   margin-bottom: 0px;
   }

.quota {
   border: 1px dashed #ddd;
   margin: 10px;
   padding: 10px;
   font-size: smaller;
   }

.centra {
   text-align: center;
   }

#corpo hr {
   display: block;
   clear: both;
   border: 0px;
   border-bottom: 1px solid #ddd;
   margin-left: 25%;
   margin-right: 25%;
   margin-top: 20px;
   margin-bottom: 20px;
   }

.pages {
   display: none;
   }