/* XHTML y CSS con AMAYA
   Bartolomé Sintes Marco
   http://www.mclibre.org
   7 de febrero de 2003

   CSS para Ejercicio Smullyan
*/

body { font-family: sans-serif; color: black; background-color: #FFECA0; 
  text-align: justify;}

h1 { color: #B89400; text-transform: uppercase; text-align: center; font-size: 300%;
  margin: 0px;}

div.presenta { border: #90ACB8 10px solid; margin: 0 3em; padding: 0.5em;  }

p.dia { font-family: cursive; color: #607480; text-indent: -0.5em; margin: 0.5em; 
  font-style: oblique;}
.nodia { font-family: sans-serif; color: black; font-style: normal;}

div.puerta { border: #90ACB8 10px solid; margin: 0.5em; padding: 1em;  
  width: 60%; text-align: center;}
p.letrero {  text-transform: uppercase; font-size: 300%; margin: 0px;}
p.limpia { clear: both; }

body.tigre { background-image: url("tigre.jpg"); }
body.tigre p { font-size: 600%; color: yellow; 
  text-align: center; text-traform: uppercase; }

body.dama { background-image: url("dama.jpg"); }
body.dama p { font-size: 600%; color: yellow; 
  text-align: center; text-traform: uppercase; }
