/*
	Autor: José Luis Rodriguez
	Mail: jrodriguez@bincodex.com
	Web: https://bincodex.com
	Fecha: 2024-05-03 11:16:50
*/

.cn {
	text-align: center !important;
}


.dr {
	text-align: right !important;
}

.iz {
	text-align: left !important;
}

.grid3 {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 20px;
}

.data-table {
	background: #fff;
	border-collapse: collapse;
	border-spacing: 0px;
}





















































/* Fin */
