/* XHTML y CSS con AMAYA
   Bartolomé Sintes Marco
   http://www.mclibre.org

   CSS ejercicio: Sistema Solar
   27 de febrero de 2003
*/

body { 
  background-color: black;
  color:white; 
  font-family: sans-serif; 
  font-weight: bold;
  text-align: justify;
}

h1 { 
  text-align: center;
}

h2 { 
  color: grey; 
  text-transform: uppercase; 
}

hr { 
  clear: both; 
}

p.centrado { 
  text-align: center; 
}

p.ultmod { 
  border-top: black 1px solid; 
}

img { 
  border: none; 
}

img.izq { 
  float: left; 
  margin-right: 15px;  
}

img.der { 
  float: right; 
  margin-left: 15px; 
}

div.planeta { 
  background-color: black; 
  border: 4px dashed grey;
  clear: both; 
  margin: 30px 20px;
  padding: 1px 30px; 
}

