.spacing-1{
  margin-top: 5em;
}

.spacing-2{
  margin-top: 1.3em;
}

.center{
  text-align: center;
}

.text-accent{
  color: #fff;
}

.support{
  bottom: 5%;
  position: absolute;
  right: 5%;
}

.dataTables_wrapper {
    font-family: tahoma;
    font-size: 13px;
}

body::after {
  content: "";
  background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url("../images/fondo.png");
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1; 
  background-size:100%  
}
