button:disabled {
  opacity: 0.4;
}

.enlace-boton {
  display: inline-block;
  border: none;
  font-size: inherit;
  cursor: pointer;
  padding: 5px;
  background: none;
}

.enlace-boton-b {
  display: inline-block;
  font-size: inherit;
  cursor: pointer;
  padding: 5px 15px;
  max-width: fit-content;
  background: none;
}

.boton-sombra {
  font-size: inherit;
  cursor: pointer;
  border-left: none;
  border-top: none;
  min-width: fit-content;
  margin: 5px;
  background: none;
}

/*botones de comando*/
a.boton {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  align-content: center;
  height: fit-content;
  justify-content: center;
}

a.boton-sombra {
  border-bottom: 2px solid rgb(0 0 0);
  border-right: 2px solid rgb(0 0 0);
  padding-block: 1px;
  padding-inline: 6px;
  text-decoration: none;
}

button.boton {
  display: inline-flex;
}

.boton {
  height: 28px;
  min-width: 28px;
  border-radius: 7px;
  border: none;
  padding: 7px 9px;
  margin: 4px;
  text-decoration: none;
  cursor: pointer;
  font-size: small;
  font-weight: 700;
}
.boton-s{
  height: 20px;
  min-width: 20px;
  border-radius: 5px;
  border: none;
  padding: 2px;
  margin: 1px;
  text-decoration: none;
  cursor: pointer;
  font-size: small;
  font-weight: 600;  
}

.botonDer {
  margin-left: auto;
  align-self: center;
  background: none;
  border-width: 1px;
  border-style: solid;
  padding: 6px 12px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.85rem;
}

svg.svgIcon {
  width: 16px;
  margin-right: 4px;
}

.b-buscar {
  cursor: zoom-in;
}

.b-swich {
  display: none;
}

#derecho .b-swich {
  display: block !important;
}

.b-modo,
.b-abrir,
.b-cerrar {
  font-size: large;
  padding: 0;
  border: none;
}

.b-ventanaA,
.b-ventanaC,
.b-ventanaO {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background-color: transparent;
  color: white;
  font-weight: 900;
  margin: 3px;
  padding:0;
  font-size:16px;
}

kbd {
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  padding: 2px 6px;
  font-family: monospace;
  font-weight: bold;
  box-shadow: 01px 1px;
}


/*
.b-modo svg.svgIcon {
    width: 20px;
    height: 20px;
    margin: 0;
}
*/