/* XHTML y CSS con AMAYA
   Bartolomé Sintes Marco
   http://www.mclibre.org

   CSS ejercicio: 40 greguerías de Ramón Gómez de la Serna
   21 de octubre de 2005
*/

body { 
  background-color: #EEEEEE; 
  font-family: sans-serif; 
  margin: 0px; 
  text-align: center;
}

div { 
  background-color: #BBBBBB ; 
  border: white 5px outset; 
  border-top: none;
  margin: 40px 80px;
  padding: 20px 20px;
}

address { 
  background-color: white; 
  border-top: black 5px solid; 
  padding-bottom: 10px;
  padding-top: 20px ; 
}

h1 { 
  background-color: white; 
  border-bottom: black 5px solid;
  margin-bottom: -20px; 
  margin-top: 0px;
}

p { 
  border: white 3px inset; 
  color: white; 
  font-weight: bold;
  margin: 30px 40px;
  padding: 20px; 
} 

span.confondo { 
  font-size: 150%; 
  text-transform: uppercase; 
}

