/* XHTML y CSS con AMAYA
   Bartolomé Sintes Marco
   http://www.mclibre.org
   
   Hoja de estilo Examen H.L. Mencken

   13 de diciembre de 2005
*/

body { font-family: sans-serif; background-color: #FFF5D8; color: #CC9933 }

h1 { margin: 0px; }

div#menu { position: absolute; top: 3em; bottom: 0%; left: 0%; width: 11em; 
  margin: 0px; }

ul { list-style-type: none; background-color: #EDDBB8; 
  border: #CC9933 3px solid; width: 7.5em; 
  padding: 0em; margin-left: 1.5em; margin-top: 10px; }
ul li { width: 6em; margin: 0.5em 0.5em ; padding: 0em; 
  text-align: center; }

a { display: block; width: 100%; background-color: #FFF5D8; border: #CC9933 3px solid; 
  padding: 5px 0px; text-decoration: none; color: #CC9933; font-weight: bold; }

a:hover { background-color: #CC9933; border: #FFF5D8 3px solid; color: white;}

div#citas { position: absolute; top: 3em; left: 11em ; right: 0%; bottom: 0%; 
  overflow: hidden; }

div div { width: 100%; height: 100%; overflow: auto; }

p { float: left; font-size: 120%; width: 12em; height: 10em; 
  border: #CC9933 3px solid; padding: 10px; margin: 10px; overflow: auto;  }

p:first-letter { float: left; font-size: 300%; }
