

.footer {
 /* position: absolute;*/
  bottom: 1px;
  width: 100%;
  /*height: 60px; /* Set the fixed height of the footer here */
  /*line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}
a.testo_grigio:link, a.testo_grigio:hover, a.testo_grigio:focus, a.testo_grigio:visited {
    color: #444;  font-size: 12px ;
}

ul {list-style-type: none;margin: 0;padding: 0;overflow: hidden;}
li {float: left;}
li a { color: #111; font-size: 16px; display: block;padding: 8px;}
li a:hover { color: red;background-color: #fff;}

/* :::::::::::::::::: istruzione da inserire per non rendere visibile il footer */
/*.footer{display: none; }*/
.navbar1{display: none; }
 
@media only screen and (max-width: 960px) {
   .footer{display: none; }
  }
@media only screen and (max-width: 800px) {
  .nascondi_titolo{display: none; }
  }
@media only screen and (max-width: 600px) {
  .nascondi_stat{display: none; }
  }
@media only screen and (max-width: 269px) {
  .nascondi_logo{display: none; }
  }

@media only screen and (max-width: 460px) {
  .contenuto{padding-top: 69px; background-color:#dedede;font-size: 24px; padding-left: 3%; padding-right: 3%; }
  }  


.immagini_link{max-width: 223px; height: auto;}
.stat {margin-left: 19%;}
.titolo {color: #111;    font-size: 24px;float: right; padding-right: 23px; padding-top: 18px;}

