
.vigente{
/*    background: #ffffd7;*/
    color: #d9534f;
    font-weight: bold;
}
.vigente a{
    color: #d9534f;
}
td.vigente {
/*    background: #ffffd7;*/
}
.alerta h2{
    background: #f5f5f5;
    font-weight: bold;
    line-height: 2em;
    text-align: right;
    margin-bottom: 30px;
    margin-top: 35px !important;
}
.alerta h2 span{
    background: #ddd;
    padding: 15px;
    margin: 30px 0;
}
.alerta h1{
    font-weight: bold;
    text-align: center !important;
    color: red;
}

.alerta h2 span.uno{
    background: #ddd;
    color: #000;
}
.alerta h2 span.dos{
    background: yellow;
    color: #761c19 !important;
}
.alerta h2 span.tres{
    background: orange;
    color: #fff;
}
.alerta h2 span.cuatro{
    background: red;
    color: #fff;
}
.alerta strong span{
    color: red;
}