
.btn-live {
  color: white;
  text-decoration: none;
  padding: 5px 20px;
  padding-left: 20px;
  background-color: #ff5f25;
  border-radius: 10px;
  box-shadow: inset 0px 4px rgba(255, 255, 255, 0.4);
  border: solid 4px rgba(0, 0, 0, 0.9);
  clear: left;
  float: left;
  font-size: 26px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  opacity: 0.9;
  margin-top: 15px;
}
.btn-live:hover {
  opacity: 1;
  text-decoration: none;
  box-shadow: inset 0px 4px rgba(255, 255, 255, 0.4), 0px 0px 35px rgba(255, 255, 255, 0.3);
}
.btn-live:active {
  opacity: 0.4;
  box-shadow: inset 0px 4px rgba(255, 255, 255, 0.4);
}
.botonmultix {
	float:left;
  opacity: 0.7;
}
.botonmultix:hover {
  opacity: 1;
}
