/* -------------------- RESET ------------------- */

* {
	margin: 0;
	padding: 0;
	border: 0;
    outline: 0;
}

img {
	display: block;
	border: none;
}

/* --------------------- FONT ------------------- */

@font-face {
    font-family: 'trajan_proregular';
    src: url('trajanpro-regular-webfont.eot');
    src: url('trajanpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('trajanpro-regular-webfont.woff') format('woff'),
         url('trajanpro-regular-webfont.ttf') format('truetype'),
         url('trajanpro-regular-webfont.svg#trajan_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'trajan_probold';
    src: url('trajanpro-bold-webfont.eot');
    src: url('trajanpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('trajanpro-bold-webfont.woff') format('woff'),
         url('trajanpro-bold-webfont.ttf') format('truetype'),
         url('trajanpro-bold-webfont.svg#trajan_probold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* --------------------- TXT -------------------- */

h1 {
	font-family: "trajan_proregular";
	font-size: 16px;
	color: #cf4b0d;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.txtTitle1 {
	font-family: "trajan_proregular";
	font-size: 16px;
	color: #3d452a;
	text-decoration: none;
}

.txtNormal1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #3f3f3f;
	text-decoration: none;
}

.txtNormal1Bold {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #3f3f3f;
	font-weight: bold;
	text-decoration: none;
}

/* --------------------- MAIN ------------------- */

body {
	padding-bottom: 25px;
	background-color: #83310b;
	background-image: url(../images/bg_body.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#divBanner {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}

#section { background-color: #FFF; }

#divSection {
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
}

#divSection2 {
	width: 848px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
	padding-right: 25px;
	padding-left: 25px;
	vertical-align: top;
	padding-top: 26px;
	padding-bottom: 30px;
}

.tdContent {
	padding-right: 25px;
	padding-left: 25px;
	vertical-align: top;
	padding-top: 26px;
	padding-bottom: 30px;
}

.tdContent p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #3f3f3f;
	text-decoration: none;
}

.tdContent a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #3f3f3f;
	text-decoration: none;
}

.imgHome {
	width: 900px;
	margin: -19px auto 20px auto;
}

.imgHome img {
	margin: 0 auto;
	padding: 0;
}

.tdBorder1 { border-right: 1px solid #f2f2f2; }

.tdBorder2 { border-right: 1px solid #f2f2f2; border-left: 1px solid #f2f2f2; }

.imgStyle {
	border: 8px solid #e6e6e6;
	-moz-box-shadow: 0px 0px 10px #bcbcbc;
	-webkit-box-shadow: 0px 0px 10px #bcbcbc;
	box-shadow: 0px 0px 10px #bcbcbc;
}

.imgInfo {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}

/* -------------------- HEADER ------------------ */

#header {
	width: 900px;
	height: 70px;
	margin-right: auto;
	margin-left: auto;
}

.tdLogo {
	width: 286px;
	height: 70px;
	padding-left: 4px;
}

/* ------------------- FOOTER ------------------- */

#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
}

/* ------------------ CONTACTO ------------------ */

.formTxtBtn {
	float: left;
	padding-right: 5px;
	padding-top: 2px;
}

.inputContacto {
	border: 3px solid #99390c;
	height: 20px;
	width: 250px;
	padding-left: 4px;
}

.tAreaContacto {
	border: 3px solid #99390c;
	width: 250px;
	padding-left: 4px;
	resize: none;
}

.buttonContacto {
	background-color: #99390c;
	height: 25px;
	width: 60px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
}

.buttonContacto:hover {
	cursor: pointer;
	background-color: #b3420f;
}

/* -------------------- PDF --------------------- */

#divPdf {
	width: 818px;
	padding: 0px 15px 15px 15px;
	background-color: #e5e5e5;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#divPdf td {
	border-bottom: 1px solid #CCC;
}
