<style>
    th {
        color: #fff;
        background: #2E2EFE;
        height: 50px;
        border: 1px solid #000;
    }
    
    td {
        border: 1px solid #000;
    }
</style>

<table>
    <thead>
        <tr>
            <th>Responsable Estratégico</th>
            <th>Indicador Estratégico</th>
            <th>Carrera</th>
            <th>Departamento</th>
            <th>Tipo</th>
            <th>Resultado</th>
        </tr>
    </thead>
    
    {{f_dibujar_tabla resultados}}
</table>