input:invalid {
    border: 1px solid red;
}

span#errores {
    color: red;
}

.foto {
    max-height: 36px;
}
.foto:hover {
    max-height: 72px;
}

#fotoPreview {
    margin-top: 2em;
}