/* XHTML y CSS con AMAYA
   Bartolomé Sintes Marco
   http://www.mclibre.org
   
   Hoja de estilo para el ejemplo position:fixed

   18 de noviembre de 2003 
*/

div#cabecera { background-color: #EEEEEE; height: 1.8em; width: 100%;
  position: fixed; top: 0px; left: 0px; }

div#cabecera ul { list-style-type: none; margin: 0.2em 0;  }
div#cabecera li {float: left;  margin-right: 0.6em; border: #CCCCCC 2px solid; }
div#cabecera a { background-color: #AAAAAA; color: white; 
  text-decoration: none; padding: 0 0.3em; }
div#cabecera a:hover { background-color: white; color: #AAAAAA; }

h1 { line-height: 3em; text-align: center}

hr { margin-bottom: 2em; }
