/**
 * Author:       bobo
 * Data:         29/01/2021
 * Versione:     1.0
 * Descrizione:  Foglio di stile per il PC
 *               Gli stili nei due @media sono IDENTICI ma sono stati divisi perchè
 *               potrebbe succedere che debbano essere modificati e resi diversi.
 */
/* USATO PER LA RICERCA,ADESSO E' NASCOSTO */
#bottoniRicerca{
 display: none;
}

#enhavo {
  min-width: 100%;
  height: auto;
  background-color: transparent;
  overflow: auto;
}

#paghpiedo {
  clear: both;
  width: 100%;
  height: 20px;
  padding-top: .33%;
  position: fixed;
  bottom: 0;
  text-decoration: none;
  font-size: 110%;
  color: #444;
  vertical-align: middle;
  background-color: #4ff;
}

#pushilo{
  line-height: 1.1;
}


#montrofenestro{
  padding: 0 20px;
  height: auto;
  width: auto;
  min-width: 180px;
  background-color: ;
}

#serchilo{
  display: block;
  margin-top: 5px;
  padding: 0 0 0 6px;
  height: auto;
  max-width: 336px;
  width: 336px;
  background-color: ;
  float: left;
  /* altrimenti scompare */
  max-height: 100% !important;
}

/* SCHERMO QUADRATO */
@media only screen and (max-width: 1024px){

}

/* SCHERMO ORIZZONTALE */
@media only screen and (min-width: 1025px){


}
