﻿:root {
    /*
    FUENTES
    */
    --font-hiddenobject:Segoe UI Historic, Segoe UI, Helvetica, Arial, sans-serif;
    /* fuentes prueba fb
    --font-family-apple: system-ui, -apple-system, BlinkMacSystemFont, ".SFNSText-Regular", sans-serif;
    --font-family-code: ui-monospace, Menlo, Consolas, Monaco, monospace;
    --font-family-default: Helvetica, Arial, sans-serif;
    --font-family-segoe: Segoe UI Historic, Segoe UI, Helvetica, Arial, sans-serif;
    --font-family-system-fds: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI Historic, Segoe UI, Helvetica, Arial, sans-serif;
    --text-input-field-font-family: Placeholder Font;
    --text-input-field-font-size: 1rem;
    --text-input-field-font-stretch: initial;
    --text-input-field-font-weight: 500;
    --text-input-field-line-height: 1.2941;
    --text-input-label-font-family: Placeholder Font;
    --text-input-label-font-size: 17px;
    --text-input-label-font-size-scale-multiplier: .75;
    --text-input-label-font-stretch: initial;
    --text-input-label-font-weight: 400;
    --text-input-label-line-height: 1.2941;
/*/
    
    
    --top-menu-fontcolor:#ffffff;
    --body-color-fondo:#ffffff; /*f2f4f7*/
    
    --main-menu-color: #6c6f76;
    --main-menu-element: #83878f;
    --menu-font-color: #ffffff;
    
    /*
        Elemetnos del ContentSpace
        Espacio de trabajo
    */
    --caja-fondo-color: #e5e5e5;
    --caja-borde-color: #000000;
   /*
        colores topblock
    */
    --caja-titlefont-color:#ffffff;
    --caja-titlefondo-color:#a1a1a1;


    
    /*OTRAS VARIABLES */
    --badge-profile-size:55px;
    --profile-menu-fontcolor:#545454;
    
    /*COLORES BOTONES SWALL*/
    --boton-confirmar-color:#378b00;    
    --boton-confirmar-borde:#204c03;
    
    --boton-cancelar-color:#df0000;
    --boton-cancelar-borde:#8b0101;
    
    --boton-preview-color:#00cced;   
    --boton-preview-borde: #006474;
    --boton-deny-color:#df6700;
    --boton-deny-borde:#743600;
}


