/* XHTML y CSS con AMAYA
   Bartolomé Sintes Marco
   http://www.mclibre.org
   
   Hoja de estilo para ejercicio de examen Televisión

   27 de enero de 2005
*/

body { font-family: sans-serif; background-color: lightgrey; text-align: justify;}

h1 { text-align: center; }

h2 { text-align: center; padding-top: 20px; }

p { margin: 10px 30px; }

table { position: absolute; bottom: 10%; left: 3%; width: 12%;  border: black 1px solid; 
  border-collapse: collapse; text-align: center; background-color: white; }

td { padding: 0px 2px; }

a { text-decoration: none; color: black; font-weight: bold; }

div.mueble { position: absolute; left: 15%; width: 70%; top: 15%; height: 70%; overflow: hidden; 
border: #CC9900 5px solid; background-color: white; }

div.tele { position: relative; left: 16%; width: 80%; top: 10%; height: 80%;
 overflow: hidden; border: black 3px solid; background-color: #F0F0F0; }

div.tele div { position: relative; width: 100%; height: 100%; }

address { position: absolute; bottom: 30px; left: 0%; width: 100%; text-align: center; }

img { position: absolute; right: 5px; bottom: 5px; }

div.off { background-color: black; }
div.on img { position: static; }
p.centrado { text-align: center; }


