#nav {
	font-size:1.5em;
	margin: 0 auto;
	padding: 0;
	line-height: 100%;
	height:39px;
	background-color:#7c8fb0; 
	width:100%;
	z-index:1;
	position:relative;
}
#nav li {
	margin: 0;
	float: left;
	position: relative;
	list-style: none;
	padding:0;
	/*border-right:0.1em solid #FFFFFF;*/
}

#nav #sociales li{ margin:0 0.2em 0 0; padding:0em 0;}
#nav #sociales a{  background:none; padding:0.2em 5px; margin:0; display:block; color:#000000; float:left;}
#nav #sociales a:hover{  background-color:#005c97; padding:0.2em 5px; margin:0; display:block; color:#000000;}
/* main level link */
#nav a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0.80em 0.85em;
	margin: 0;
}
/* main level link hover */

#nav .current a, #nav li:hover > a {
	background: #ececec; /* for non-css3 browsers */
	color: #000;
	display:block;
}

#nav li.current a{
	background-color:#9ab2db;
}
#nav li.current a:hover{
	color:#fff;
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #ff5500 !important; /* for non-css3 browsers */

	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	/*text-shadow: 0 1px 1px rgba(0, 0, 0, .1);*/
}
/* level 2 list */
#nav ul {
	background: #ddd; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */
	font-size:0.9em;

	display: none;
	margin: 0;
	padding: 0;
	width: 205px;
	position: absolute;
	top: 35px;
	left: 0;
	/*border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
/* dropdown */
#nav li:hover > ul {
	display: block;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-weight: normal;
	/*text-shadow: 0 1px 1px rgba(255, 255, 255, .9);*/
}
/* level 3+ list */
#nav ul ul {
	left: 201px;
	top: -3px;
}
/* rounded corners for first and last child */
#nav ul li:first-child > a {
	/*-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;*/
}
#nav ul li:last-child > a {
	/*-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;*/
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}

#nav form { 
	font-size:0.8em; 
	float:right; 
	margin-top:0.3em;
	margin-right:0.5em;
}
#nav form input{ 
	width:3em;
	background-color:#fff;
	/*-webkit-border-top-left-radius: 0.6em;
	-webkit-border-bottom-left-radius: 0.6em;
	-moz-border-radius-bottomleft: 0.6em;
	-moz-border-radius-topleft: 0.6em;*/
	border:0.1em solid #ccc;
	height:0.6em;
	float:left;
	margin-top:0.3em;
	padding:0.5em;
	margin-left:1em;
}

#nav form input.search{ 
	/*-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0.6em;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0.6em;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomright: 0.6em;
	-moz-border-radius-topright: 0.6em;*/
	background-color:#03a7e6;
	width:2.05em;
	height:1.65em;
	border:0.1em solid #ccc;
	border-left:none;
	float:left;
	background:url(../images/search_16.png) no-repeat center #ccc;
	cursor:pointer;
	outline:none;
}

#nav form input.search:hover{ 
	background:url(../images/search_16.png) no-repeat center #a1a1a1;
}










