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

