/* XHTML y CSS con AMAYA
   Bartolomé Sintes Marco
   http://www.mclibre.org
   
   CSS examen: KDE (1ª parte)
   28 de enero de 2009
*/

html {
  font-family: sans-serif;
  text-align: justify;
}

body {
  background-color: #D7E6F4;
  background-image: url("kde_logo.png");
  background-repeat: repeat-y;
  border-left: #1C438C 40px solid;
  border-right: #1C438C 40px solid;
  margin: 0px 0px 0px 160px;
}

h1 {
  background-color: #1C438C;
  color: white;
  font-size: 300%;
  margin-top: 0px;
  padding-top: 5px; 
  padding-bottom: 5px;
  text-align: center;
}

div {
  border-left: #1C438C 20px solid;
  border-right: #1C438C 20px solid;
  margin: 20px;
}

h2 {
  background-color: #1C438C;
  color: white;
  font-variant: small-caps;
}

ul { 
  list-style-type: none; 
  text-align: center 
}

ul li { 
  background-color: #1C438C;  
  display: inline; 
  font-weight: bold;
  margin-right: 10px; 
  padding: 5px;
}

a { 
  color: white;
  text-decoration: none; 
}

p {
  padding: 0px 10px;
}

span.fecha {
  color: #1C438C;  
  font-weight: bold;
}

p.pie {
  background-color: #1C438C;  
  padding: 5px 0px;
}

address {
  background-color: #1C438C;  
  color: white;
  font-style: normal;
  padding-top: 5px; 
  padding-bottom: 5px;
}  

