html {
    overscroll-behavior: contain;
	font-family: "Century Gothic", CenturyGothic, sans-serif, Arial, Helvetica;
/*	
	margin: 20px;
	font-size: 1.5rem;
	*/
}


body {
    overscroll-behavior: contain;
	font-family: "Century Gothic", CenturyGothic, sans-serif, Arial, Helvetica;
/*	
	margin: 20px;
	font-size: 1.5rem;
	*/
}
.sortable {
	list-style-type: none;
	padding: 0;
}
.sortable li {
	margin: 5px;
	padding: 5px;
	width: 100%;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	cursor: move;
}

#topbar{
    position:absolute;
    border: 2px solid black;
    padding: 2px;
    background-color: lightyellow;
    width: 100px;
    visibility: hidden;
    z-index: 100;
    text-align: center;
}


table.titulo {
	position: relative;
	width: 100%;
	height: 0px;
	border: 0px;
	border-top: 30px solid #f46036;
	border-bottom: 10px solid #f46036;
	top: 0;
	left: 0;
	margin: 0 auto;
    /*background-color: #0fa3b1;*/
    background-color: #ffffff;
	text-align: center;
}
td.titulo_l {
	width: 0%;
	height: 0px;
	text-align: left;
	border: 0;
}
td.titulo_c {
	width: 0%;
	height: 0px;
	text-align: center;
	border: 0;
}
td.titulo_r {
	width: 0%;
	height: 0px;
	text-align: right;
	border: 0px;
}
hr.titulohr {
	position: relative;
	border: none;
	background: #f44c36ff;
	height: 30px;
}
h1.tituloh1 {
	font-family: 'Century Gothic', CenturyGothic, 'Arial Narrow Bold', sans-serif sans-serif, Arial, Helvetica;
	font-size: 4rem;
    /*font-size: 47px;
    background-color: #0fa3b1;*/
    text-align: center;
	background-color: #ffffff;
}
div.titulo {
    background-color: #0fa3b1;
}


div.chart-container {
	width: 50%;
	margin: 0 auto;
}


td.subtitulo_l {
	width: 11.5%;
	height: 0px;
	text-align: left;
	border: 0;
}
td.subtitulo_c {
	width: 76.5%;
	height: 0px;
	text-align: center;
	border: 0;
}
td.subtitulo_r {
	width: 12%;
	height: 0px;
	text-align: right;
	border: 0px;
}
h1.subtituloh1 {
	font-family: 'Century Gothic', CenturyGothic, 'Arial Narrow Bold', sans-serif sans-serif, Arial, Helvetica;
	font-size: 4rem;
    text-align: left;
	background-color: #ffffff;
}


table.t1 {
	width: 70%;
	height: 100px;
	border: 5px solid #f46036;
	margin: 0 auto;
    background-color: #b0f3f9;
	text-align: center;
}
td.t1_l {
	text-align: left;
	height: 50px;
	font-size: 1.2rem;
	vertical-align: middle;
	/*width: 60%;*/
}
td.t1_r {
	text-align: right;
	height: 50px;
	font-size: 1.2rem;
}
td.t1_c {
	text-align: center;
	height: 50px;
	font-size: 1.2rem;
	vertical-align: middle;
	/*width: 5%;
	border: 0;
	padding: 0%;
	white-space: nowrap;*/
}

table.t2 {
	width: 70%;
	height: 100px;
	border-collapse: collapse;
	margin: 0 auto;
	border: 5px solid #f46036;
    /*background-color: #b0f3f9; */
	text-align: center;
	/*font: sans-serif; */
	font-size: 1.2rem;
}
td.td2_num_l {
	text-align: left;
	min-height: 10px;
    max-height: 40px;
    background-color: #ffffff;
	font-size: 1.2rem;
}
td.td2_num_c {
	text-align: center;
	min-height: 10px;
    max-height: 40px; /* Altura máxima de 40 píxeles */
    background-color: #ffffff;
}
td.td2_num_r {
	text-align: right;
	min-height: 10px;
    max-height: 40px;
    border-right: 3px solid #f46036;
}
td.t2_n {
	text-align: center;
	height: 50px;
	border-right: 10px #f46036;
}
td.td2 {
	text-align: center;
	height: 30px;
}
td.index {
	text-align: center;
	height: 50px;
	background-color: #b0f3f9;
	font-size: 1.2rem;
	font-weight: bold;
}
tr.index_usr {
	text-align: center;
	height: 50px;
	background-color: #f5f5de;
	font-size: 1.2rem;
	font-weight: bold;
}

th.th2 {
	text-align: center;
	height: 40px;
	margin: 0 auto;
	border: 0;
    background-color: rgb(221, 221, 221); /* Color para filas impares */
}

table.t3 {
	width: 50%;
	height: 50px;
	border: 5px solid #f46036;
	text-align: left;
	font: sans-serif;
	font-size: 1.2rem;
	/* margin-left: 15%; */
	margin: 0 auto;
}

