.leyes {
    padding: 0px 10px;
}

.leyes .cabecera {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    margin: auto;
    flex-wrap: wrap;
}

.leyes .tabla table {
    width: var(--max-page-width);
    margin: 0;
}

.leyes .secciones {
    min-height: 500px;
}

.leyes .listas {
    display: flex;
    flex-direction: row;
    gap: 20px;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 15px;
}

.leyes .listas .item {
    padding: 10px 0px;
    font-size: 12pt;
    cursor: pointer;
}

.leyes .listas .selected {
    font-weight: 700;
    border-bottom: 2px solid #000;
}

.leyes .cabecera .tabla {
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 230px;
    flex-grow: 1;
}

.tabla .nuevo {
    background-color: gray;
    text-align: center;
    position: sticky;
    top: 0;
}

.leyes .cabecera .tabla table td {
    border: none;
    font-size: 1rem;
}

/**************************************************************************************/

.hidden-table {
    display: none;
}

.show-table {
    display: block;
}

#periodo_container {
    display: none;
}