* { 
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-size: 9pt;
  text-align: justify;
} 

td.columna, td.auspicios {
  width: 190pt;
  vertical-align: top;
}

table.columna {
  height: 100pt;
}

td.auspicios { border-top: thin dotted #32cd32; }

td.col_sep { 
  border-left: 1px dotted #f0f0f0; 
}

td.row_sep {
  height: 1pt;
  border-bottom: thin dotted #32cd32;
}

table.content {
  padding-left: 10pt;
  padding-right: 10pt;
  width: 600pt;
  text-align: left;
}



h1, .sub_heading { 
  text-shadow: 4px 4px 4px rgba(0,0,0,.3);
  color: #32cd32;
  text-align: left; 
  font-weight: bold;
  display: block;
  margin-top: 5pt;
}

h2, h3 { 
  color: #32cd32;
  text-align: left;
  font-weight: normal;
  display: block;
  margin-top: 5pt;
}

.heading { 
  color: #32cd32;
  text-align: left; 
  font-weight: bold; 
  display: block;
  margin-top: 10pt;
  text-shadow: 4px 4px 4px rgba(0,0,0,.3);
}

a:visited { color: #aaaaaa; }
a:link{ color: #666666; }

li { list-style-type: square; }

span.emph{ font-weight: bold; }

span.lista, div.lista { 
  padding-top: 3pt;
  color: #666666;
  font-size: 8pt; 
}


span.foreign { font-style: italic; }




