/* Horizontal Navigation */
ul {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
ul#nav {
	display: block;
	height: 31px;
	list-style-type: none;
	border-top: 0px solid #cccccc;
	border-bottom: 0px solid #CCCCCC;
	background: url(../img/fndboton1.jpg) repeat-x;
	width: 876px;
}

ul#nav li { display: inline; }

ul#nav li a#ultimo {
	border-right: 0px solid #CCCCCC;
}

ul#nav li a {
	display: block;
	float: left;
	height: 18px;
	margin: 0;
	padding: 1px 21px 10px 30px;
	border-right: 1.4px solid #CCCCCC;
	color: #666666;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	font-family: "Trebuchet MS", Arial;
	clip: rect(auto,auto,auto,auto);
}


ul#nav li a:hover {
	text-decoration: none;
	color: #FF9900;
}

ul#nav li a.active, ul#nav li a.active:hover {
	height: 28px;
	color: #fff;
	background: #3D515C;
	cursor: default;
	font-weight: bold;
}
ul#nav li a.active:after { content: "\00A0\00BB" attr(cite); }


/* Navegacion submenus contenido */
ul#navc {
	display: block;
	height: 8px;
	list-style-type: none;
	border-bottom: 0px solid #CCCCCC;
	width: 523px;
}

ul#navc li { display: inline; }

ul#navc li a#ultimo {
	border-right: 0px solid #CCCCCC;
}

ul#navc li a {
	display: block;
	float: left;
	height: 12px;
	margin: 0;
	padding: 5px 5px 5px 5px;
	border-right: 1.4px solid #CCCCCC;
	color: #666666;
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	font-family: "Trebuchet MS", Arial;
	clip: rect(auto,auto,auto,auto);
}


ul#navc li a:hover {
	text-decoration: none;
	color: #FF9900;
}

ul#navc li a.active, ul#navc li a.active:hover {
	height: 28px;
	color: #fff;
	background: #3D515C;
	cursor: default;
	font-weight: bold;
}
ul#navc li a.active:after { content: "\00A0\00BB" attr(cite); }

/* fin de navegación menues contenido */

/* Vertical Navigation */

ul#navvert {
	display: block;
	border: 0;
	padding: 0;
	width: 213px;
	list-style-type: none;
	background: url(../img/fndboton1.jpg) repeat-x;
	float: right;
}

ul#navvert li { display: block; }

ul#navvert li a {
	display: block;
	height: 23px;
	font-family: "Trebuchet MS", Arial;
	font-size: 1.2em;
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 12px 0px 12px;
	border-right: none;
	color: #666666;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
	background-color: #EFEFEF;
}

ul#navvert li a:hover {
	text-decoration: none;
	color: #FF9900;
}

ul#navvert li a.active, ul#navvert li a.active:hover {
			height: 23px;
			color: #fff;
			background: #3D515C;
			cursor: default;
			font-weight: bold;
}
ul#navvert li a.active:after { content: "\00A0\00BB" attr(cite); }

/* Navegación Vertical de submenues */

ul#menuder {
	
	border: 0;
	padding: 0;
	width: 239px;
	display: block;

	
}

ul#menuder li { 
	display: block;
}

ul#menuder li a {
	display: block;
	height: 23px;
	font-family: "Trebuchet MS", Arial;
	font-size: 1.2em;
	border-bottom: 1px dotted #CCCCCC;
	padding: 3px 12px 0px 12px;
	border-right: none;
	color: #666666;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
}

ul#menuder li a:hover {
	text-decoration: none;
	color: #FF9900;
}

ul#menuder li a.active:after { content: "\00A0\00BB" attr(cite); }

