/* XHTML y CSS con AMAYA
   Bartolomé Sintes Marco
   http://www.mclibre.org

   CSS examen: Pasatiempos
   12 de diciembre de 2007
*/

body {
  font-family: sans-serif;
  margin: 0px;
  text-align: justify;
}

table {
  background-color: #EEEEEE;
  border-width: 3px;
  font-family: monospace; 
  font-size: 150%;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

h1 {
  background-color: black;
  color: white;
  letter-spacing: 1em;
  margin: 0px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase; 
}

h2 {
  background-color: black;
  color: white;
  margin: 0px 0px 10px;
  padding-left: 10px;
}

p.centrado {
  text-align: center;
}

div div {
  float:left;
  width: 50%;
}

p.limpia { 
  clear: both;
  padding: 0px;
}

p {
  margin: 0px;
  padding: 0px 10px 10px; 
}

div.sudoku, div.kakuro {
  background-color: #AAAAAA;
  border: black solid 3px;
  margin: 10px 40px;
  padding: 0 0px 10px;
}

div.sudoku td {
  height: 1.5em;
  width: 1.5em;
}

div.kakuro table {
  border-collapse: collapse;
}

div.kakuro td.fondo {
  background: url("fondo.png") white no-repeat;
  height: 50px;
  padding: 0px;
  width: 50px;
}

div.kakuro td.hori {
  text-align: right;
  vertical-align: top;

}

div.kakuro td.vert {
  text-align: left;
  vertical-align: bottom;
}

span.juego {
  color: white;
}

strong { 
  font-weight: normal;
  text-decoration: underline;
}

