@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #858F85;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/plantilla/images/enrique-editable_07.gif) center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 5px;
}
.oneColFixCtrHdr #header {
	background: url(images/plantilla/images/enrique-plantilla_03.jpg) no-repeat 20px;
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
	height: 140px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 90px 0 0px 170px;
	color: #9CAE2C;
	font-size: 42px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images/plantilla/images/enrique-plantilla_06.jpg) no-repeat 20px 0px;
	height: 80px;
}
.imgder {
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.imgizq {
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 28px 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9CAE2C;
	text-align: right;
	font-size: 10px;
	font-weight: lighter;
	font-variant: small-caps;
	position: relative;
}
#presentacion {
	position: absolute;
	padding-top: 270px;
	padding-left: 137px;
	width: 330px;
	color: #9CAE2C;
}
.oneColFixCtrHdr #mainContent #presentacion p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9CAE2C;
	line-height: 14px;
	letter-spacing: 1px;
	text-align: center;
}
#presentacion h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9CAE2C;
	letter-spacing: 2px;
}
#presentacion h4 {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9CAE2C;
	line-height: 10px;
}
#presentacion h1 {
	font-size: 24px;
	color: #9CAE2C;
	line-height: 24px;
	letter-spacing: 3pt;
}
#nav {
	font-size: 12px;
	color: #512201;
	line-height: 16px;
	width: 150px;
	text-decoration: none;
	z-index: 2;
	position: relative;
	text-align: right;
	float: left;
}
#nav a:hover {
	color: #339900;
}
#nav li {
	text-decoration: none;
	color: #512201;
	list-style-type: none;
}
#nav a {
	color: #3E1A00;
	text-decoration: none;
	font-weight: bold;
}
#mainContent p {
	font-size: 12px;
	color: #C5884F;
	text-align: justify;
}
#mainContent p, h1, h2,h3,h4 {
	padding-right: 20px;
	padding-left: 20px;
}
#mainContent p, h1, h2,h3,h4 {
	color: #C5884F;
}
.imgprincip {
	margin: 0px;
	padding: 0px;
}
#mainContent iframe {
	height: 650px;
	width: 100%;
}
