#footer{
        background: var(--menu-bg);

padding: 10px 10px;
 b1ackground: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1a82f7), to(#2F2727)); /* blue */
  min-height: 40px; 
  color: #CCFF99;
  font-size:11px;
  font-family: system;
  border-radius: 10px;
  list-style: none;
}

#footer.debug  {background: -webkit-linear-gradient(top, #9C1C43 0%, #000000 100%);} 	 /* Red = Debug */
#footer.search { background: -webkit-linear-gradient(top, #096920 0%, #082604 100%); } 	 /*  Verde = Search */

#footer .label1{left: 180px; position:absolute;}
#footer .txt1{left: 220px;   position:absolute; color: white;}

#footer .label2{left: 600px; position:absolute;}
#footer .txt2{left: 640px;   position:absolute; color: white;}
#footer .right{right:40px;   position:absolute;}

#footer a{color: white; text-decoration:none;}
#footer a:hover {background-color: blue;color: white;font-size: 1.1em;}
#footer li{padding: 0;}
