body
{background-color: lightblue}
h1
{color: green;
background-color: gray;
text-align: center}     
h2
{color: green}
h3 
{color: white}  
.naranja
{border: 10px solid blue;
 float: left;
 width: 300px;
 height: 120px;
 text-align: center;
 background-color: #ffaa88;
 padding: 30px;
 margin: 20px 10px} 
.azul
{background-color: yellow;
 float: right;
 height: 300px;
 line-height: 300px;
 margin: 20px 10px;
 text-align: center;
 width: 300px;
 border: 10px solid blue}
.tierra 
 {height: 300px;
 width: 300px;
 float: right;
 border:10px solid blue;
 text-align: center;
 margin: 20px 10px; 
 background-color: pink}