BODY
{
    FONT: 13px Arial;
    COLOR: black;
    MARGIN: 0px;
    BACKGROUND-COLOR: #FFFFFF;
}
P, TD, LI, FORM 
{
    FONT: 13px Arial;
    COLOR: black;
}
B
{
    FONT: bold 13px Arial;
}
A
{
    FONT: bold 13px Arial;
    COLOR: #000000;
    TEXT-DECORATION: none
}
A:hover
{
    FONT: bold 13px Arial;
    COLOR: #EE1A2C;
    TEXT-DECORATION: none
}
.h1
{
    FONT: bold 28px Arial;
    COLOR: white;
}
.h2
{
    FONT: bold 22px Arial;
    COLOR: white;
}
.h3
{
    FONT: bold 15px Arial;
    COLOR: black;
}
.titul
{
    FONT: bold 15px Arial;
    COLOR: FF0000;
    PADDING: 3px;
}
.menu
{
    FONT: bold 15px Arial;
    COLOR: FFFFFF;
}
.menu_sel
{
    FONT: bold 15px Arial;
    COLOR: F5F500;
}
.menu2
{
    FONT: bold 14px Arial;
    COLOR: E0E0E0;
    PADDING-left: 10px;
}
.menu2_sel
{
    FONT: bold 14px Arial;
    COLOR: F5F500;
    PADDING-left: 10px;
}
.menub
{
    FONT: bold 13px Arial;
    COLOR: 6699CC;
}
.titulo
{
    FONT: bold italic 18px Arial;
    COLOR: FF0000;
}
INPUT, TEXTAREA, SELECT
{
    BORDER: gray 1px solid;
    FONT: 13px Arial;
    SCROLLBAR-FACE-COLOR: white;
    SCROLLBAR-HIGHLIGHT-COLOR: white;
    SCROLLBAR-SHADOW-COLOR: gray;
    SCROLLBAR-3DLIGHT-COLOR: gray;
    SCROLLBAR-ARROW-COLOR: gray;
    SCROLLBAR-TRACK-COLOR: white;
    SCROLLBAR-DARKSHADOW-COLOR: white;
}
.boton
{
  background: #e0ebf5;
}
.blanco
{
    COLOR: white;
    FONT: 13px Arial;
}
.azul
{
    FONT: bold 13px Arial;
    COLOR: 3A73AD;
}
.rojo
{
    FONT: bold 13px Arial;
    COLOR: FF0000;
}
TD .ref
{
    background: url('img/boton.gif') no-repeat;
    cursor: pointer;
    text-align: center;
}
.marco
{
  border: gray 1px solid;
  padding: 20px;
  width: 700px;
  background: #f9f9f9;
  margin-bottom: 20px;
}