	
	/* NAV - top horizontal nav */
	#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	#nav {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
}
	#nav li {
	position: relative;
	float: right;
	width: 10em;
	display: block;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
}
	#nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	text-decoration: none;
	cursor: pointer;
	color: #999;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
	#nav a:hover {
	color: #cb7a10;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	
	#nav li ul {
	width: 15.8em;
	font-size: 12px;
	margin-top: 3px;
	position: absolute;
	font-weight: normal;
	left: -999em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-color: #333;
}
	#nav li:hover ul, #nav li.sfhover ul {
	left: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	
	#nav li li {
	float: none;
	padding-left: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000;
	border-left-color: #000;
}
	#nav li li.last {
	border-bottom: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	#nav li li a, #nav li li a:link, #nav li li a:visited, #nav li li a:hover {
	color: #999;
	padding: 3px 10px 2px;
	width: 14em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	#nav li li a:hover {
	color: #000;
	background-color: #cb7a10;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	
	#nav li.active {
	background-color: #FFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
	#nav li.active ul {
	border: none;
	background-color: #cb7a10;
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
	#nav li.active a:link, #nav li.active a:visited, #nav li.active a:hover, #nav li.active a:active {}
	#nav li.active a:hover {
	color: #cb7a10
}
	#nav li.active li.last {border-bottom: none}
	#nav li.active li a:link, #nav li.active li a:visited, #nav li.active li a:hover, #nav li.active li a:active {
	color:#666
}
	#nav li.active li a:hover {
	color: #000;
	background-color: #cb7a10;
	background-repeat: repeat-x;
	background-position: 0 99%;
}

	/* hide from IE mac \*/
	#nav li {width:auto}
.titulo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cb7a10;
}
.tituloCopy {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #cb7a10;
}
.nombre {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #999999;
}
.texto {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	padding-left: 15px;
}
.textoCopy {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
}
