/* XHTML y CSS con AMAYA
   Bartolomé Sintes Marco
   http://www.mclibre.org
   24 de novimebre de 2003

   CSS para Ejercicio Diario de Cesare Pavese
*/

body { font-family: sans-serif; margin: 0px; }

h1#titulo { background-color: #AAAAAA; 
  position: absolute; overflow: visible;
  top: 0%; left: 0%; height: 10%; width: 83%; 
  margin: 0px; font-size: 200%; color: #DDDDDD; }

div#calend { background-color: #BBBBBB;
  position: absolute; overflow: auto;
  top: 0%; right: 0%; width: 17%; height: 100%; }

h2 { text-align: center; color: #DDDDDD; font-size: 125%; }

table {  font-size: 80%; margin-left: auto; margin-right: auto; }

caption { text-align: right; }

th { background-color: #DDDDDD; font-weight: normal; }

td a { background-color: #EEEEEE; text-decoration: none; color: black; font-weight: bold; }

div#diario { background-color: #EEEEEE; 
  position: absolute; overflow: auto;
  top: 10%; left: 0%; width: 83%; height: 90%; }

div#diario div { border: #888888 2px solid; margin: 20px 40px; padding: 0px 10px; }

h3 { background-color: #CCCCCC; color: #EEEEEE; font-weight: bold; 
  font-size: 125%; text-align: right; padding: 0px 5px; margin: 0px -10px; }

address { border-top: #BBBBBB 2px dashed; padding-top: 5px; text-align: center; }
