.letraTitulo { COLOR: 000000; FONT-FAMILY: Verdana; FONT-SIZE: 13px; TEXT-DECORATION: none; FONT-WEIGHT: bold; }
.letraNormal { COLOR: 000000; FONT-FAMILY: Verdana; FONT-SIZE: 11px; TEXT-DECORATION: none; FONT-WEIGHT: none; }
.letraNormalAzul { COLOR: 003399; FONT-FAMILY: Verdana; FONT-SIZE: 11px; TEXT-DECORATION: none; FONT-WEIGHT: none; }
.letraNormalRojo { COLOR: FF0000; FONT-FAMILY: Verdana; FONT-SIZE: 11px; TEXT-DECORATION: none; FONT-WEIGHT: none; }
.letraNormalGris { COLOR: 595959; FONT-FAMILY: Verdana; FONT-SIZE: 11px; TEXT-DECORATION: none; FONT-WEIGHT: none; }
.letraNormalBlanca { COLOR: FFFFFF; FONT-FAMILY: Verdana; FONT-SIZE: 11px; TEXT-DECORATION: none; FONT-WEIGHT: none; }

div.error, span.error, li.error, div.message {
    background: #ffffcc;
    border: 1px solid #000;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;    
    margin: 10px auto;
    padding: 3px;
    text-align: left;
    vertical-align: bottom;
}

/* IE fix, followed by the rest of the world fix */
li.error {
    padding: 3px !important;
    font-size: 12px
}

ul>li.error {
    padding: 0 !important;
}

div.message img.icon {
    vertical-align: middle;
}

img.validationWarning, div.error img.icon, div.message img.icon, li.error img.icon {
    border: 0 !important;
    width: 14px;
    height: 13px;
    vertical-align: middle;
    margin-left: 3px;
    background: transparent !important;
    /* important added because some themes define div#main img */
}

div.error, span.error, li.error {
    border: 2px solid red;
    font-size: 12px
}