.contenedor { width: 90%; margin: 0 auto; }

#tabla-contactos tbody td:nth-child(1){text-align: center;}
#tabla-contactos tbody td:nth-child(3){text-align: right;}
#tabla-contactos tbody td:nth-child(4){text-align: center;}

#tabla-resultados tbody td:nth-child(1) {text-align: center;}
#tabla-resultados tbody td:nth-child(3) {text-align: center;}
#tabla-resultados tbody td:nth-child(4) {text-align: center;}
#tabla-resultados tbody td:nth-child(5) {text-align: center;}

.leyenda{
  background-color: #BEE5EB; 
  border-radius: 0.35em; 
  display: inline-block;
  font-size: 12px; 
  padding: 0.15em 0.35em; 
}