.mayuCase {
    text-transform: uppercase;
}

#file_foto1,
#file_foto2,
#file_foto4,
#file_foto5,
#file_foto6,
#file_foto7,
#file_foto8 {
    display: none;
}

.dropzone {
    border: 1px dashed #999999;
    text-align: center;
    height: 100px;
    vertical-align: middle;
    padding-top: 20px;
    border-radius: 5px;
}

.alertify-notifier .ajs-message.ajs-mensaje {
    font-family: 'Arial';
    color: #3E5A7E ;
    background-color: #F0F0F0;
    border-color: #3E5A7E ;
    text-align: left;
}

.alertify-notifier .ajs-message.ajs-success {
    color: #fff;
    background: rgba(91, 189, 114, 0.95);
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
    text-align: left;
}

.alertify-notifier .ajs-message.ajs-error {
    color: #fff;
    background: rgba(217, 92, 92, 0, 95);
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0, 5);
    text-align: left;
    width: 500px;
}

