/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 12 2025 | 12:58:23 */
/*Solo se aplca cuando la columna tenga tres o más columnas*/

@media only screen and (max-width: 768px){
	.tabla-ancha table {
		overflow: scroll;
		width:200vw !important;
}
}

