/*******COLORES PASTILLAS /EVENT/SESSIONS***************/ 
.ses_type_PL,
.ses_type_SPL {
    background-color: #f2d8c580;
    /* PLENARY Y SEMI PLENARY */
}

.ses_type_SOC {
    background-color: #e1caee83;
    /* SOCIAL */
}

.ses_type_SEC {
    background-color: #fff2cc7f;
    /* SECRETARIA */
}

.ses_type_TS {
    background-color: #ddebf785;
    /* TECHNICAL SESSION */
}

.ses_type_BRK {
    background-color: #e1dbfa7b;
    /* BREAK */
}

.ses_type_CLS {
    background-color: rgb(255, 134, 189, 0.2);
    /* CLASS */
}