/* XHTML y CSS con AMAYA
   Bartolomé Sintes Marco
   http://www.mclibre.org
   
   CSS ejercicio: Peanuts
   17 de junio de 2008
*/

body { 
  background: url("snoopy.png") repeat-y top left #ddd fixed; 
  font-family: sans-serif;
  margin-left: 170px; 
  text-align: justify;
}

h1 {
  font-size: 700%;
  letter-spacing: 20px;
  margin: 0px;
  text-transform: uppercase;
}

div { 
  border: 5px solid white; 
  margin: 10px;
}

div#autor, div#obras { 
  background-color: #595959; 
  color: white; 
}

div#sinborde {
  background: url("charliebrown.png") repeat-y top right #ddd;  
  border: none;
  padding-right: 100px;
}

div#Charlie {
  margin-left: 120px;
}

div div div {
  min-height: 250px;
}

h2, h3 { 
  border-bottom: 5px solid white;
  margin: 0px;
  padding-left: 5px;
}

p {
  padding-left: 10px;
  padding-right: 10px;
}

p.enlaces {
  text-align: center;
}

span.conborde {
  border: 1px solid black;
  padding: 5px;
}

p.enlaces a {
  font-variant: small-caps;
  text-decoration: none;
}

p.clear {
  clear: both;
}

strong {
  color: blue; 
  font-weight: normal;
}

em {
  color: #FF69B4;
  font-size: 120%;
}

span.nombre {
  color: #FF7F50;
  font-weight: bold;
}

img.izq { 
  float: left;
  margin-right: 10px;  
  margin-bottom: 10px;
}

img.der { 
  float: right; 
  margin-left: 10px;
  margin-bottom: 10px;
}

address {
  font-size: 80%;
  font-style: normal;
  text-align: center;
}

