diff --git a/curriculumsearch/src/main/resources/static/main.js b/curriculumsearch/src/main/resources/static/main.js
index ae72d4b..2e9fbfa 100644
--- a/curriculumsearch/src/main/resources/static/main.js
+++ b/curriculumsearch/src/main/resources/static/main.js
@@ -377,7 +377,7 @@ function agregarFieldCargo(){
if(car==null) continue;
content1 += `
- ${document.querySelector('[name=cargo-id] > option[value="'+pairs["cargo-id"]+'"]').innerHTML}
+ ${document.querySelector('[name=cargo-id] > option[value="'+car.id+'"]').innerHTML}
diff --git a/curriculumsearch/src/main/webapp/jsp/cargo-form.jsp b/curriculumsearch/src/main/webapp/jsp/cargo-form.jsp
index f838bc9..ca2da8d 100644
--- a/curriculumsearch/src/main/webapp/jsp/cargo-form.jsp
+++ b/curriculumsearch/src/main/webapp/jsp/cargo-form.jsp
@@ -1,28 +1,54 @@
-<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
-<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
-<%@ page contentType="text/html;charset=UTF-8" language="java" %>
+<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib
+prefix="form" uri="http://www.springframework.org/tags/form" %> <%@ page
+contentType="text/html;charset=UTF-8" language="java" %>
-
-
-
-
+
+
+
+
Cargo
-
-
-
-
-
-
-
-
Nombre del cargo
-
+
+
+
+
+
+
+
+
Agregar Cargo
+
+
+
+ Nombre del cargo
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+