/* XHTML y CSS con AMAYA
   Bartolomé Sintes Marco
   http://www.mclibre.org
   22 de octubre de 2004

   CSS para Ejercicio Euclides Elementos
*/
body { background-color: #C0E8E8; text-align: justify; font-family: serif;} 

h1 { text-align: center; text-transform: uppercase; margin: 5px 0px; font-size: 300%;}

h2 { text-transform: uppercase; color:#607C80 ; font-weight: bold;
  background-color: #B0D8D8; 
  border-bottom: 3px #A0C4C8 solid; margin: 0px -20px; padding-left: 10px; 
  min-height: 20px;}

ul.indice  { list-style-type: none; margin-bottom: 20px;}
ul.indice li { float: left; margin: 0px 15px; padding: 0px 5px;
  background-color: #B0D0D0;}


div { clear: both; margin: 20px 50px; border: 3px #A0C4C8 solid; padding: 0px 20px; } 
/* el clear: both es por el float de la lista índice */

img.d { float: right; }
a img { border: none; }

p.pie {  border-top: 3px #A0C4C8 solid; margin: 0px -20px; height: 20px;
  background-color: #B0D8D8; }

address { border-top: 2px #708888 solid; padding: 0px 20px; }