table.t4 {
	width: 90%;
	height: 100px;
	border: 5px solid #f46036;
	margin: 0 auto;
	border-collapse: collapse;
	font: sans-serif;
	font-size: 1.2rem;
/*	text-align: center;
    background-color: #b0f3f9; */
}
tr.tr4 {
	text-align: left;
	border: 0;
}
td.td4 {
	border-top: 5px solid #f46036;
	vertical-align: top;
}
td.td4_l {
	text-align: left;
	vertical-align: center;
	padding : 10px;
}
td.td4_c {
	text-align: center;
	vertical-align: center;
	padding : 10px;
}
td.td4_r {
	text-align: right;
	vertical-align: center;
	padding : 10px;
}
tr.tr4:first-child {
  border-top: none;
}
tr.tr4:nth-child(odd) {
    background-color: rgb(221, 221, 221); /* Color para filas impares */
	vertical-align: center;
	height: 100px;
}

tr.tr4:nth-child(even) {
    background-color: #ffffff; /* Color para filas pares (blanco en este ejemplo) */
	vertical-align: center;
	height: 100px;
}

tr.impar {
    background-color: rgb(221, 221, 221); /* Color para filas impares */
	height: 70px;
}

tr.par {
    background-color: #ffffff; /* Color para filas pares (blanco en este ejemplo) */
	height: 70px;
}

table.t10 {
	width: 100%;
	height: 100px;
	/*border: 5px solid #f46036;*/
	margin: 0 auto;
	font-size: 1.2rem;
}
table.t100 {
	width: 100%;
	height: 100px;
	border: 5px solid #f46036;
	margin: 0 auto;
	font-size: 1.2rem;
}


table.t5 {
	width: 50%;
	height: 50px;
	border: 5px solid #f46036;
	text-align: left;
	font: sans-serif;
	font-size: 1.2rem;
	/* margin-left: 15%; */
	margin: 0 auto;
}


div.general {
	font-size: 1.3vw;
	margin-left: 10%;
	margin-right: 10%;
	padding-bottom: 1%;
}

table.reporte {
	width: 100%;
	height: 100px;
	border: 5px solid #f46036;
	margin: 0 auto;
    background-color: #b0f3f9;
	text-align: center;
	font: sans-serif;
	font-size: 0.9rem;
}
tr.tr_rep:nth-child(odd) {
    background-color: rgb(221, 221, 221); /* Color para filas impares */
}

tr.tr_rep:nth-child(even) {
  background-color: #ffffff; /* Color para filas pares (blanco en este ejemplo) */
}
td.td_rep {
	text-align: left;
	min-height: 10px;
    max-height: 40px;
	font-size: 0.9rem;
}

table.rfinal {
	width: 100%;
/*	border: 5px solid #f46036; */
	margin: 0 auto;
	text-align: center;
	font-size: 1rem;
}

td.tpequeno {
	vertical-align: top;
	text-align: left;
	font-size: 0.7rem
}




ul {
	list-style-type: disc;
	font-size: 1.3vw; /* vw (viewport width): Una unidad relativa al ancho de la ventana gráfica del navegador. 1vw = 1% del ancho de la ventana. */
	padding-bottom: 1%;
	margin-block-start: 5px;
	margin-block-end: 5px;
	margin-left: 10%;
	margin-right: 10%;
}

li {
	margin-left: 2%;
	padding-bottom: 2%;
}


img.t1_p3 {
	max-width: 100%;
	height: auto;
}

img.t1_p6 {
	max-width: 50%;
	height: auto;
}

img.t1_p9 {
	max-width: 80%;
	height: auto;
}


video {
	/*width: 720px;
	height: 486px;*/
	width: 50%;
	height: auto;
	object-fit: contain;
	overflow-clip-margin: content-box;
	overflow: clip;
}

.centrado {
	display: flex;
	justify-content: center; /* Centra horizontalmente */
	vertical-align: top;
	font-size: 150%;
}

table.fig {
	width: 70%;
	margin: 0 auto;
	border-spacing: 20px;
	/*
	border: 5px;
	border-collapse: separate;
	height: 100px;
	border-collapse: collapse;
	border: 5px solid #f46036;
    background-color: #b0f3f9;
	*/
	text-align: center;
	font-size: 1.2rem;
}

tr.bor:first-child {
	border: 5px;
	height: 100px;
}
tr.bor:nth-child(odd) {
	border: 5px;
	height: 250px;
}
tr.bor:nth-child(even) {
	border: 5px solid #f46036;
	height: 250px;
}
td.bordeado {
	border: 5px solid #f46036;
	height: 150px;
	width: 200px;
	padding: 10px;
}
tr.contorno {
	border: 5px solid #f46036;
}
tr.sinborde {
	border: 0;
	height: 160px;
}
table.fig9 {
	width: 50%;
	margin: 0 auto;
	border-spacing: 20px;
	text-align: center;
	font-size: 1.2rem;
}

select {
	font-size: 1.2rem;
}


@media print {
	@page {
		/*@bottom-right {
			font-size: 0.5rem;
			content: footer2;
		}
		@bottom-left {
			content: footer;
		}*/
	}
    .footer {
		font-size: 0.6rem;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: left;
        border-top: 1px solid #000;
        padding: 10px;
    }
    .footer2 {
		font-size: 0.6rem;
        position: fixed;
        bottom: 0;
      /*  left: 0; */
        right: 0;
        text-align: right;
      /*  border-top: 1px solid #000; */
        padding: 0px;
    }
}