/*
 # ########*###########################
 Autor: José Luis Rodriguez
 Mail: jrodriguez@bincodex.com
 Web: https://bincodex.com
 Fecha: 2026-02-03 19:08:48
 Archivo: estructura.css
 Codificación: UTF-8
 Editado en: Kate 25.04.3
 ####################################
 */



 .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;
	font-size: 15px !important;
}


.hdr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0px solid green;
    padding: 0px;
    margin: 0px;
    gap: 0px;
}

#content-data {
    width: 100%;
    height: calc( 100vh - 110px );
    border: 0px solid orange;
    overflow-y: auto;
}



#cargador {
	width: 100%;
	height: 100%;
	backdrop-filter: blur(6px);
	background: rgba(0,0,0,0.35);
	position: fixed;
	top: 0px;
	left: 0px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	display: none;
	justify-content: center;
	align-items: center;
}
