BODY    /* NORMA GENERAL PARA LO QUE NO ESTA ESPECIFICADO */        {        background: white;        font-size: 10pt;        font-family: Verdana;        color: rgb(255,255,255);        font-weight: normal;        text-align: justify;        }a:visited /* ENLACES YA VISITADOS */        {        font-size: 8Pt;        font-weight: 600;        font-style: normal;        font-family: "arial", "helvetica";        color: rgb(0,0,0);        text-decoration: none;        }a:active  /* ENLACES SIN VISITAR */        {        font-weight: 600;        font-style: normal;        font-family: "arial", "helvetica";        color: rgb(0,0,0);        text-decoration: none;        font-size: 8pt;        }a:hover   /* ENLACE CUANDO EL RATON ESTA ENCIMA */        {        font-size: 8pt;        font-weight: 600;        font-style: normal;        font-family: "arial", "helvetica";        color: rgb(0,0,255);        text-decoration: none;        }a:link   /* ENLACE */        {        font-size: 8pt;        font-weight: 600;        font-style: normal;        font-family: "arial", "helvetica";        color: rgb(0,0,0);        text-decoration: none;        }#estilot /* titulos de menus y textos de peticion de datos */        {        color: rgb(0,20,65);        font-size: 10pt;        font-weight: 600;        font-style: normal;        font-family; "verdana", "arial", "helvetica"        }#estiloc /* cabeceras de los listados */        {        color: rgb(0,10,72);        font-size: 9pt;        font-weight: 500;        font-style: normal;        font-family; "verdana", "arial", "helvetica"        }#estilod /* datos de los listados */        {        color: rgb(0,28,28);        font-size: 7pt;        font-weight: 400;        font-style: normal;        font-family; "verdana", "arial", "helvetica"        }#estilop /* letra muy pequena (Reg. Mercantil) */        {        color: rgb(0,28,28);        font-size: 7pt;        font-weight: 200;        font-style: small;        font-family; "verdana", "arial", "helvetica"        }#link   /* estilo igual que ENLACE pero con color gris claro*/      {      font-size: 8pt;      font-weight: 600;      font-style: normal;      font-family: "arial", "helvetica";      color: rgb(150,150,150);      text-decoration: none;      }.boton{        font-size:10px;        font-family:Verdana,Helvetica;        font-weight:bold;        color:white;        background:#638cb5;        border:0px;        width:80px;        height:19px;       }.botonlargo{        font-size:10px;        font-family:Verdana,Helvetica;        font-weight:bold;        color:white;        background:#638cb5;        border:0px;        width:160px;        height:19px;        }