#tabla_usuarios td .show_on_hover {
  opacity: 0;
  transition: 0.2s all;
}
#tabla_usuarios td:hover .show_on_hover {
  opacity: 1;
}
