form.contacto .ultimo{
    margin-bottom: 0;
    position: relative
}

/* AJAX Gif y mensajes de exito o fracaso */
.hide{
    display: none;
}
.ajaxgif{
    position: absolute;
    right: 150px;
    top: 5px;
}
.msg{
   
}
.msg_ok{
    color:green;
}
.msg_error{
    color: red;
}

.msg_error>input{
    background:red;
}

.input_error>input{
    border:red;
}