#encabezado {
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 10), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    height: 530px;
    width: 500px;
    border-color: black;
    border-style: solid;
    background-color: rgb(57, 169, 0);
    display: flex;
    flex-direction: column;
}

.titulo {
    margin-top: 10px;

    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    width: 95%;
    border-color: rgb(10, 10, 10);
    border-style: solid;
    background-color: white;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 10), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#logo {
    float: left;
    margin-top: 3px;
    margin-left: 5px;

}

.txttitulo {
    display: flex;
    flex-direction: row;
    /* margin: 5px auto; */

    /* text-align: center; */
}

.txttitulo_hijo {
    color: rgb(0, 86, 136);
    margin-top: 10px;
    margin-left: 10px;
    border-left: solid;
    border-width: .1vw;
    height: 80px;
    font-family: Calibri;
    align-items: center;
    text-align: left;
    font-size: 35px;
    line-height: 30px;
    display: flex;
}

.pie {
    color: rgb(0, 86, 136);
    font-family: Calibri;
    font-weight: bold;
    align-items: center;
    text-align: center;
    width: 400px;
    height: 70px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    border-color: black;
    border-style: solid;
    background-color: white;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 10), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.ingreso {

    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 230px;
    width: 400px;
    border-color: black;
    border-style: solid;
    background-color: white;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 10), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.txtIng {
    font-family: calibri;
    font-weight: bold;
}

input {
    width: 200px;
    height: 20px;
    font-size: 18px;
    margin-bottom: 5px;
}

.errores {
    display: none;
    border: solid 2px #b00;
    position: absolute;
    margin-top: -40px;
    margin-left: 250px;
    -webkit-boxshadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background: red;
    opacity: 0.8;
    box-shadow: 2px 2px 2px #000;

    color: #fff;
    font-size: 18px;
    padding: 10px;
    width: 210px;

}

.errores:before {
    content: '';
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid red;
    left: -16px;
    position: absolute;
    top: 8px;
}

.btning {
    height: 35px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-color: black;
    border-style: solid;
    color: white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: -webkit-linear-gradient(top, rgb(36, 109, 0) 0%, rgb(57, 169, 0) 47%, rgb(28, 83, 0) 100%);
    background: -moz-linear-gradient(top, rgb(36, 109, 0) 0%, rgb(57, 169, 0) 47%, rgb(28, 83, 0) 100%);
}

.btning:hover {
    /* top: 30px; */
    margin-top: 10px;
    /* color: black; */
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: -webkit-linear-gradient(top, rgb(0, 110, 9) 0%, rgb(0, 255, 21) 47%, rgb(5, 156, 0) 100%);
    background: -moz-linear-gradient(top, rgb(0, 110, 9) 0%, rgb(0, 255, 21) 47%, rgb(5, 156, 0) 100%);
}

.btning:active {
    /* top: 30px; */
    margin-top: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: -webkit-linear-gradient(top, #00ff00, #32cd32);
    background: -moz-linear-gradient(top, #00ff00, #32cd32);
}

.final {
    text-align: center;
}

.rol {

    overflow: hidden;
    align-items: center;
    margin-bottom: 5px;
}