.cell {
    flex: 1;
    min-width: 200px;
    padding-left: 2px;
    padding-right: 2px;
}

.hide {
    display: none !important;
}

.barra-titulo {
    z-index: 10;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background: #2f549e;
    color: white;
    height: 35px;
}

.titulo {
    height: 35px;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 35px;
    margin-left: 5px;
}

.titulo-btn {
    float: right;
    height: 35px;
    padding: 7px;
    border-radius: 0px;
    border: 0px;
    background-color: #2f549e;
    color: white;
}

.arriba {
    margin-top: 35px;
    background-color: white;
    padding: 10px 15px 0px;
    z-index: 2;
    border-bottom: 1px solid #eee;
}

.espaciar {
    margin-top: 90px;
}