/*INICIO FOOTER*/
.footer-gral {
  background-color:#222222; 
  height:30px; 
  left:0px; 
  position: fixed;
  z-index: 1000;
  bottom: 0;
  width: 100%;
}
.footer-txt {
  font-family:Arial, Helvetica, sans-serif; 
  color:#FFFFFF; 
  font-size:12px; 
  padding-top: 7px;
  text-align: right;
} 