﻿body {
}

/*CHECKBOX_INI */
.checkbox-wrapper-48 {
    --gray: #000;
    --very-light-gray: #000;
    --light-gray: #000;
    --x-light-gray: #000;
    --gradient: #000;
    /*linear-gradient(180deg, #000 0%, #000 17%, #000 33%, #000 50%, #000 67%, #000 83%, #000 100%); */
}

    .checkbox-wrapper-48 label {
        font-size: 1.35em;
    }

    /* CORE STYLES */
    .checkbox-wrapper-48 input {
        -webkit-appearance: none;
        -moz-appearance: none;
        /*appearance: none; */
        width: 1em;
        height: 1em;
        font: inherit;
        border: 0.1em solid var(--light-gray);
        margin-bottom: -0.125em;
    }

        .checkbox-wrapper-48 input[type=checkbox] {
            border-radius: 0.25em;
        }

        .checkbox-wrapper-48 input:checked {
            border-color: transparent;
            background: var(--gradient) border-box;
            box-shadow: 0 0 0 0.1em inset #fff;
        }

        .checkbox-wrapper-48 input:not(:checked):hover {
            border-color: transparent;
            background: linear-gradient(#fff, #fff) padding-box, var(--gradient) border-box;
        }

/*CHECKBOX_END */

#superior {
    /* background-color:#E47911; /*#FFFFFF;*/
    text-align: center;
    color: #6DD5FA;
    font-size: 30px;
    font-family: 'Times New Roman', Times, serif;
}

#tabsCAB {
    font-size: 93%;
    font-family: 'Times New Roman', Times, serif;
    position: fixed; /*relative;*/
    top: 25px;
    max-height: 90px; /* ALTO CABECERA */
    left: 60%;
}

#inferior {
    /* background-color: #FFFFFF; /*#FFFFFF;*/
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
}