

/* APPLICATION STYLES */

.login-reset{
    color: white;
}
body {
    background-color: #b00026;
}
#header {
    background-color: #b00026;
}
.bg-verde {
    background-color: #70AD47;
}
.bg-amarillo {
    background-color: #FFFF00;
    color: #333;
}
.bg-naranja {
    background-color: #FF9933;
}
.bg-rojo {
    background-color: #C00000;
    color: #fff;
}
.bg-negro {
   background-color: black;
}
.bg-gris {
    background-color: lightgray;
}
td.list-cell.Text>div {
    width:250px;
    white-space: normal;
}
.indicadores_de_riesgo-indicador>div {
    width:100px;
    white-space: normal;
}