html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none;
	  background-color: #eeeeee;
}

/* pageviewer.css is the default */

.page {
  background-color: #FFFFFF;
}

.rhl {
  font-size:1;
  position: absolute;
  z-index: 99;

  /* highlight color */
  background-color: #66FF66;

  /* highlight border - either '1px solid black' or 'none' */
  border: 1px solid black;
  visibility: visible;
  padding: 0 0 0 0;
  margin: 0 0 0 0;

  /* opacity - usually 20, 30, 40, or 50 */
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
}

/* new highlight style, yellow no border */
.rhl2 {
  font-size:1;
  position: absolute;
  z-index: 99;

  /* highlight color */
  background-color: #FFFF20;

  /* highlight border - either '1px solid black' or 'none' */
  border: none;
  visibility: visible;
  padding: 1 1 1 1;
  margin: 1 1 1 1;

  /* opacity - usually 20, 30, 40, or 50 */
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
}

#rpg {
  position: relative;
  z-index: 1;
  visibility: visible;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}


/*###############Copyright##################
 *####   Copyright 2008 Texterity, Inc  ####
 *###############Copyright##################
 */

.botones
{
font-family: Verdana;
font-size: 12px;
color: #a0a0a0;
}

.menu
{
font-family: Verdana;
font-size: 12px;
color: #000000;
}

a.linkmenu
{
color: #a0a0a0;
text-decoration: none;
}

a.linkmenu:hover
{
color: #605f5f;
text-decoration: underline;
}

a.linkmenun
{
color: #000000;
text-decoration: none;
}

a.linkmenun:hover
{
color: #000000;
text-decoration: underline;
}

#paginas
{
BORDER: #999 1px solid ;
}