protected void btn_Cruces_Click(object sender, EventArgs e)
 {
     Response.Redirect(FuncionesUrlString.getPath() + "Presentacion/SolicitudCruces.aspx");
 }
 protected void btn_Adopciones_Click(object sender, EventArgs e)
 {
     Response.Redirect(FuncionesUrlString.getPath() + "Presentacion/Adopcion/GestionSolicitudAdopcion.aspx");
 }
 protected void btn_Pedigri_Click(object sender, EventArgs e)
 {
     Response.Redirect(FuncionesUrlString.getPath() + "Presentacion/ConsultaSolicitud.aspx");
 }