/* Código YCM */

#navegacion {
	list-style-type: none;
	float: left;
	margin: 0px;
	width: 920%;
	padding-left: 5px;
}
#navegacion li {
	float: left;
	padding: 0px;
}
#navegacion a {
	float: left;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 4px;
	padding-left: 25px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 75%;
	background-color: #008ad8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #008ad8;
}
#navegacion a:hover {
	color: #002d6e;
	text-decoration: none;
	background-color: #FFB02C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFB02C;
}

body#home #home a, body#generaluse #generaluse a, body#specificuse #specificuse a, body#teamwork #teamwork a, body#kb #kb a, body#services #services a, body#books #books a  {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #002d6e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #008ad8;
}

#search {
	height: 20px;
	width: 160px;
	background-color: #008ad8;
	padding-left: 5px;
	padding-top: 2px;
}
#supsearch_txt {
	height: 14px;
	width: 105px;
	background-color: #FFFFFF;
	font-size: 85%;
	color: #660000;
}
#supsearch_btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color: #CCCCCC;
	width: 45px;
	height: 16px;
	border: 1px solid #FFFFFF;
	color: #008ad8;
}

