/* XHTML y CSS con AMAYA
   Bartolomé Sintes Marco
   http://www.mclibre.org
   
   CSS ejercicio: Distribuciones GNU/Linux 2º Trimestre de 2008
   17 de junio de 2008
*/

body  {
  font-family: sans-serif;
  background-color: #EAF0FC;
}

h1 { 
  float: left;;
  text-align: right; 
  color: #6495ED;
  text-transform: uppercase;
  line-height: 150%;
}

span.abajo { 
  position: relative; 
  top: 2ex; 
}

table {
  border-collapse: collapse;
  border-color: #6495ED;
}

colgroup.neg {
  background-color: lightgrey;
}

th { 
  background-color: #6495ED;
  color: white;
}

td {
  border-color: #6495ED;
  font-size: 60%;
  text-align: left;
  vertical-align: top;
  width:  35px;
  height: 35px;
}

td img { 
  border: none;
  float: right; 
}

div#grande {
  border: #6495ED 3px solid;
  margin-left: 5%;
  height: 200px;
  width: 90%;
  overflow: hidden;
}

div div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

h2 { 
  color: #6495ED;
  margin: 0px;
  padding: 5px; 
  text-align: right;
}

h2.izq {
  float: left;
}

p { 
  text-align: justify;
  margin: 10px;
}

address {
  border-top: #6495ED 1px solid;
  margin-top: 10px;
}

address strong {
  color: #6495ED;
}

