.normal {
  background-color: #BAD6C7;
}

body {
  margin: 0;
  font-family: "tahoma", "arial", "helvetica", sans-serif;
  font-size: 8pt;
  background-color: #BAD6C7;
}

body.titulo{
  background-color: #E5F0E9;
}

html, body, #contenido {
  min-height: 100%;
  width: 100%;
  height: 100%;
}

html>body, html>body #contenido {
  height: 100%;
}

html>body, html>body #contenido, html>body>#contenido #titulo {
  height: 95%;
}

html>body, html>body #contenido, html>body>#contenido>#titulo #wrapper {
  height: 80%;
}

#contenido {
  position: absolute;
  top: 0;
  left: 0;
}

#titulo {
  margin-bottom: 5em;
  height: auto;
  padding: .5em;
}

#footer {
  position: absolute;
  bottom: 0;
  background-color: #BAD6C7;
  width: 70%; /* See note below */
  text-align: center;
  padding: 0 15%;
}

.ie #footer {
  width: 100%;
}

#wrapper {
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

.ie #wrapper {
  width: 99%;
  height: 75%;
}

.vnewsticker, a.vnewsticker {
  border:0px;
  font-size:12px;
  font-family : "verdana", "tahoma", "arial", "helvetica", sans-serif;
  line-height : 14px;
}

#v_container {
  position:relative;
  top:0px;
  left:0px;
  width:100%;
  height:45px;
  clip:rect(0,auto,45,0);
  overflow:hidden;
}

.vnewsticker {
  position:absolute;
  left:0px;
  width:100%;
  height:auto;
  clip:rect(0,auto,41,0);
  overflow:hidden;
  text-align:left;
}

table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}

table.mainouter {
  background-color: #E5F0E9;
  width: 100%;
}

.ie table.mainouter { width: 99%; }

th {
  border: solid #538A6D 1px;
}

td {
  font-size: 8pt;
  border: solid #538A6D 1px;
}

td.logo {
  border: none;
  width: 220px; 
  padding:0px; 
  margin:0px;
  text-align: left;
}

td.center {
  text-align: center;
  vertical-align: middle;
}

td.menu {
  border: none;
}

td.new {
  text-align: left;
  color: #8b9155;
  border: none;
  width: 28px; 
}

td.update {
  font-size: 8pt;
  padding: 3pt;
  text-align: right;
  font-weight: bold;
  color: #8b9155;
  border: none;
  height: 1%;
}

td.colhead {
  background-color : #92AB98;
  background-image : none;
  background-repeat : repeat-x;
  height: 24px;
  font-weight: bold;
  color: #ffffff;
}

td.anuncios {
  background-color : #9CC5AF;
  background-repeat : repeat-x;
  background-image : none;
  color: #000000;
}

h1, h2, h3 {
  font-size-adjust: 1.05;
  font-size: 150%;
  font-family: arial, 'trebuchet ms';
  font-weight: bold;
  color: navy;
}

hr {
  color: #538A6D;
  background-color: #538A6D;
  height: 1px;
  border-style: solid;
}

