div, ul, li, span {
  margin: 0;
  padding: 0; }

.fondoNegro {
  background-color: black;
  color: blanchedalmond; }

#viaWeb {
  display: flex;
  flex-direction: column;
  width: 65px;
  position: fixed;
  top: 60%;
  left: 91%;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 15px; }
  #viaWeb ul {
    display: flex;
    flex-direction: column;
    align-items: center; }
    #viaWeb ul li {
      list-style: none; }
  #viaWeb img {
    width: 50px;
    height: 50px; }

/*# sourceMappingURL=style.css.map */
