@charset "utf-8";

#caja_menu {
	background-color: #E2E4E7;
	height: 36px;
	width: 960px;
	border-radius: 4px;
	z-index: 99;
}

#menu {
	font-family: "Soberana Titular";
	font-size: 13.5px;
	list-style-type: none;
	width: 100%;
	padding-left: 0px;
	margin-left: 0px;
}

#menu li {
	display: block;
	width: 145px;
	float: left;
	text-align: center;
	line-height: 36px;
	height: 36px;
}

#menu li:nth-child(7) {
                width: 28px;
                list-style: none;
                padding-top: 6px;
}

#menu li a {
	text-decoration: none;
	color: #9A999E;
}

#menu li a:hover {
	color: #fff;
}

#menu li ul {
	list-style-type: none;
	position: absolute;
	display: none;
	z-index: 99;
}

#menu li:hover ul {
	display: block;
	width: 200px;
	padding-left: 0px;
	margin-left: 0px;
}

#menu li:hover ul a {
	color: #9A999E;
	background-color: #F3F3F5;
	display: block;
	line-height: 20px;
	padding-bottom: 8px;
	padding-top: 8px;
	display: block;
}

#menu li:hover ul li {
	width: 200px;
	text-align: center;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}

#menu li:hover ul li:last-child {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4D7A6B;
}

#menu li:hover ul li a:hover {
	color: #67666A;
}