.nombre{
  height: 50px;
  width: 100%;
  color: darkmagenta;
  font-size: 20px;
  font-family: Verdana;
  font-weight: bold;
  text-align: center;
  background-color: red;
}
.cajakaki{
  background-color: khaki;
  height: 400px;
  width: 25%;
  float: left;
}
.cajaazul{
  height: 400px;
  width: 75%;
  background-color: #9ED9E7;
  float: left;
}
.cajarosa{
  height: 100px;
  width: 50%;
  background-color: pink;
  float: left;
}
.cajaverde{
  background-color: lightgreen;
  height: 400px;
  width: 50%;
  font: 25px;
  font-weight: bold;
  font-style: italic;
  float: right;
}
ol{
  font: 25px;
  font-weight: bold;
  font-style: italic;
}
a{
  color: green;
  align-self: center;
}
img{
  height: 400px;
  width: 100%;
  float: left;
}
.h2{
  background-color: lightslategray;
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  font-family: tahoma;
  font-style: italic;
  float: left;
}