div.cent  { text-align: center }
div.mpg   { font-size: 114px }
div.small { font-size: x-small }
div.big { font-size: x-large }
table.cent { margin-left: auto; margin-right: auto; }
ul.h2   { font-weight: bold; font-size: 180% }
ul.h3   { font-weight: bold; font-size: 160% }
ul.h4   { font-weight: bold; font-size: 140% }
ul.h5   { font-size: 120% }
h1      { text-align: center; font-weight: bold; font-size: 300% }
h2      { font-weight: bold; font-size: 180% }
h3      { font-weight: bold; font-size: 160% }
h4      { font-weight: bold; font-size: 140% }
h5      { font-size: 120% }

body     { background-color: #A0D0FF; color: #000000; text-decoration: none; font-family: sans-serif }
:link    { background: #A0D0FF; color: #0000FF; text-decoration: none }
:visited { background: #A0D0FF; color: #404040; }
:link:hover, :visited:hover { background: #80B0DF; }

A.invis:link    { background: #A0D0FF; color: #A0D0FF; text-decoration: none }
A.invis:visited { background: #A0D0FF; color: #A0D0FF; text-decoration: none }
A.invis:active  { background: #A0D0FF; color: #A0D0FF; text-decoration: none }
img {border:0; margin:1px; }

#navdiv { font-size: x-small }

/* Navigation */
#navdiv ul
{
padding: 0px;
margin: 0px;
text-align: left;
list-style-image: url("imagenes/rb.gif");
list-style-position: inside;
list-style-type: disc
}

#navdiv ul li
{
font-weight: bold;
font-size: 110%
}

#navdiv ul li ul
{
margin-left: 1em;
margin-top: 0.5em;
margin-bottom: 0.5em;
text-align: left;
list-style-image: url("imagenes/wb.gif");
list-style-position: inside;
list-style-type: disc
}

#navdiv ul li ul li
{
font-weight: normal;
font-size: 90%
}

td.cline { color:white; background:black; padding:1em }
b.cline  { font-family:Courier New; }
pre.cline { font-family:Courier New; font-weight:bold; }

td.tdcom { background:white; color:black; font-weight:bold; }
td.tdcom :link    { background: white; color: #0000FF; text-decoration: none }
td.tdcom :link:hover, :visited:hover { background: #80B0DF; }

td.green { background:#99ff66; }
td.yellow { background:#ffff99; }

