body {
    background-image: url('img/background.png');
    background-size: 100% auto; /* se ajusta al ancho, no al alto */
    background-position: top center;
    background-attachment: fixed;
    background-repeat: no-repeat;
  }

table img {
    width: 32px;
}

