/* XHTML y CSS con AMAYA
   Bartolomé Sintes Marco
   http://www.mclibre.org
   14 de diciembre de 2004

   CSS para ejercicio Posicionamiento: Restaurante
*/

body { background: white; color: black; font-family: sans-serif; 
  margin: 0px; padding: 0px; } 

h1 { background: lightgreen; margin-top: 0px; font-size: 200%; 
  position: absolute; top: 0px; left: 0px; width: 100%; height: 1em; }

div.indice { background: lightblue; border: #666666 1px dotted; 
  position: absolute; top: 2.5em; left: 0px; width: 33%; }

div.menu  { background: #cccccc;
  position: absolute; top: 2.5em; left: 34%; width: 65%; height: 80%;
  overflow: hidden; }

div.plato { width: 100%; height: 100%; overflow: auto; }
