/* Páginas web con Amaya
   Bartolomé Sintes Marco
   http://www.mclibre.org
   2 de diciembre de 2003

   CSS para Ejercicio Efemérides 2 de diciembre
*/

body { font-family: sans-serif; text-align: justify; background-image: url("fondo_seurat.jpg"); }

div { border: black 5px solid; margin: 20px 30px; padding: 0px 20px; 
  background-color: white; background-repeat: repeat-x; }
div.a { background-image: url("fondo_rosa.gif"); border-color: #F4D2F4; }
div.b { background-image: url("fondo_verde.gif"); border-color: #94F2E4; }

h1 { text-align: center; text-transform: uppercase; font-size: 200%; }
h2 { margin: 0px -20px; font-size: 120%; padding: 0px 10px; }

p#indice { text-align: center; font-size: 200%; }
p#ultmod { border-top: 3px black dashed; padding-top: 5px; }

a { border: 2px black solid; background-color: lightgray; color: black; 
  padding: 0px 5px; text-decoration: none;}
a:hover { background-color: white; color: lightgray; border: 2px lightgray solid; }

img { border: black 2px dashed; padding: 10px; background-color: lightgray; }
img.d { float: right; margin: 0px 0px 10px 10px; }
img.i { float: left; margin: 0px 10px 10px 0px; }

span.nombre { text-decoration: underline; }
span.insti { background-color: lightyellow; }
span.obra { font-weight: bold; }
