/* XHTML y CSS con AMAYA
   Bartolomé Sintes Marco
   http://www.mclibre.org
   2 de diciembre de 2004

   CSS para ejercicio Posicionamiento: Citas de Oscar Wilde
*/

body { font-family: sans-serif; background-color:#FDDBBD; text-align: justify; }

h1 { text-align: center; text-transform: uppercase; color: #B0B0B0;}

div { line-height: 150%; font-style: oblique; 
  width: 13em; height: 13em; overflow: visible; float: left; 
  border: #C9A568 2px dashed; background-color: #F2D0AB;
  margin: 10px; }

h2 { width: 6em; background-color: #C9A568; color: #DDDDDD; font-size: 150%;
  position: relative; top: -1.25em; left: 1em; padding: 0px 10px; }

p { line-height: 150%; font-style: oblique; 
  padding: 10px; position: relative; top: -3em; }

p:first-letter { color: #C9A568; font-size: 300%; float: left; font-style: normal;}

