
html {
    font: normal 14px/1 Arial, Helvetica, sans-serif;
    color: black;
}

.TituloIndex {
    font: normal 16px/normal Arial, Helvetica, sans-serif;
    color: rgba(215,223,34,1);
    /*border: 1px solid;*/
    background: rgb(0, 53, 66);
    opacity: 1;
}

.Fondo {
    font: normal 16px/normal Arial, Helvetica, sans-serif;
    color: rgba(255,255,255,1);
    /*border: 1px solid;*/
    background: rgb(0, 53, 66);
    opacity: 1;
}

.TituloIndexInicio {
    font: normal 16px/normal Arial, Helvetica, sans-serif;
    color: rgba(215,223,34,1);
    /*border: 1px solid;*/
    background: rgb(0, 53, 66);
    opacity: 0.75;
}

.FondoInicioLabel {
    font: normal 16px/normal Arial, Helvetica, sans-serif;
    color: rgba(255,255,255,1);
    /*border: 1px solid;*/
    background: rgb(0, 53, 66);
    opacity: 0.75;
}

.FondoInicio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: none;
    font: normal 16px/normal "Times New Roman", Times, serif;
    color: rgba(0,0,0,1);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: url('../Imagenes/FondoInicio.jpg');
    position: absolute;
    background-position: 100% 100%;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    /*-webkit-background-size: 100% 100%;*/
    background-size: 100% 100%;
}

.Borde {
    border: 1px solid;
}

/*Para que todos los agrupadores sean tratados como Block*/
header, section, footer, aside, nav, article, figure, figcaption,
hgroup {
    display: block;
}

.PiedePagina {
    top: 97%;
    left: 0px;
    padding: 2px;
    position: absolute;
    color: black;
    width: 100%;
    height: 25px;
    background-color: rgba(215,223,34,1);
    text-align: left;
}

.bodyIni {
    padding-top: 6rem;
}


.AreaTrabajo {
    width: 98%;
    height: 60%;
    padding: 0;
    margin: 0;
    top: 1%;
    left: 1%;
    overflow: visible;
    display: block;
    float: none;
    z-index: auto;
    box-sizing: content-box;
    position: relative;
    opacity: 1;
    cursor: default;
    background: rgba(245,245,245,1);
}

.BarraInferior {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 15px;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    border: 1px solid rgba(140,140,140,1);
    font: normal 12px/normal Arial, Helvetica, sans-serif;
    color: rgba(140,140,140,1);
    text-align: right;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(0,53,66,1);
}

    .BarraInferior:hover {
        color: rgba(255,255,255,1);
    }

/*.TextoAbajo {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 250px;
    height: 3px;
    position: fixed;
    right: 0;
    bottom: 15px;
    border: 1px solid rgba(90,90,90,1);
    border-top-width: 29px;
    border-bottom: 0 solid;
    -webkit-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
    font: normal 16px/normal "Times New Roman", Times, serif;
    color: rgba(0,0,0,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgb(180,180,180);
    -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.5);
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.5);
}

.TextoAbajo:hover {
    height: 200px;
    border: 4px solid rgba(65,140,30,1);
    border-top-width: 40px;
    -webkit-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    background: rgba(147,196,125,1);
    -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.5);
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.5);
    -webkit-transition: all 200ms cubic-bezier(1, 0, 0, 1) 10ms;
    -moz-transition: all 200ms cubic-bezier(1, 0, 0, 1) 10ms;
    -o-transition: all 200ms cubic-bezier(1, 0, 0, 1) 10ms;
    transition: all 200ms cubic-bezier(1, 0, 0, 1) 10ms;
}*/

.upload-button {
    padding: 4px;
    border: 1px solid black;
    border-radius: 5px;
    display: block;
    float: left;
}

.profile-pic {
    max-width: 200px;
    max-height: 200px;
    display: block;
}

.file-upload {
    display: none;
}

.FondoPoput
{
    font: normal 16px/normal Arial, Helvetica, sans-serif;
    color: rgba(255,255,255,1);
    /*border: 1px solid;*/
    background: rgb(0, 53, 66);
    opacity: 0.60;
}



/***************  CSS TAB CONTROL  *************************/

.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset .tab-panel {
    display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
}

/*
 Styling
*/
body {
    font: 16px/1.5em "Overpass", "Open Sans", Helvetica, sans-serif;
    color: #333;
    font-weight: 300;
}

.tabset > label {
    position: relative;
    display: inline-block;
    padding: 15px 15px 25px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
}

    .tabset > label::after {
        content: "";
        position: absolute;
        left: 15px;
        bottom: 10px;
        width: 22px;
        height: 4px;
        background: #8d8d8d;
    }

input:focus-visible + label {
    outline: 2px solid rgba(0,102,204,1);
    border-radius: 3px;
}

.tabset > label:hover,
.tabset > input:focus + label,
.tabset > input:checked + label {
    color: #06c;
}

    .tabset > label:hover::after,
    .tabset > input:focus + label::after,
    .tabset > input:checked + label::after {
        background: #06c;
    }

.tabset > input:checked + label {
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}

.tab-panel {
    padding: 30px 0;
    border-top: 1px solid #ccc;
}

/*
 Demo purposes only
*/
*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    padding: 30px;
}

.tabset {
    max-width: 100em;
}
