#alerta {
    display: none;
    color: green;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
#mensajeEnviado {
    display: none;
    color: blue;
    font-weight: bold;
    margin-top: 10px;
}