body
{
  font-family: Verdana, Arial, Serif;
  font-size: 10pt;
  color: #FFFFFF;
  background: #000066;
  background: url("../images/fondo.jpg") #000066 0px 88px no-repeat scroll;
}
td
{
  font-family: Verdana, Arial, Serif;
  font-size: 10pt;
}
p
{
  margin-top: 0;
  margin-bottom: 10;
}
a:link, a:visited
{
  color: #FFCC33;
  text-decoration: none;
}
a:active, a:hover
{
  color: #0000FF;
  text-decoration: none;
}
a.white:link, a.white:visited, a.white:active
{
  text-decoration: none;
  color: White;
}
a.white:hover
{
  text-decoration: none;
  color: #FFCC33;
}
a.black:link, a.black:visited, a.black:active
{
  text-decoration: none;
  color: black;
}
a.black:hover
{
  text-decoration: none;
  color: rgb(0,0,255);
}
.descript
{
  color: #FFFFFF;
  font-size: 10pt;
  text-indent: 10px;
  text-align: justify;
}
.inicial
{
  font-size: 14pt;
  font-weight: bold;
  color: #FF9933;
}
.item
{
  color: #FFFFFF;
  font-weight: bold;
  font-size: 10pt;
}
.subitem
{
  color: #FFFFFF;
  font-size: 8pt;
}
.title
{
  color: #FFCC33;
  font-size: 8pt;
}
.mtitle
{
  color: #FFFFFF;
  background: #0000CC;
}
.gris
{
  font-size: 8pt;
}
.line
{
  background: url('/images/f_line.gif');
}
.colorform
{
  font-size: 12px;
  color: #000000;
  border: 1px solid #FFFFFF;
  background-color: #E4EBF5;
}
.counter {
  background: #000066 url('/images/counter.jpg') no-repeat 0px 0px;
  color: #FFFFFF;
  font-size: 8pt;
  font-weight: bold;
}
#msg {
  font-size: 11px;
  color: #333333;
  width: 320px;
  margin: 3px;
  padding: 2px;
  background-color: #FFDE00;
  border: 1px #FF9933 solid;
}
#msg img {
  float: left;
  margin: 0 5px 15px 0;
}