/*------------Estilos para las tablas---------*/thead.sticky {    position: sticky;    top: 0;    z-index: 1;    background-color: white;  }	.empleado-column {      width: 165px;      text-align: left;     }    .reportes_th, .reportes_td {		text-align: left;		width: 165px;		padding: 10px;    }	.table_reportes {    border-collapse: separate;    border-spacing: 10px 10px;}			.table_catalogs {    border-collapse: collapse;    width: 100%;}	.table_catalogs th, .table_catalogs td {    width: 50%;	 padding: 15px;	 /*border: 1px solid #ddd;*/    text-align: left;}