html,body{
    margin: 1ex;
}
@media print {
    #buscador {display:none;}
    #lugar {display:none;}
    html,body{height: 80%;}
}
@media screen and (max-width: 640px) {
    #logo_consulado {
     width: 100%;
    }
}
.buscador {   
    display:flex;
    justify-content:flex-end;
}
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}
.LV_valid {
    color:#00CC00;
}
.LV_invalid {
    color:#CC0000;
}