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;
  width: fit-content;
  margin:5px;
  background: none;
}

/*botones de comando*/
a.boton{
    display: flex;
    align-items: center;
}
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;
}
svg.svgIcon {
  width: 16px;
  margin-right: 4px;
}
.b-buscar{ cursor:zoom-in;}
.b-swich{display:none;}
#derecho .b-swich{display:block !important;}
.b-modo{
  font-size: large;
  padding: 0;
  border: none;
}
.b-modo svg.svgIcon {
    width: 20px;
    height: 20px;
    margin: 0;
}
