body {
  background-color: #999;
  margin: 0;
  padding: 0 15px;
  text-align: center;
  font-family: "arial", "helvetica", sans-serif;
  font-size: 11px;
}

img {
  border: 0px solid #fff;
}


object { 
  width: 100%;
  height: 75%;
  min-height: 500px;
}

#container {
  background-color: #fff;
  color: #000;
  font-family: "arial", "helvetica", sans-serif;
  font-size: 11px;
  text-align: left;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 4px solid #000;
  border-top: 4px solid #000;
}

#header {
  height: 70px;
}

#header #logo {
 position: relative;
 top: 0px; left: 0px;
 width: 300px;
}

#header #menu {
  margin: -44px 10px 0 0;
  text-align: right;
  background-color: #f70;
  border-top: 1px solid #f70;
  border-bottom: 1px solid #f70;
}

#header #menu a {
  margin-top: -2px;
  font-size: 11px;
  background-color: #666;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  border-left: 2px solid #fff;
  padding: 1px 12px;
  }

#header #menu a:hover {
  background-color: #fff;
  color: #000; }

#banner {
  position: relative;
  top: -8px; right: 0px; left: 0px;
  text-align: center; }

#left-menu {
  font-size: 10px;
  float: left;
  width: 200px;
}

#left-menu h1 {
  display: block;
  margin: 10px 0px 6px 10px;
  font-size: 11px;
  padding: 4px 0;
  background-color: #fff;
  border-bottom: 2px solid #f70;
}

#left-menu a { 
  color: #666;
  text-decoration: none;
  background-image: url(images/wall_menu_1);
  background-repeat: no-repeat;
  display: block;
  margin: 0px 0px 0px 10px;
  padding: 4px 0;
  border-bottom: 1px dotted #999;
}

#left-menu a:hover {
  color: #f70;
  text-decoration: underline;
  background-image: url(images/wall_menu);
  background-repeat: no-repeat;
}

#left-menu form {
  color: #666;
  margin: 10px 0px 8px 10px;
}

#left-menu select {
  color: #666;
  font-size: 8pt;
}

.submit {  
  background-color: #eee;
  border: 1px solid #000;
}

.text{  
  border: 1px solid #000;
  font-size: 8pt;
  padding: 2px;
}

#articulos {
  margin-left: 230px;  
  line-height: 130%;
  min-height: 460px;
  padding: 0 20px 0 0;
}

#articulos h1 {
  border-left: 4px solid #f70;
  background-color: #eee;
  font-weight: bold;
  font-size: 9pt;
  padding: 2px 10px;
}

#articulos h2 {
  font-weight: bold;
  font-size: 11pt;
  color: #000;
  margin: 10px 0;
  letter-spacing: 2px;
}

#articulos li {
  list-style-type: none;
  margin: 0px 0px 6px -26px;
}

#articulos a {
  font-weight: bold;
  color: #369;
}
#articulos a:hover {
  color: #f70;
}

#articulos .nav {
  text-align: right;
  margin-right: 10px;
}

#articulos .terminos {
  color: #000;
  font-size: 7pt;
  background-color: #eee;
  margin: 16px;
  padding: 6px;
}
#articulos .terminos h3 {
  font-weight: bold;
  margin: 0px;
  font-size: 8pt;
}

#articulos .bold {
  font-weight: bold;
}

#articulos table {
  width: 400px;
}

.table-head {
  font-weight: bold;
  border-bottom: 2px solid #f70;
  vertical-align: bottom;
}

.table-item {
  background-color: #eee;
}

#footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 7pt;
  text-align: both; }

#cleaner {
  clear:both;
  height:10px;
}