/* XHTML y CSS con AMAYA
   Bartolomé Sintes Marco
   http://www.mclibre.org
   
   Hoja de estilo Examen Citas de G.K. Chesterton

   16 de diciembre de 2005
*/

body { font-family: sans-serif; text-align: justify;
  background-color: #F1C09C; color: #804040; }

h1 { position: absolute; top: 0%; height: 1.8em; left: 0%; width: 100%; 
  font-size: 150%; margin: 0px; margin-top: 0.2em; }

div#ficha {position: absolute; top: 4em; right: 30px; width: 220px;
  font-size: 80%; padding: 5px; border: #DF6000 2px solid; }

p.centrado { text-align: center; margin: 0px; font-weight:bold;}

div#ficha ul { padding-left: 15px; margin: 0px;}

img { border: white 2px solid; }

div#menu { position: absolute; overflow: auto;
  top: 3em; bottom: 0%; left: 0%; width: 10em; }

div#menu ul { list-style-type: none; background-color: #F4CFB4;
  border: #DF6000 2px solid; width: 7.2em; 
  padding: 0em; margin-left: 0.5em; margin-top: 0px; }

div#menu li { width: 6em; margin: 0.5em 0.5em ; padding: 0em; 
  text-align: center; border: #DF6000 2px solid;
  padding: 5px 0px; font-weight: bold;  }

a { text-decoration: none; color: #804040; xcolor: #DF6000; }

div#citas { position: absolute; overflow: hidden;
  top: 3em; bottom: 0em; left: 9em; right: 290px; }

div div { overflow: auto; width: 100%; height: 100%; }

h2 { font-size: 120%; margin: 0px; text-transform: uppercase; }
