<style type="text/css">
body {text-align:center;} /*Para centrar con IE6*/
#container {
	width:1024px;
	text-align:left;
	margin-top: 0px;
	border: 2px ridge #76ab30;
	position: relative;
	margin: auto;
}
#header {
	background:white;
	width:1024px;
	height:150px;
	margin-top: 0px;
}
#footer {
	width:1019px;
	height:220px;
	clear:left;
	background-color: #273713;
	border-right-style: groove;
	border-right-color: #273713;
	border-left-color: #273713;
	border-left-style: ridge;
}
#footer_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 200px;
	width: 161px;
	line-height: 2em;
	list-style: none;
	left: 421px;
	top: 580px;
}
#menu {
	background:white;
	float:left;
	width:1019px;
	height: 40px;
	border-top-color: #999;
	border-top-style: groove;
	border-bottom-color: #999;
	border-bottom-style: ridge;
	background-color: #75ab30;
	border-left-color: #999;
	border-left-style: ridge;
	border-right-color: #999;
	border-right-style: groove;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 4px;
	color: #FFF;
}
#navigation-1 li {
	margin:0;
	padding:0;
	display:block;
	float:left;
	position:relative;
	width:140px;
	list-style: none;
}
#navigation-1 li a:link, #navigation-1 li a:visited {
	display:block;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	width:160px;
	height:20px;
}
#navigation-1 li:hover a, #navigation-1 li a:hover, #navigation-1 li a:active {
	display:block;
	text-align:center;
	text-decoration:none;
	background:#76ab30;
	color:#273713;
	width:160px;
	height:20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	background: none;
	font-weight: bold;
	margin-left: 2%;
	margin-right: 2%;
	color: #000;
}
#body {
	background:white;
	float:left;
	width:999px;
	margin-left: 10px;
	margin-right: 15px;
	margin-top: 15px;
	text-align: justify;
}
</style>
