@charset "utf-8";
/* CSS Document */

body {
	background: url(img/bg.gif) repeat;
	margin: 0px;
}

#header {
	margin-top: 15px;
	position: relative;
	margin-bottom: 0px;
}
#logo {
	position: absolute;
	top: 23px;
	left: 397px;
}
#showcase {
	height: 324px;
	margin-bottom: 30px;
}
#showcase img { border: #FFF 17px solid; }
#menu {
	background: url(img/header.png) no-repeat center top;
	height: 90px;
}
#menu-shadow {
	background: url(img/menu-shadow.png) no-repeat top center;
	height: 18px;
	position: relative;
	margin-top: -355px;
}
#menu ul {
	height: 90px;
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
}
#menu ul li {
	list-style-type: none;
	float: left;
	font-family: "Cambria", "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	line-height: 90px;
	margin: 0px 21px;
}
#menu ul li.separador {
	margin-left: 215px;
}
#menu ul li a {
	display: block;
	color: #FFF;
	text-shadow: 1px 1px 3px #333;
	text-decoration: none;
}
#menu ul li a:hover, #menu ul li.active a { color: #FFC756; }

#bottom {
	background: url(img/bg-body.jpg) repeat bottom;
	height: 34px;
	width: 780px;
	margin: auto;
	display: block;
	position: relative;
	clear: left;
}
#planta-left {
	width: 194px;
	height: 213px;
	background: url(img/planta-left.png) no-repeat;
	position: absolute;
	left: 21px;
	top: 265px;
}
#planta-right {
	width: 271px;
	height: 306px;
	background: url(img/planta-right.png) no-repeat;
	position: absolute;
	right: 0px;
	top: 173px;
}

#mainContent {
	margin-bottom: 23px;
}
#content {
	background: url(img/bg-body.jpg) repeat top;
	padding: 0 80px;
	margin: 0px;
	padding-bottom: 30px;
}
h1 {
	font-family: "Cambria", "Times New Roman", Times, serif;
	font-size: 24px;
	border-bottom: thin solid #634814;
	font-weight: normal;
	color: #518023;
}
h2 {
	color: #634814;
	font-family: "Cambria", "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: italic;
	font-weight: normal;
}
h4 {
	font-family: "Cambria", "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #634814;
	text-decoration: underline;
	font-size: 18px;
}
#content p, #content ul li {
	color: #333D;
	font-size: 13px;
	text-shadow: 1px 1px #FFF;
}
p.fuente-ref { font-size: 10px; }
#content a { color: #518023; }
#content a:hover { color: #634814; }

#footer {
	background: url(img/footer-bg.jpg) repeat bottom;
	height: 50px;
	clear: both;
	width: 100%;
	margin: auto;
	margin-bottom: 0px;
	font-size: 12px;
	color: #E6E6E6;
	line-height: 25px;
}
#footer a, #footer a:visited { color: #E6E6E6; }
#footer a:hover, #footer a:active { color: #634814; }