/* XHTML y CSS con AMAYA
   Bartolomé Sintes Marco
   http://www.mclibre.org
   
   CSS ejercicio: Anatomía de Linux
   5 de noviembre de 2007
*/

html { 
  background-color: #E2DDD8;
  font-family: sans-serif;
  text-align: justify;
}

body { margin: 0px; }

p.cabecera {
  background-color: #669966;
  color: white;
  font-size: 75%;  
  margin: 0px;
  padding-right: 10px;
  text-align: right;
  text-transform: uppercase;
}

h1 {
  background-color: #D4B8B8;
  margin-top: 0px;
  text-align: center;
  text-decoration: underline;
}

div {
  margin-top: 1em;
  margin-bottom: 1em; 
}

div.intro {
  border-left: #669966 4px dotted; 
  border-right: #669966 4px dotted; 
  font-family: cursive;
  margin: 0px 10%;
}

div.par {
  background-color: #D4B8B8;
  border: #660000 4px solid;
  margin-left: 20%;
  margin-right: 20px;
}

div.par h2 {
  background-color: #660000;
  color: white;
  margin: 0px;
  padding-left: 10px;
}

div.impar {
  background-color: #C8DAC8;
  border: #669966 4px solid;
  margin-right: 20%;
  margin-left: 20px;
}

div.impar h2 {
  background-color: #669966;
  color: white;
  margin: 0px;
  padding-left: 10px;
}

div p { 
  margin: 0px;
  padding: 10px; 
  text-indent: 20px;
}

span.persona {
  font-weight: bold;
  text-decoration: underline;
}

span.organismo {
  background-color: white;
}

span.proyecto {
  border-bottom: white 2px solid;
  font-family: cursive;
  font-style: oblique;
}

address {
  background-color:  #D4B8B8;
  border-top: #660000 4px solid;
  margin: 0px;
  padding-left: 10px;
}

