@charset "UTF-8";

.menuList {
	background: #7F7F7F !important;
	margin: 0;
	padding-bottom: 25px !important;
	/* Para colocar la línea inferior divisora del menú y submenú */
	padding-left: 0px;
}

.menuList a:link, .menuList a:visited {
	background: #7F7F7F;
	color: #ffffff;
	float: left;
	font-size: 13;
	font-weight: bold;
	line-height: 14px;
	padding: 5px 30px 5px 30px;
	text-decoration: none;
}

.menuList a:link.active, .menuList a:visited.active {
	background: #ffffff;
	color: #7F7F7F;
}

.menuList a:hover {
	background: #d21034 !important;
	color: white !important;
}

.menuList li.selected a {
	background: #d21034 !important;
	color: white !important;
	font-weight: bold !important;
}

.menuList li.selected ul.submenu {
	display: block;
	position: absolute;
	padding-left: 2px !important;
	margin: 28px 0 0 -10px;
	/* El primer número se utiliza para ubicar el submenú debajo del menú (incrementar para colocar el submenú más abajo)*/
}

.menuList li.selected ul.submenu a {
	background: transparent !important;
	color: #7F7F7F !important;
	border: none !important;
	font-size: 11 !important;
	font-weight: bold !important;
	line-height: 12px;
	margin-right: 4px;
	padding: 1px 20px 2px 20px;
	text-decoration: none;
}

.menuList li.selected ul.submenu a.selected {
	background: transparent !important;
	color: #101010 !important;
	text-decoration: underline !important;
	font-weight: bold !important;
}

#menu .menuList ul a:hover, #menu .menuList ul.submenu a:hover {
	color: #101010 !important;
	font-weight: bold !important;
}

.menuList ul, .menuList li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menuList ul.submenu {
	display: none;
}