BODY
{
    background-attachment:fixed;
    background-color:transparent;
    background-image:url(../Images/fondo2.gif);
    margin: 0px;
}

input[type="checkbox"]
{
    cursor:pointer;
}

input[type="button"] {
    cursor:pointer;
    text-transform:none;
}

.titulo_celeste {
    background-image:url(../images/f1.png);
    border-bottom:1pt solid #DCDCDC;
    text-align:center;
    font-family:verdana;
    font-size:8pt;
    font-weight:800;    
}

.titulo_azul {
    background-image:url(../images/fondo_azul.png);
    border-bottom:1pt solid #DCDCDC;
    text-align:center;
    font-family:verdana;
    font-size:8pt;
    font-weight:800;    
}

.titulo_gris {
    background-image:url(../images/fondo_gris4.png);
    border-bottom:1pt solid #DCDCDC;
    text-align:center;
    font-family:verdana;
    font-size:8pt;
    font-weight:800;
    height:20px;
    padding:5px 5px 5px 5px;
    color:#818181;
}

.texto_negro_8pt {
    font-family:verdana;
    font-size:8pt;
    color:#000000;
}

.grupo_leyenda_gris_9pt {
    font-family:verdana;
    font-size:9pt;
    font-weight:800;
    color:#818181;
}

input {
    font-family:verdana;
    font-size:8pt;
    font-weight:400;
    color:#000000;
}

button {
    background-image:url(../images/fondo_gris4.png);    
    font-family:verdana;
    height:20px;
    font-size:8pt;
    font-weight:400;
    color:#000000;
    text-transform:none;
}

.TH_corto_2 {
    background:url(../images/f2.png);
    height:25px;
    border:1pt solid #DCDCDC;
}

.TH_corto_3 {
    background:url(../images/fondo_gris4.png);
    height:20px;
    border:1pt solid #DCDCDC;
    color:#818181;
}

.TH_corto_3_25 {
    background:url(../images/fondo_gris4.png);
    height:25px;
    border:1pt solid #DCDCDC;
}

.letra_Consulta
{
    font-family: Verdana; 
    font-size: 12px; 
    text-transform: uppercase; 
    color: #336600; 
    font-weight: bold;    
}