/* XHTML y CSS con AMAYA
   Bartolomé Sintes Marco
   http://www.mclibre.org
   
   Hoja de estilo Examen alendario escolar Diciembre 2005

   13 de diciembre de 2005
*/

body { background-image: url("libreta_vert.png"); background-repeat: repeat-y; 
  padding: 0px 0px 0px 50px; margin: 0px; 
  font-family: cursive; text-align: center; }

div#hoja { background-image: url("pauta.png"); padding: 0px 20px; 
  position: absolute; top: 0%; height: 98%; width: 70%;
  margin-top: 4px; 
  border: black 2px solid; border-left: none; }

h1 { margin-top: 0px; margin-bottom: 30px; padding-top: 20px;}

span.subrayado { background-image: url("subrayado.png"); background-repeat: repeat-x;
  background-position: left bottom; padding-bottom: 5px; }

address { position: absolute; bottom: 5%; left: 0px; width: 95%;
  font-size: 80%; font-style: normal; }

table { margin-left: auto; margin-right: auto; background-color: white; }
caption { margin-left: auto; margin-right: auto; 
  text-transform: uppercase; letter-spacing: 1em; font-weight: bold;  }

th { font-size: 80%; width: 6em; }
td.fi { background-color: #FFDEDE; }
col.fi { background-color: #FFDEDE; } 
td.ex { background-color: black; color: white; }
td.bl { background-color: white; }

