/* XHTML y CSS con AMAYA
   Bartolomé Sintes Marco
   http://www.mclibre.org
   10 de febrero de 2003

   CSS para Ejercicio Mapas de imagen: Plano de Roma
*/

body { font-family: sans-serif; text-align: justify; }

h1 { text-align: center; }

img.izq { float: left; margin-right: 10px; }
img.der { float: right; margin-left: 10px; }
hr { clear: both; }

/* p a { clear: both; } */
p.centrado { text-align: center; }

div { margin: 10px 20px; clear: both; }

div.curioso { border: yellow 3px solid; padding: 10px; }

div.iglesia { border: red 3px solid; padding: 10px; }

div.lugar { border: blue 3px solid; padding: 10px; }

div.spqr { border: green 3px solid; padding: 10px; }
