/* XHTML y CSS con AMAYA
   Bartolomé Sintes Marco
   http://www.mclibre.org
   
   Hoja de estilo Examen Ortografía

   9 de noviembre de 2005
*/

body { background-color: #FFF2C3; font-family: sans-serif; margin: 20px; 
  text-align: justify; }

h1, h2 { text-align: center; margin: 20px 50px; padding: 5px 0px; }
h1 { background-color: #FFCC66; color: #FFFFFF; letter-spacing: 5px; 
  font-size: 140%; text-transform: uppercase; }
h2 { background-color: #FFDF95; color: #AAAAAA; font-size: 130%; 
  text-transform: capitalize; }
h3 { font-size: 110%; }
h4 { font-style: oblique; font-size: 110%; }

address { text-align: right; text-decoration: underline; }

p { margin-left: 30px; margin-right: 50px; text-indent: 20px; }
p.inden1 { margin-left: 50px; text-indent: -20px ; }
p.inden2 { margin-left: 70px; text-indent: -20px ; }
p.centrado { text-align: center; }
p.historia { margin: 5px 150px; text-indent: 0px; background-color: #FFDF95; 
  border-left: #FFCC66 5px solid; border-right: #FFCC66 5px solid; padding: 10px }
p.nota { margin: 0px 30px 5px; text-indent: -15px; font-size: 80%; }

sup { color: red; font-weight: bold; }

span.a { color: red; }
span.b { color: blue ;}
span.letra { background-color: white; padding: 0px 5px; font-weight: bold;}
span.historia { text-decoration: underline; }

hr { background-color: #FFCC66; color: #FFCC66; text-align: center; 
  height: 5px; width: 75%; margin-top: 30px; }
