/* CSS Document */
body
{
  margin           : 10px 10px 10px 10px;
  background-color : #FDF1E5;
  font-size        : 8pt;
  font-family      : verdana, arial, helvetica, sans-serif;
  color            : white;
}

td, th, input, select, textarea
{
  font-size        : 8pt;
}

.menu
{
  background-color : #3B7E52;  
}

.menuitem
{
  background-color : #489964;
}

.content
{
  width            : 595px;
  height           : 300px;
  background-color : #3B7E52;
  padding          : 10px;
}

.footer
{
  width            : 595px;
  background-color : #3B7E52;
  padding          : 10px;
  color            : #A8D6B8;
}

.readonly
{
  background-color : acd6bd;
}

a:link, a:visited
{
  color           : #FFCC00;
  text-decoration : none;
  font-weight     : none;
}

a:hover {
  color           : #FFFF33;
  text-decoration : none;
}

.atencion {
 color           : brown;
}
.impr_miembro
{
  text-transform : uppercase;
}
