One of the possible requirements as a Engineering Student at Madero's University is to write a Thesis. As a result, students must follow certain guidelines. Therefore, you are able to download at umad_tesis_template_v4.1.zip a Thesis LaTeX template whose contents describes the main guidelines of a Thesis. It was based on the references [1], and [2]. It is important to mention that there is no definitive template version.
Also, a UMAD's slides LaTeX template is available at umadslides_v2.rar. It was based on the TU/e PDFScreen template [3].
References:
[1] Templates en Latex
http://www.wiphala.net/research/templates/index.html
[2] LaTeX Templates
http://www.latextemplates.com/cat/theses
[3] TU/e PDFScreen and Beamer 2008
http://www.win.tue.nl/latex/windows.html
Useful Information:
How to Change Cuadro to Tabla
Edit Spanish.ldf file
Open the Spanish.ldf file using this command
C:\texlive\2011\texmf-dist\tex\generic\babel\spanish.ldf
Change the name of tables
Change the line
\def\es@tablename{Ccuadro} % Line 124
by
\def\es@tablename{Ttabla}