/* XHTML y CSS con AMAYA
   Bartolomé Sintes Marco
   http://www.mclibre.org
   
   CSS examen: Champions 2006

   15 de diciembre de 2006
*/

body { background-color: #7389AE; margin: 0px; font-family: sans-serif;}

h1 { background-color: #000046; color: white; margin-top: 30px; padding: 5px;
  border-top: white 2px solid; border-bottom: white 2px solid; }

div.bloque { margin: 20px 20px; padding-bottom: 10px; background-color: white;
  border-top: #000046 4px solid; border-bottom: #000046 4px solid;}

h2 { background-color: #5A6B97; color: white;
  border-bottom: #000046 4px solid; margin: 0px; margin-bottom: 10px; padding: 2px; }

caption { margin-left: auto; margin-right: auto; }
table { margin-left: auto; margin-right: auto; }
td { text-align: center; }
td.negro { background-color: #DDDDDD; }

table#equip { border: none; margin-top: 30px;}
table#equip td {  border: #5A6B97 4px solid; width: 12em; height: 4em;  
  padding-right: 5px;  }
table#equip td.blanco { border: none; width: 20px; }

table#equip img { float: left; position: relative; top: -40px; left: -35px;}
table#equip p { position: relative; left: -10px; text-align: right; }

table#resultados th { font-size: 75%; background-color: #B9C4D6; font-variant: small-caps; }
table#resultados td { font-size: 150%; width: 3em; height: 3em; }

table#clasif tr.cabecera { background-color:#B9C4D6; } 
table#clasif th { padding-left: 5px; padding-right: 5px; }
table#clasif td { height: 2em; }

address { background-color: #000046; color: white; margin-top: 30px; padding: 5px;  
border-top: white 2px solid; border-bottom: white 2px solid; }
a { color: white; }

