:root {
    /* Colores */
    --default      : #666;
    --light        : #efefef;
    --dark         : #373737;
    --primary      : #3164c3;
    --primary-light: #5b91f7;
    --secondary    : #9d9d9d;
    --success      : #5db105;
    --warning      : #ebc500;
    --danger       : #e74a4a;
    --danger-light : #ff8181;
    --white        : #ffffff;
    --bg-empresa   : #fff;
    --color-empresa: #666;
    --default-border-color:#c5c5c5;
    --table-text-color: #000000;
    /* Paddings */
    --container-padding: 15px;
    /* Max Widths */
    --container-max-width: 1400px;
    /* Shadows */
    --shadow-1: 0 .5rem 1rem rgba(0,0,0,.15);
    /* Menú */
    --menu-link-color: #666;
    --menu-link-color--hover: #666;
    --menu-link-bg-color--hover: #efefef;
    --text: black;
}