#top {
	width: 760px;
	margin: 0;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
}
#top h3 {
	font-size: 12px;
}
#content {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	float: left;
	width: 164px;
	margin: 15px 5px 0 0;
	text-align: right;
}
#derecha {
	float: right;
	width: 600px;
}
#logo h1 {
	background: url(../img/logo2.gif);
	width: 164px;
	height: 70px;
	margin-bottom: 0px;
}
#content ul {
	list-style: none outside;
	padding: 0;
	margin: 0;
}
#content ul li {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#nav {
	text-align: left;
	height: 48px;
}
#nav ul {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	padding: 0;
	margin: 0;
}
#nav ul li {
	float: left;
	padding: 0;
	height: 48px;
	margin-right: 20px;
	list-style: none outside;
	background: #33FF33;
}
#nav li span {
	display: block;
	margin-top: 14px;
	margin-left: 35px;
	text-align: left;
}
#nav li.one {
	background: url(../img/1g.gif) no-repeat 0 bottom;
	width: 150px;
	margin-left: 20px;
}
#nav li.two {
	background: url(../img/2.gif) no-repeat 0 bottom;
	color: #000000;
	width: 200px;
}
#nav li.three {
	background: url(../img/3g.gif) no-repeat 0 bottom;
	width: 125px;
}
