.contenedor {
    /* display: table;
    width: 852px; */
    overflow-x:auto;
}

.contenedor table.table{
    background-color: #eee;
    border-radius: 5px;
}

.contenedor table.table thead th{
    font-family: DINL;
}

.contenedor table.table thead tr:first-of-type th{
    border:none;
}
.titulo span {
    margin-left: -10px;
}

.deshabilitado {
    color: #a8a8a8;
    text-decoration: italic;
    cursor: default;
}


.cuadro {
    margin-top: 15px;
}

.cuadro td,.cuadro th {
    font-family: DINL;
}

h1{
    font-family: DINL;
}
h3 a,h3 a:active,h3 a:visited{
    color: #212529;
    text-decoration: none;
    font-family: DINL;
    font-size:18px;
}
h3 a:hover{
    color:#007bff;
}