﻿.color-fuente {
    color: #404040;
}
.color-institucional {
    color: #2c5176;
}
.color-institucional-acento {
    color: #d05c5f;
}
.azul {
    color: #1897eb;
}

.rojo {
    color: #d05c5f;
}

.rojo-oscuro {
    color: #900000;
}

.naranja {
    color: orange;
}

.fondo-azul-palido {
    background: #d0e0f0;
}

.fondo-gris-claro {
    background: #f0f0f0;
}

.fondo-gris-azulado {
    background: #e3eef8;
}

.fondo-gris-semi-claro {
    background: #e0e0e0;
}

.fondo-gris-medio {
    background: #b0b0b0;
}
.fondo-institucional {
    background: #2c5176;
}
.fondo-institucional-acento {
    background: #d05c5f;
}
.fondo-blanco {
    background: white;
}