/* E L E M E N T O S */

/* Estilos base */

A { cursor: pointer; }  /* la "mano" */

A:link {
  color: #3366bb;
  background: transparent;
  text-decoration: none
  }

A:visited {
  color: #3322aa;
  background: transparent;
  text-decoration: none
  }

A:active {
  color: #B3AF94;
  background: transparent;
  text-decoration: none
  }

A:hover {text-decoration: underline}

BODY {
  margin: 0em 9% 0em 16%;
  // width: 75%;
  max-width: 40em;
  font: 1em/1 sans-serif;
  text-align: justify;
  line-height: 1.2em;
  background: white;
  cursor: auto; 
  }

HTML {
  margin: 0;
  background: white
  }

table {
  margin:  0px  0px  0px  0px; 
  padding: 0px 0px 0px 0px; 
  border:  0px;
  border-collapse: collapse;
  border-style: none;
  width: 100%;
  }

img {
  vertical-align: middle; 
  margin:  0px  0px  0px  0px; 
  padding: 0px 0px 0px 0px; 
  border:  0px;
  }

h1,h2,h3 {
  margin: 2em 0px 0px 0em;
  }

h1:first-letter,h2:first-letter,h3:first-letter {
  font-size: 1.2em;
  }

address {      
  margin: 1em 3em 0em 3em;
  font: italic 0.9em/1 serif;
  border-left: 1px solid grey;
  padding-left: 1.2em;
  line-height: 1.2em;
  }


