body
{
  background-color: #10475B;
  background-image: url('img/bg.gif');
  background-repeat: repeat-x;
  background-position: top;
  scrollbar-base-color: #10475B;
  scrollbar-track-color: #10475B;
  scrollbar-arrow-color: #FFFFFF;
  margin: 0px;
  text-align: center;
}

a:link, a:visited, a:active
{
  text-decoration: none;
  color: #5C8097;
}

a:hover
{
  text-decoration: none;
  color: #87B7D6;
}

.not_titulo_bg
{
  font-family: Ms Sans Serif, Verdana, Arial;
  background-color: #C9C9C9;
  border-bottom: 1px #000000 dotted;
  border-top: 1px #000000 dotted;
  padding: 3px;
}

.not_fecha
{
  font-size: 9px;
}

.not_titulo
{
  font-size: 11px;
  letter-space: 1px;
  font-weight: bolder;
}

.not_contenido
{
  font-family: Ms Sans Serif, Verdana, Arial;
  font-size: 10px;
  background-color: #E3E3E3;
  border-bottom: 1px #000000 dotted;
  padding: 5px;
  text-align: justify;
}

.not_error
{
  font-family: Ms Sans Serif, Verdana, Arial;
  font-size: 10px;
}