/* XHTML y CSS con AMAYA
   Bartolomé Sintes Marco
   http://www.mclibre.org
   
   CSS ejercicio: Diccionario del Diablo, de Ambrose Bierce
   16 de noviembre de 2007
*/

html {
  background: url("bomba.jpg")#BBBFC3 top left repeat-x;
  font-family: sans-serif;
  padding-top: 120px;
  text-align: justify;
}

body {
  background: url("bomba.jpg")#BBBFC3 bottom left repeat-x; 
  margin: 0px;
  padding-bottom: 120px;
}

h1 {
  background-color: #858F98 ; 
  border-bottom: black 3px solid; 
  font-size: 250%;
  letter-spacing: 1em;
  margin-top: 0px;
  text-transform: uppercase;
  text-align: center;
  word-spacing: -1.25em;
}

p {
  margin-left: 5%;
  margin-right: 5%;
  text-indent: 2em;
}

h2 {
  font-size: 120%;
  margin-top: 2em;
  padding-left: 3%;
}

span.h2 {
 background-color: #5A8ABB;
}

span.idea {
  color: white; 
  font-weight: bold;
}

strong {
  font-family: cursive;
  font-weight: normal;
}

em {
  border-bottom: black 2px solid;
  font-style: normal;
}

address {
  background-color: #4F7AB1;
  border-top: black 3px solid; 
  color: white;
  padding: 10px;
}

