#navigation ul {
	margin: 0px;
	padding: 0px;
	height: 15px;
	float: left;
	display: block;
	margin-right: 0px;
}
#navigation ul li {
	list-style-type: none;
	display: block;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 25px;
}
#navigation ul li h4 {
	width: 50px;
	text-align: center;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#navigation a {
	font-weight: normal;
	color: #FFF;
}
#navigation a:hover {
	color: #FF9;
	font-weight: bold;
}
#sections ul, #sections li, #sections h3, #sections h2, #sections h1 {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sections {
	background-color: #02406F;
	clear: left;
	min-height: 280px;
	overflow: hidden;
	width: 900px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: white;
}
#presentacion #imagen {
	margin: 0px;
	padding: 0px;
	width: 500px;
	float: left;
}
#presentacion #texto {
	margin: auto;
	width: 400px;
	font-size: 24px;
	float: right;
	padding-top: 25px;
	padding-left: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	text-align: center;
}

#sections ul {
	width: 3660px;
}

#sections li {
	float: left;
	width: 940px;
}

#navigation {
	width: 100%;
	color: #02406F;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#navcontainer {
	color: #FFF;
	width: 100%;
}
#navcontainer li {
	display: inline;
	list-style-type: none;
}

