h3 {
  margin-left: 220px;
  color: blue;
}

.texto {
  font-size: right;
}

.horizontal{
  font-size: 20px;
  margin-left: 220px;
  color: blue;
  background-color: silver;
  width: 200px;
  border: silver 5px solid;
}

.horizontal > li{
  display: block;
  
}

.horizontal2 > li{
  list-style: none;
  display: block;
  
}

.vertical{
  font-size: 20px;
  color: blue;
  clear: both;
}

.vertical > li{
  list-style: none;
  display: block;
  float: left;
  width: 110px;
  background-color: silver;
  text-align:center;
  border: silver 5px solid;
}


.vertical2{
  list-style: none;
  display: block;
}

.vertical2 > li{
  list-style: none;
  display: block;
}

a:hover {
  background-color: white;
}