body { 
    font: 11px Verdana, sans-serif; 
    color: #333333; 
    margin:0px; 
    background-color: #F8FAFC; 
    background-image: url(Images/bg_lateral.gif); 
    background-repeat:repeat-x;
}

.TablaGeneral { 
    background-color: #FFFFFF; 
    border-top-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-style: solid;
    border-color: #8CABD5;
}


.Gen     { width: 770px; }
.GenMini { width: 360px; }

a             { color: #0071E1; text-decoration: none; }
a.Footer      { font: 11px Verdana, sans-serif; color: #FFFFFF; font-weight: bold; }
a:hover       { background-color: #FF922E; }
a.Underline   { text-decoration: underline; }

.Negrita      { font-weight: bold; }

.Azul	      { color: #0099FF; }
.Blanco	      { color: #FFFFFF; }
.Celeste      { color: #5EF3FF; }
.Marino       { color: #004080; }
.Naranja      { color: #FF6600; }
.Negro	      { color: #000000; }
.Rojo         { color: #CC0000; }
.Verde	      { color: #009900; }
.Gris	      { color: #677689; }

.BgAmarillo   { background-color: #FEFAE0; }
.BgAzul	      { background-color: #F4FAFF; }
.BgAzulClaro  { background-color: #CAE1FA; }
.BgAzulOscuro { background-color: #0099FF; }
.BgBlanco     { background-color: #FFFFFF; }
.BgCeleste    { background-color: #E0F1FC; }
.BgGris	      { background-color: #F2F4F4; }
.BgMarino     { background-color: #2568AB; }
.BgNaranja    { background-color: #FF922E; }
.BgRojo	      { background-color: #F9E6D5; }
.BgVerde      { background-color: #6BBB1C; }
.BgRojoOscuro { background-color: #CC0000; }

.Txt1	      { font: 11px Verdana, sans-serif; }
.TxtMini      { font: 10px Arial, sans-serif; }

.BotonBlanco  { 
    padding: 1px 6px; 
    height: 14px;  
    font: 10px Verdana, sans-serif; 
    font-weight: bold; 
    color: #124481; 
    background-image: url(../Images/bg_boton.gif); 
    background-color: #FFFFFF;
    border: 1px solid #000066; 
    text-align: center;
}

a.BotonBlanco:hover { color: #FF6600; background-color: transparent; }


