.center {
        text-align: center;
        margin-top: 40px;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.small {
        font-size: 80%;
        /* margin-top: 40px; */
}

.bold {
  font-weight: bold;
}

.price {
  font-size: 250%;
  font-weight: bold;
  text-align: right;
}

.emph {
  font-family: serif;
  font-style: italic;
  font-weight: bold;
  font-size: 150%;
  color: #FF3333;
}

div.comment {
  display: block;
  width: 25%;
  float: right;
  overflow: hidden;
  font-family: cursive;
  font-size: 110%;
  color: #CC3333;
/*  border-style: solid;
  border-width: 1px; */
}

div.header {
  display: block;
  width: 100%
  overflow: hidden;
  margin: 0px;
}

div.menu {
  display: block;
  position: fixed;
  top: 100px;
  bottom: 10px;
  overflow: auto;
  width: 28%;
  float: left;
  margin: 0px;
  padding-left: 10px;
  padding-top: 10px;
/*  border-style: solid;
  border-width: 1px; */
}

p.mn {
  font-size: 100%;
  margin-top: -0.5ex;
  padding-left: 1.2em;
  background-image: url(../media/bullet.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
p.mn2 {
  font-size: 100%;
  padding-left: 1.2em;
  background-image: url(../media/bullet2.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
p.mns {
  font-size: 95%;
  padding-top: 0px;
  margin-top: -1ex;
  margin-left: 2em;
  padding-left: 1.2em;
  background-image: url(../media/bulleta.gif);
  background-repeat: no-repeat;
  background-position: middle;
}
p.indent {
  text-indent: -3em;
  margin-left: 3em;
}

div.cont {
  display: block;
  min-width: 30%;
  max-width: 69%;
  width: 67%;
  /* overflow: auto; */
  float: right;
  margin: 0px;
  padding-top: 10px;
  padding-right: 3%;
 /*  padding-left: 4%;
 border-style: solid;
  border-width: 1px; */
}

div.foot {
  display: block;
  width: 100%;
  clear: both;
  margin-top: 20px;
}

div.off {
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: #CCCCCC;
  padding: 0.8em;
/*  margin-bottom: 0.5em; */
  margin-top: 0.5em;
}

body {
  font-family: sans-serif;
}

h1 {
  font-size: 150%;
  line-height: 100%;
}
h2 {
  font-size: 130%;
  line-height: 100%;
  margin: 0;
  padding-top: 5pt;
}
h3 {
  font-size: 110%;
  line-height: 100%;
}

a.silent {
  text-decoration: none;
}

a.mn {
  text-decoration: none;
  font-variant: small-caps;
}
a.txt {
  text-decoration: underlined;
  font-variant: normal;
}
a:link {
  font-weight: normal;
  color: #000000;
  background-color: #FFFFFF;
}
a:visited {
  font-weight: normal;
  color: #000000;
  background-color: #FFFFFF;
}
a:hover {
  color: #CC0000;
}
a:active {
  font-weight: bold;
  color: #000000;
}
a:focus {
  color: #000000;
  background-color: #FFFFCC;
}

img.m {
        margin: 10px;
}

img.left {
  float: left;
  margin-right: 10px;
}

table {
  caption-side: top;
  margin-top: 2ex;
}
caption {
  font-size: 105%;
  font-weight: bold;
  text-align: left;
  background-color: #CCCCFF;
}
th.group {
  text-align: left;
  background-color: #CCCCCC;
}
th.n {
  text-align: left;
  font-size: 100%;
  font-weight: normal;
  vertical-align: top;
}
td {
  padding-right: 1em;
}
td.cap {
  font-size: 90%;
  vertical-align: middle;
  text-align: left;
}
td.pic {
  padding: 5px;
  text-align: center;
}