/*	.tabla_esquema td{
		border-collapse: collapse;
		/*text-align: left;
		padding-left: 30px;
		padding-right: 20px;
		width: auto;
		border-bottom: 1px dotted rgb(7, 7, 7);
		break-after: always;
	}

	.tabla_esquema tbody tr:nth-child(odd)
	{
		background: #b1cedf;
		border-bottom: 1px solid rgb(5, 0, 0);
	}

	.col4{
		text-align: right;
		padding-right: 50px;
	}
*/	

.tabla_esquema tr:nth-child(even)
{
	background: #c2c3c4;
}

.tabla_esquema td{
	table-layout: fixed;
	width: auto;
	border-collapse: collapse;
	/*text-align: left;*/
	padding-left: 30px;
	padding-right: 2;
	/* border-bottom: 1px dotted rgb(7, 7, 7);*/
	break-after: always;
}	

.tabla_esquema th{
	font-family: arial;
	font-size: medium;
	text-align: center;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}	

/* ********************** FORMATO DE FICHA */
.ficha { 
	table-layout: fixed;
    width: 1000px;
	border-collapse: collapse;
}
.ficha th td {
	width: 100px;
}

.ficha tr{
	border-bottom: 1px solid rgb(5, 0, 0);
}

.ficha thead tr{
	font-weight: bold;
}

.ficha thead tr:nth-child(odd){
	background: #b1cedf;
	border-bottom: 1px solid rgb(5, 0, 0);
}

/* Fin del formato de ficha */

#titulo {
	width: 100%;
	border: none;
	overflow: hidden;
	align-content: center;
	/*border-bottom: 1px dotted rgb(253, 252, 252);*/
	}

#tituloImagen {
/*	background-size: contain; */
	float: left;
	vertical-align:middle;
	align-content: center;
	border: none ;
}
#tituloTexto {
	border: none;
	overflow: hidden;
	text-align: center;
}



.character-counter {
    font-size: 20px;
    color: #006633;
}

