/*cabecera de tabla*/
.tablepress-id-2 thead th,
.tablepress-id-2 tfoot th {
	font-family: Tahoma;
	font-size: 14px;
	color: #fff;
	background-color: #11DB98;
}

/*hover cabecera de tabla*/
.tablepress-id-2 .sorting:hover,
.tablepress-id-2 .sorting_asc,
.tablepress-id-2 .sorting_desc {
	background-color: #0C71C3;
}

/*2da linea de tabla*/
.tablepress>:where(tbody.row-striping)>:nth-child(even)>* {
	background-color: #ededed;
}

.tablepress,
.tablepress tr,
.tablepress tbody td,
.tablepress thead th,
.tablepress tfoot th {
	border: 0;
}

/*linea de mouse*/
.tablepress .row-hover tr:hover td {
	background-color: #60b8f2;
	color: #fff;
}

.dt-paging-button:after,
.dt-paging-button:before {
	color: #11db98;
}

.dt-paging-button:hover:after,
.dt-paging-button:hover:before {
	color: #0eb776;
}

/*CAMBIA ANCHO DE COLUMNAS DE TABLAS DE CONGRESO*/
.tablepress-id-6 .column-1 {
	width: 20%;
}

.tablepress-id-6 .column-2 {
	width: 80%;
}

.tablepress-id-5 .column-1 {
	width: 20%;
}

.tablepress-id-5 .column-2 {
	width: 80%;
}

.tablepress-id-4 .column-1 {
	width: 20%;
}

.tablepress-id-4 .column-2 {
	width: 80%;
}