html,body {
  margin: 0px 0px 0px 0px;
  height: 100%;
  font-family: verdana;
  font-size: 12px;
  background-color: #fff;
}
table {
  font-size: 12px;
}
img {
  border-style: none;
}
p {
  text-align: justify;
}
#t {
  height: 100%;
  margin: 0px 0px 0px 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  border-left-style: solid;
  border-left-width: 5px;
  border-left-color: #c00;
}
#tdcentro {
  vertical-align: top;
  width: 100%;
}
#body {
  position: absolute;
  top: 80px;
  left: 200px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
}
#menu {
  width: 180px;
  background-color: #fb4;
}
#menu_d {
  background-color: #f93;
  height: 150px;
}
#menu_0,#menu_1,#menu_2,#menu_3,#menu_4,#menu_5,#menu_6,#menu_7,#menu_8,#menu_9,#menu_10,#menu_11 {
  height: 20px;
  padding-top: 3px;
  padding-left: 15px;
  border-top-style: solid;
  border-color: #800;
  border-width: 1px;
  cursor: pointer;
}
#menu_6 {
  border-bottom-style: solid;
}
.mouseover {
  background-color: #fff;
  font-weight: bold;
}
a:link {
  color: #800;
  font-weight: bold;
  text-decoration: none
}
a:visited {
  color: #800;
  font-weight: bold;
  text-decoration: none
}
a:hover {
  color: #800;
  font-weight: bold;
  text-decoration: underline
}
.hidden {
  display: none;
}
.visible {
  display: block;
}
p.hr {
  width: 100%;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #000;
  line-height: 1px;
  height: 1px;
  font-size: 1px;
  margin-bottom: 10px;
}
.dias {
  border-collapse: collapse;
}
