.bluetour-funcionalidad-table {
    width:100%;
    border-collapse:collapse;
}

.bluetour-funcionalidad-table th {
    background:#2f5597;
    color:white;
    padding:8px;
}

.bluetour-funcionalidad-table td {
    padding:8px;
    border:1px solid #ddd;
}

.bluetour-funcionalidad-table tr:nth-child(even){
    background:#f7f7f7;
}

/* SENSIBILIDAD */

.sens-alta { background:#ef5350;color:white;}
.sens-media { background:#fff59d;}
.sens-baja { background:#81c784;}


/* NIVEL FUNCIONAL */

.func-muy-alto { background:#2e7d32;color:white;}
.func-alto { background:#66bb6a;}
.func-medio { background:#fff59d;}
.func-bajo { background:#e0e0e0;}


/* VULNERABILIDAD */

.vul-alta { background:#e53935;color:white;}
.vul-media { background:#fb8c00;color:white;}
.vul-baja { background:#43a047;color:white;}