section {
    margin: 3em;
    margin-top: 6em;
}

.bg-navbar {
    background-color: #563d7c;
}

.navbar-brand
{
    color:white;
}
.nav-link {
    color:white;

}
.nav-item {
    color:white;
}
.nav-item a:hover {
    border-radius: .25rem;
    background-color: blue;
  // mask-border-mode: alpha;
    color:white;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.foto-socio {
    max-height: 176px;
    max-width: 240px;
}

table.seleccionable tbody tr:hover {
    background-color: rgba(0, 0, 0, .030);
}
table.seleccionable tbody tr {
    cursor: pointer;
}
/*table.seleccionable tbody tr.selected > * {*/
/*    background-color: rgba(0, 0, 0, .075);*/
/*    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, .075);*/
/*    color: black;*/
/*}*/
table.seleccionable tbody tr.selected:hover > * {
    background-color: rgba(0, 0, 0, .075);
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, .075);
    /*color: black;*/
}