/* XHTML y CSS con AMAYA
   Bartolomé Sintes Marco
   http://www.mclibre.org
   
   Hoja de estilo para el ejercicio Calendario

   25 de noviembre de 2005
*/

body { background-color: #FBDFC8; font-family: sans-serif;} 
h1 { text-align: center; text-transform: uppercase; }

table { margin-left: auto; margin-right: auto; 
  text-align: center; border: none;}

th { width: 3em; height: 2em;}
th { background-color: lightblue; border:none; border-bottom: blue 2px solid; 
  vertical-align: bottom; text-align: center;}
td { width: 3em; height: 3em; font-size: 200%;}

td.fe { background-color: #FFC4B9; }
td.va { empty-cells: hide; }
