function centrar() {
    $("#inicio").center();
    $("#inicio").show();
}

