body {
    background-color: #ffffff;
    font-size: 12px;
    font-family: Verdana, "Verdana CE",  Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    color: #000000;  
    margin: 10px;
}

h1 {
    font-family: Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    border-bottom: 1px solid #AFAFAF; 
    font-size:  16px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    color: #D20005;
}

a:link, a:visited {
    color: #045491;
    font-weight : bold;
    text-decoration: none;
}

a:link:hover, a:visited:hover  {
    color: #045491;
    font-weight : bold;
    text-decoration : underline;
}

.error-style {
    font-size: 12px;
}

.dialog-waiting {
    border: none;
    font-size: 0.8em; 
    background: white !important;
}

.div-separate {
    margin: 5px;
}

.label-strong {
    font-weight: bold;
    font-size: 13px;
}

.ui-datepicker {
    font-size: 12px;
    z-index: 9999 !important;
}
.titulo-opcion-elegida{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.descontinuado {
    background-color: #ff9999 !important;
    background-image: none !important;
}

.sinreactivo {
    background-color: #ffe8a1 !important;
    background-image: none !important;
}

.vigente {
    background-color: #ccff99 !important;
    background-image: none !important;
}