body {
 margin: 0px;
 font-family: sans-serif;
 font-size: 9pt;
 background-color: white;
}

a, a:visited {
 color: blue;
 text-decoration: underline;
}

a:hover {
 color: red;
 text-decoration: underline;
}

.error {
  color: red;
  font-size: 9pt;
  font-weight: 600;
  margin-bottom: 1px;
}

.saved {
  color: green;
  font-size: 9pt;
  font-weight: 600;
  margin-bottom: 1px;
}

.topmenu {
  list-style: none;
  padding-left: 2px;
  margin: 0px;
  width: 100%;
  font-weight: bold;
}

.topmenu li {
  margin-top: 5px;
}

.submenu {
  list-style: none;
  padding-left: 2px;
  margin-left: 7px;
  width: 100%;
  font-weight: normal;
}

.submenu li {
  margin-top: 0px;
}

.topmenu a, .topmenu a:visited {
  text-decoration: none;
  color: black;
}

.menuHead  {
  font-weight: bold;
}

#menuHeader {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

#menuContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 165px;
  min-height: 800px;
  font-size: 9pt;
  background: url('/themes/nosotros3/menu.png') repeat-x;
}

#menuLanguages {
  text-align: center;
}

#menuLanguages img {
  margin: 0px;
  padding: 0px;
}

#menuContent {
  text-align: left;
}

#menuFooter {
  text-align: center;
}

#header {
  position: absolute;
  left: 165px;
  top:0px;
  right: 0px;
  background: url('/themes/nosotros3/header.png') repeat-y;
  height: 75px;
}

#header h1 {
 font-size: 24pt;
 margin-top: 10px;
 margin-bottom: 0px;
}

#content {
  position: absolute;
  width: auto;
  height: auto;
  top: 75px;
  right: 0px;
  left: 165px;
  background: url('/themes/nosotros3/contentcorner.png') no-repeat;
  padding-top: 0px;
}

#right_corner {
 padding-top: 20px;
 padding-left: 25px;
 background: url('/themes/nosotros3/cornerright.png') no-repeat 100% 100%;
 min-height: 800px;
}

img {
  border: none;
}

.refreshDate {
  font-weight: lighter;
  font-size: 8pt;
}

.line1 {
 background-color: transparent;
}

.line0 {
 background-color: #9BC8FF;
}

.contentpanel {
  text-align: left;
  vertical-align: middle;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.selected {
  font-weight: bolder;
  border-bottom: 2px green solid
}

.contentmenu {
  position: absolute;
  left: 10px;
  bottom: 0px;
  text-align: left;
  background: #97b2e0;
  height: 21px;
  padding-right: 20px;
}

.contentmenu:before {
  content: url(/themes/nosotros3/menuleft.png);
  display: block;
  margin-bottom: -20px;
  margin-left: -10px;
  line-height: 0.1;
}

.contentmenu img {
  display: inline;
  vertical-align: middle;
}

.contentmenu a, .contentmenu a:hover, .contentmenu a:visited, .contentmenu span {
  color: #000;
  text-decoration: none;
  font: bold 11px/16px arial, helvetica, sans-serif;
  margin: 0;
}

.contentmenu a:hover, .contentmenu span:hover {
  color: #a00;
  background: #eee;
}

.mapleButton {
 padding: 1px;
 border: outset 2px lightgrey;
 background: lightgrey;
 cursor: pointer; 
}

.mapleButton:active {
 border: inset;
}

#innertoc {
}

#innertoc > #contentheader {
 display: inline;
 cursor: pointer;
 z-index: 700;
 }

#innertoc > div {
 display: none;
 z-index: 700;
 position: absolute;
 border: 1px solid black;
 padding: 5px;
 background-color: white;
 background-color: rgba(255,255,255,0.8);
}

#innertoc .page {
 display: block;
 text-decoration: none;
 font-size: 12pt;
 font-weight: bold;
 color: black;
}

#innertoc .page:hover {
 color: red;
}

#datepicker, dpDiv {
 background-color: rgb(255,250,212);
 border: 1px solid black;
}
