I'm trying to build in latex this box:

I have been trying with this code:
\noindent\begin{tabular}{|c|c|c|c|}\hline
\enc{cyan}{ NOMBRE }&\enc{cyan}{ $\text{1}^{\text{er}}$ APELLIDO } & \enc{cyan}{ $\text{2}^{\text{do}}$ APELLIDO } & \enc{cyan}{ CARN\'{E}/C\'{E}DULA } \\
\hspace{4cm} & \hspace{4cm} & \hspace{4cm} & \hspace{5cm} \rule[10pt]{0pt}{12pt}\\\hline
\end{tabular}
\vspace{0.25cm}
\noindent\begin{tabular}{|c|c|c|}\hline
\enc{cyan}{ CENTRO UNIVERSITARIO }&\enc{cyan}{ GRUPO} & \enc{cyan}{FECHA } \\
\hspace{8cm} & \hspace{4cm} & \hspace{5cm} \rule[10pt]{0pt}{12pt} \\\hline
\end{tabular}
\vspace{0.25cm}
\noindent\begin{tabular}{|c|c|}\hline
\enc{cyan}{ NOMBRE DEL PROFESOR QUE APLICA EL EXAMEN}&\enc{cyan}{FIRMA } \\
\hspace{13cm} & \hspace{4.1cm} \rule[10pt]{0pt}{12pt}\\\hline
\end{tabular}
But, actually, this is not a "box", and I have problems with the vertical lines (it has not the same place).
I thought to use the command \begin{tabular}{|c|c|c|} \end{tabular} but with this code I can not use an exactly hspace (I think).
What can I do?

`, they'll be marked as code, as can be seen in my edit. You can also highlight the code and click the “code” button (with “{}” on it). – Tobi Aug 10 '12 at 17:01