/*
    Created on : 15/08/2019, 09:00:41
    Author     : carlosm.fernandez

    Esta hoja de estilos es para definir, para todos los colores que tenemos para los minisitios, el equivalente en la paleta a un tono
    más oscuro y un tono más claro
*/



/* Colores de fondo */

/*Tonos oscuros*/

.nombreSitio.blue.dk {
    background: #005680 !important;
}

.nombreSitio.blue_dark.dk {
    background: #00346E !important;
}

.nombreSitio.blue_light.dk {
    background: #005BCB !important;
}

.nombreSitio.green.dk {
    background: #004E1B !important;
}

.nombreSitio.bordo.dk {
    background: #710000 !important;
}

.nombreSitio.greenvos.dk {
    background: #007F6C !important;
}

.nombreSitio.red.dk {
    background: #A80000 !important;
}

.nombreSitio.violet.dk {
    background: #54004D !important;
}


/*Tonos claros*/

.nombreSitio.blue.lt {
    background: #5CB3E2 !important;
}

.nombreSitio.blue_dark.lt {
    background: #4F8ACE !important;
}

.nombreSitio.blue_light.lt {
    background: #81B6FF !important;
}

.nombreSitio.green.lt {
    background: #47AC70 !important;
}

.nombreSitio.bordo.lt {
    background: #E0462C !important;
}

.nombreSitio.greenvos.lt {
    background: #59E2CB !important;
}

.nombreSitio.red.lt {
    background: #FF6C37 !important;
}

.nombreSitio.violet.lt {
    background: #B64EA8 !important;
}


/* Colores de texto */

.textColor.blue.dk {
    color: #005680 !important;
}

.textColor.blue_dark.dk {
    color: #00346E !important;
}

.textColor.blue_light.dk {
    color: #005BCB !important;
}

.textColor.green.dk {
    color: #004E1B !important;
}

.textColor.bordo.dk {
    color: #710000 !important;
}

.textColor.greenvos.dk {
    color: #007F6C !important;
}

.textColor.red.dk {
    color: #A80000 !important;
}

.textColor.violet.dk {
    color: #54004D !important;
}


/*Tonos claros*/

.textColor.blue.lt {
    color: #5CB3E2 !important;
}

.textColor.blue_dark.lt {
    color: #4F8ACE !important;
}

.textColor.blue_light.lt {
    color: #81B6FF !important;
}

.textColor.green.lt {
    color: #47AC70 !important;
}

.textColor.bordo.lt {
    color: #E0462C !important;
}

.textColor.greenvos.lt {
    color: #59E2CB !important;
}

.textColor.red.lt {
    color: #FF6C37 !important;
}

.textColor.violet.lt {
    color: #B64EA8 !important;
}

/* Tonos base */

.textColor.blue {
    color:rgb(23, 131, 176) !important;
}

textColor.blue_dark {
    color: #005D9 !important;
}

.textColor.blue_light {
    color: #4189FF !important;
}

.textColor.green {
    color: rgb(0, 124, 68) !important;
}

.textColor.bordo {
    color: #A70000 !important;
}

.textColor.greenvos {
    color: #00af9a !important;
}

.textColor.red {
    color: #E23602 !important;
}

.textColor.violet {
    color: #841A79 !important;
}
