/* ------------ BARRA SUPERIOR ----------- */
.top-barr
{
    background: rgb(255,27,0);
    width: 100%;
    height: 50px;
    margin: 0px;
}

/* ------------ BOTONES ---------- */

.btn
{
    text-decoration: none;
    color: white;
    width: 10vw;
    height: 100%;
    text-align: center;
    display: inline-block;
    border-radius: 10px;
    font-size: 2vw;
    background:  rgb(32, 32, 32);
    transition: background 1s;
}


.btn:hover
{
    background: rgb(15, 15, 15);
    transition: background 1s;
    
}


/* ------------ BOTONO CONTINUAR---------- */

.btn-continuar
{
    margin-bottom: 0px;
    margin-block-end: 5%;
    border: 3px #ddd;
    border-radius: 0px;
    
}


/* ------------ BOTONO CANCELAR---------- */

.btn-cancelar
{
    margin-left: 20%;
    background-color: white;
    color: black;
    border: 3px rgb(24, 24, 24);
    
}

.btn-cancelar:hover
{
    color: rgb(255, 255, 255);
}

/* ------------ BOTON SALIR Y CONTINUAR ---------- */

.btn-continuar, .btn-salir {
    margin-top: 1%;
    padding-top: 2%;
    width: 20%;
    height: 5vw;

}



.btn-salir
{

    margin-left: 0px;
    border-radius: 0px;


}

.btn:hover
{
    background:  #454543;
    transition: background 300ms;
    
}
/* ------------ RENGLONES ---------- */

.renglones {
    display: inline-block;
    background-color: #ECECEC;
    margin-left: 10%;
    padding: 10px;
    color: gray;
    font-size: 3rem;
}

.renglon-semana {
    width: 30%;
    margin-left: 10%;

}

.renglon-semana, .renglon-nomina
{
    height: 20px;
    border-radius: 5px;
}
.renglon-nomina
{
    width: 100px;
}

#seccion-renglones
{
    margin-bottom: 1%;
}


/* ------------ CONTENIDO ----------- */
.contenido
{
    min-height: 100%;

    /*  Igual al alto del footer */
    margin-bottom:-50px; 
}

/* ------------ FOOTER ----------- */
.footer
{
    height: 50px;
    background-color: #3C3C3B;
    padding: 0px;
    margin: 0px;
}

/* ------------ CONTAINER, SECTIONS AND WRAPERS ----------- */


.user-logo-container, .numero-empleado-container, .section-wraper
{

    width: 100%;

}



/* ------------ LOGO USUARIO ----------- */

.user-logo
{
    background-image:url(../img/nomina/profilepic_unisex.gif);
    margin-top: 1%;
    margin-inline-start: 44%;
    border-radius:  100%;
    border: 7px solid #ECECEC;
    width: 10vw;
    height:10vw;
    background-size: 10vw


}
/* ------------ NUMERO DE EMPLEADO----------- */


h2
{

    display: block; 
    margin-inline-start:44%;
    font-size: 2vw;
    border-radius: 5px;
    color: rgb(138, 138, 138);


}




/* ------------ RENGLONES ---------- */

.renglones
{
    background-color: #ECECEC;
    padding: 2px;
    height: 5vw;
}

.renglon-semana
{

    width: 100%;
    float: right;
 

}


/* ------------ LABELS ---------- */


label
{
    margin-left: 10%;
    color: dimgrey;
    font-size: 3vw;
}

.division
{
    border-radius: 5px;
    margin: 5px;
    display: inline-block;
    width: 40%;
  
}

