/* XHTML y CSS con AMAYA
   Bartolomé Sintes Marco
   http://www.mclibre.org
   5 de diciembre de 2005

   CSS para Ejercicio Citas
*/

body { background-color: #98F4AA; }

div.citas { background-color: lightblue; 
  position: absolute; overflow: hidden;
  top: 20%; left: 20%; width: 55%; height: 55%; }       

div div { background-color: lightblue;
  width: 100%; height: 100%; overflow: auto; }       

p.t { font-family: cursive; font-size: 150%; text-align: justify; 
  margin: 20px; }

p.a { font-family: sans-serif; font-size: 120%; text-align: right; 
  margin: 20px; }

p.t:first-letter { color: red; font-size: 250%}

img { margin: 3px; position: absolute; border: none;}

a { border: none;}

img#d01 { top: 11%; left: 15%; }
img#d02 { top:  7%; left: 30%; }
img#d03 { top:  9%; left: 45%; }
img#d04 { top: 11%; left: 65%; }
img#d05 { top:  8%; left: 85%; }

img#d06 { top: 25%; left: 83%;}
img#d07 { top: 50%; left: 86%;}
img#d08 { top: 70%; left: 88%;}

img#d09 { top: 85%; left: 82%; }
img#d10 { top: 87%; left: 67%; }
img#d11 { top: 90%; left: 44%; }
img#d12 { top: 85%; left: 29%; }
img#d13 { top: 87%; left: 17%; }

img#d14 { top: 30%; left:  9%;}
img#d15 { top: 55%; left: 13%;}
img#d16 { top: 73%; left: 11%;}
