<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#nota_tabla_emol {
display: block;
margin-bottom:15px;
box-sizing: border-box;
line-height: 14px;
}

div.header_nota_tabla {
padding:6px 0px;
background-color:#F7F7F7;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
text-align: center;
display: block;
width: 100%;
font-size:12px;
font-weight:bold;
border: 1px solid #d3d3d3;
border-bottom: none;
box-sizing: border-box;
}

div#nota_tabla_emol .tablaennoticia {
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
width:100%;
}

div#nota_tabla_emol .tablaennoticia tbody td:first-child {
border-left: 1px solid #ccc;
}

div#nota_tabla_emol .tablaennoticia tbody td:last-child {
border-right: 1px solid #ccc;
}

div#nota_tabla_emol .tablaennoticia td {
border-bottom: 1px dotted #ccc;
vertical-align:top;
padding:5px 4px;
text-align: left;
}

div#nota_tabla_emol .tablaennoticia th {
background-color: #2b2b2b;
color: #b59231;
text-align:left;
padding:5px 4px;
font-weight: bold;
}

div#nota_tabla_emol .tablaennoticia thead th:first-child {
border-left: 1px solid #275576;
}

div#nota_tabla_emol .tablaennoticia thead th:last-child {
border-right: 1px solid #275576;
}

div#nota_tabla_emol table.tablaennoticia tbody tr:hover td {
background-color: #f9f9f9;
}

div#nota_tabla_emol table.tablaennoticia tbody tr:last-child td {
border-bottom: 1px solid #ccc;
}

div#nota_tabla_emol div.fuente-tabla {
padding-top:3px;
padding-right:3px;
padding-bottom:3px;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#666666;
text-align: right;
display: block;
}</pre></body></html>