body {
	background-color: #258C27;
	font: 80% Arial, geneva, helvetica, sans-serif;
}
#container {
	width: 747px;
	margin-right: auto;
	margin-left: auto;
	background: #8DADAF url(../images/fdCuerpo.png) 0px 307px;
}
#header {
	background: url(../images/fdCabecera.png) no-repeat right top;
	height: 135px;
}
#header img {
	float: left;
}
#header ul {
	list-style: none;
	margin: 0px;
	padding: 200px 0px 0px 317px;
}
#header li {
	float: left;
	padding-right: 1em;
}
#header a:link, #header a:visited {
	color: #FC0;
	text-decoration: none;
	text-transform: uppercase;
	font: 0.90em Tahoma, Arial, geneva, sans-serif;
	font-weight: bold;
}


#content {
	float: right;
	width: 410px;
	padding: 30px 10px;
	color: #FFF;

}
#left {
	width: 307px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#left ul {
	list-style: none;
	color: #FFF;
}
#left ul a:link, #left ul a:visited {
	color: #FC0;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

#footer {
	background: url(../images/footer.png) no-repeat;
	text-align: center;
	color: #FFFFFF;
	clear: both;
	font-size: 0.9em;
	height: 23px;
	padding: 5px;
}
#container #left p {
	color: #FFF;
	padding-left: 10px;
}
