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