.centrado {
    text-align: center;
}

.datos {
    border: 0px;
    border-bottom: 2px #000 solid;
    background-color: #0000000d;
    width: 350px;
}

.datos:focus {
    border-bottom: 2px #001fff24 solid;
    /* background-color: #001fff24; */
}

.justificado {
    text-align: justify;
}

p {
    color: #000;
}

.width50 {
    width: 50px;
}

.black {
    color: #000;
}

.black:hover {
    color: #038D47;
}

.anidado {
    margin-left: 60px;
}

canvas {
    width: 400px !important;
    height: 70px !important;
    background-color: #0D0909;
}

.paqueño {
    font-size: 9px;
}

.botondescarga {
    background: #038D47;
    height: 50px;
    width: 200px;
    font-size: initial;
    color: white;
}

.modalContainer {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 60px;
    width: 100%;
    height: 98%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modalContainer .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid lightgray;
    border-top: 10px solid #58abb7;
    width: 60%;
}

.modalContainer .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.modalContainer .close:hover,
.modalContainer .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.derecha {
    width: 100%;
    text-align: right;
}

#btnModal {
    font-size: larger;
}