/* XHTML y CSS con AMAYA
   Bartolomé Sintes Marco
   http://www.mclibre.org
   
   CSS examen: Vídeos en páginas web (turno de mañana)
   29 de enero de 2010
*/

html {
  background-image: url("tele.png");
  background-repeat: repeat-y;
  font-family: monospace;
  margin-left: 5%;
  padding-left: 15%;
  text-align: justify;
}

body {
  background-image: url("monitor.png");
  background-position: top right;  
  background-repeat: repeat-y;
  margin-right: 5%;
  padding-right: 20%;
}

h1 { 
  background-color: black;
  color: white;
  text-align: center;
  text-transform: capitalize;
}

h3 {
  margin: 5px 0px;
}

span.titulo {
  background-color: black;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}

div {
  border-left: black 50px solid;
  border-right: black 50px solid;
  padding: 0px 40px;
  margin-bottom: 40px;
}

div div {
  border: none;
  border-top: black 5px solid;
  border-bottom: black 5px solid;
  margin-bottom: 20px;
  padding: 0px 40px;
}

div div p:first-letter {
  font-size: 200%;
  font-weight: bold;
}

img.der {
  float: right;
  margin-left: 10px;
}

address { 
  background-color: black;
  color: white;
  font-weight: bold;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
}

strong {
  border-bottom: black 1px dashed;
}

