 
body
{
  /* arriba derecha abajo izquierda */
  padding: 0;
  margin: 0;
  font-family: sans-serif;
  color: black;
  background: white;
  background-position: top left;
  background-attachment: fixed;
  background-repeat: repeat;
  background-image: url(fondoum.jpeg);
}


a:link img, a:visited img { border-style: none } /* no border on img links */

a img { color: white; }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
}

th, td { /* ns 4 */
  font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6 
{ 
  text-align: left;
  color: #005A0F;
}
h1 { font: 170% sans-serif }
h2 { font: 140% sans-serif }
h3 { font: 120% sans-serif }
h4 { font: bold 100% sans-serif }
h5 { font: italic 100% sans-serif }
h6 { font: small-caps 100% sans-serif }

.hide { display: none }

p.author { font-size: small }
p.author small { font-size: small }


a[href]:hover 
{
  background: #efa;
  text-decoration: underline;
}

a[href]:active
{
  background: blue;
  color: #afe;
  text-decoration: underline;
}

pre { margin-left: 2em }

p
{
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}


dt, dd { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */
dt { font-weight: bold }
dd
{
  text-indent: 0;
  padding: 0 0 .25em 2em;
}

pre, code { font-family: monospace } /* navigator 4 requires this */


/* voz */
@media aural {  
  h1, h2, h3 { stress: 20; richness: 90 }
  .hide { speak: none }
  p.copyright { volume: x-soft; speech-rate: x-fast }
  dt { pause-before: 20% }
  pre { speak-punctuation: code } 
}

.body
{
  position: absolute; 
  top: 0;
  left: 10em; 
  right: 0;
  margin: 1em;
  padding: 1em 1.5em;
  border: 1px solid #000;
  color: #000;
  text-align: justify;
  text-indent: 1cm;
}

.body ul,ol
{
  text-indent: 0;
}

.menu
{
  /*position: fixed;*/
  margin: 1em; 
  width: 9em; 
  padding: 0em;
  border: 1px solid #000;
  color: #fff;
  background: #b6145a; 
  text-indent: 0;
}

.menu a
{ 
  text-decoration: none;
  color: #fff;
}

.index
{
  /*text-align: right;*/
  font-size: 80%;
  padding: 0;
  margin: 0;
}

.index ul
{ 
  list-style-type: none;
  padding: 0;
}

.index li
{
  padding: 0.5em 1em 0.5em 1em;
}

.index li:hover
{ 
  background: #940a46;
}

.index li.current a
{ 
  color: #ffffcc;
}

.index a:hover
{ 
  background: inherit;
}

.logo
{
  padding: 1em;
  text-align: center;
  overflow: hidden;
}

.logo a:hover
{
  background: inherit;
}

table
{
  caption-side: bottom;
}

.figure table
{
  text-align: center;
  width: 100%;
}

.last-updated
{
  position: relative; 
  bottom: 0;
  left: 0; 
  right: 0;
  margin: 1em;
  width: 9em; 
  padding: 1em 0.5em;
  color: #000;
  text-align: left;
  font-size: small
}
