<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************
* ALIGNS htmlArea
******************/ 
.align-center {
	text-align:center;
}

table.align-center {margin-left:auto; margin-right:auto;}

.align-left {
	text-align:left;
}

.align-right {
	text-align:right;
}

.align-justify {
	text-align:justify;
}

.tablaRayada tr td{
	border-bottom: #9A9782 1px solid;
}

div.indent {
	margin-left:10px;
}

.statisticalTables {

}

.statisticalTables th{
  
}

</pre></body></html>