/* XHTML y CSS con AMAYA
   Bartolomé Sintes Marco
   http://www.mclibre.org
   7 de noviembre de 2003

   CSS para ejercicio Listas: Pío Baroja
*/

body { font-family: sans-serif; background-color: #E4A476;}

h1 { text-align: center; }

h2 { background-color: #C38C65; padding-left: 5px; }
span.color { padding: 0px 5px; background-color: #825D43; }

h3 {  color: #F4DAC7; text-transform: uppercase;
 padding: 0px 5px; margin-bottom: 0px; margin-left: 20px; }

ol, ul { margin-top: 0px; margin-left: 50px; }

ol.a { list-style-type: decimal-leading-zero; }
ol.b { list-style-type: upper-roman; } 

ul.a { list-style-type: none; }
ul.b { list-style-type: circle; }
ul.c { list-style-type: disc; }
ul.d { list-style-type: lower-roman; }
ul.e { list-style-type: upper-alpha; }
ul.f { list-style-type: square; }
ul.g { list-style-type: lower-alpha; }
ul.h { list-style-type: hebrew;}
ul.i { list-style-type: upper-roman; }
ul.j { list-style-type: lower-greek; }
