﻿.Aviso_Guardado_OK{
    background: #43AC6A; 
    color: white;
    text-align:center;
    font-weight: bold;
    padding: 10px 0;
}

.Aviso_Guardado_ERROR{
    background: DarkRed; 
    color: white;
    text-align:center;
    font-weight: bold;
    padding: 10px 0;
}

.Aviso_Guardado_ADVERTENCIA{
    background: #FFF1A8; 
    text-align:center;
    font-weight: bold;
    padding: 10px 0;
}
