@media only screen and (max-width: 820px)  {
	.tabla-responsive.solicitudes td:nth-of-type(1):before { content: "Fecha"; }
	.tabla-responsive.solicitudes td:nth-of-type(2):before { content: "Usuario"; }
	.tabla-responsive.solicitudes td:nth-of-type(3):before { content: "Obra"; }
	.tabla-responsive.solicitudes td:nth-of-type(4):before { content: "Licencia"; }
	.tabla-responsive.solicitudes td:nth-of-type(5):before { content: ""; }

	.tabla-responsive.ventas td:nth-of-type(1):before { content: "CÓDIGO \a FECHA \a JUSTIF."; white-space: pre;}
	.tabla-responsive.ventas td:nth-of-type(2):before { content: "Usuario"; }
	.tabla-responsive.ventas td:nth-of-type(3):before { content: "DESCRIP."; }
	.tabla-responsive.ventas td:nth-of-type(4):before { content: "BENEF."; }
	.tabla-responsive.ventas td:nth-of-type(5):before { content: "FACTURA"; }

	.tabla-responsive.work-sales td:nth-of-type(1):before { content: "Fecha"; }
	.tabla-responsive.work-sales td:nth-of-type(2):before { content: "Licencia"; }
	.tabla-responsive.work-sales td:nth-of-type(3):before { content: "Usuario"; }
	.tabla-responsive.work-sales td:nth-of-type(4):before { content: "DESCRIP."; }
	.tabla-responsive.work-sales td:nth-of-type(5):before { content: "Beneficio"; }
	.tabla-responsive.work-sales td:nth-of-type(6):before { content: "Precio"; }

	.tabla-responsive.buyer-requests td:nth-of-type(1):before { content: "Fecha"; }
	.tabla-responsive.buyer-requests td:nth-of-type(2):before { content: "Obra"; }
	.tabla-responsive.buyer-requests td:nth-of-type(3):before { content: "Licencia"; }
	.tabla-responsive.buyer-requests td:nth-of-type(4):before { content: "Estado"; }
	.tabla-responsive.buyer-requests td:nth-of-type(5):before { content: ""; }

	.tabla-responsive.nfts td:nth-of-type(1):before { content: "Código"; }
	.tabla-responsive.nfts td:nth-of-type(2):before { content: "Fecha"; }
	.tabla-responsive.nfts td:nth-of-type(3):before { content: "Obra"; }
	.tabla-responsive.nfts td:nth-of-type(4):before { content: "Licencia"; }
	.tabla-responsive.nfts td:nth-of-type(5):before { content: "Estado"; }
	.tabla-responsive.nfts td:nth-of-type(6):before { content: ""; }

	.tabla-responsive.stats td:nth-of-type(1) { padding-left: 8px; }
	.tabla-responsive.stats td:nth-of-type(1):before { content: ""; }
	.tabla-responsive.stats td:nth-of-type(2):before { content: "Obra"; }
	.tabla-responsive.stats td:nth-of-type(3):before { content: "Visitas"; }
	.tabla-responsive.stats td:nth-of-type(4):before { content: "Me gusta"; }
	.tabla-responsive.stats td:nth-of-type(5):before { content: "Ventas"; }

	.tabla-responsive.profile-events td:nth-of-type(1):before { content: "Fecha"; }
	.tabla-responsive.profile-events td:nth-of-type(2):before { content: "\aUsuario"; top: 24px; }
	.tabla-responsive.profile-events td:nth-of-type(2).no-user:before { top: 10px; }
	.tabla-responsive.profile-events td:nth-of-type(3):before { content: "Acción"; }

}
