.baseBanner {
    height: 110px;
}

#jMenu {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 2000;
	box-shadow: 0 5px 6px -5px rgb(0 0 0 / 16%), 0 5px 6px -5px rgb(0 0 0 / 23%);
}

#jMenu ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 1px;
	margin-right: 10px;
}

#jMenu ul li {
	float: left;
	left: 0;
	margin: 0 0 0 0px;
	padding: 0;
	position: relative;
}

#jMenu ul li a {
	background: none repeat scroll 0 0 transparent;
	color: #666;
	display: block;
	font-family: var(--font-regular) !important;
	font-size: 11pt;
	line-height:18pt;
	font-weight: 500;
	margin: 0;
	padding: 0.5em 1em;
	text-decoration: none;
	border-color: transparent;
    border-style: solid;
    border-width: 0;
    border-bottom-width: 4px;
}

#jMenu ul li.active a, #jMenu ul li a:hover {
	border-color: #1c69d4;
}

#jMenu ul ul li.active a, #jMenu ul ul li a:hover {
	border-bottom: 2px solid #1c69d4;
}

#jMenu ul ul {
	display: none;
	float: left;
	left: 0;
	position: absolute;
	right: auto;
	white-space: nowrap;
}

#jMenu ul ul li {
	clear: left;
	float: left;
	left: auto;
	margin: 0;
	width: 100%;
}

#jMenu ul ul li a  {
	border-bottom: 2px solid transparent;
	box-shadow: 0px 7px 7px 0px rgb(0 0 0 / 16%), 0px 7px 7px 0px rgb(0 0 0 / 23%);
}

#jMenu ul ul li a,#jMenu ul li.active li a,#jMenu ul li:hover ul li a,#jMenu ul li.hover ul li a {
	background-color: white !important;
	color: #666;
	float: left;
	font-size: 10pt;
	font-weight: normal;
	line-height:18pt;
	width: 100%;
	/*border-top:1px solid white;*/
}

/*#jMenu ul ul li:first-child a, #jMenu ul ul li:last-child a{
	border-bottom:0px solid white !important;
}*/

/*#jMenu ul ul li a:hover,#jMenu ul li.active ul li a:hover,#jMenu ul li:hover ul li a:hover,#jMenu ul li.hover ul li a:hover {
	color: #0653b6;
}*/

#jMenu ul ul.last {
	left: auto;
	right: 0;
}

#jMenu ul ul.last li {
	float: right;
	position: relative;
	right: 1.75em;
}

#jMenu ul li:hover ul,#jMenu ul li.hover ul {
	display: block;
}

/** MARCA BANNER **/
.marcaContainer {
	height: 55px;
}

.marcaContainer .bmHeader {
	width: 100%;
}

.marcaContainer .mnHeader {
	width: 100%;
}

.marcaContainer .pvHeader {
	width: 100%;
}

.marcaContainer .bmHeader .logo {
	background: url("../images/logo-bmw.jpg") no-repeat scroll 0 0
		transparent;
	height: 50px;
	width: 50px;
}

.marcaContainer .mnHeader .logo {
	background: url("../images/logo_MN.jpg") no-repeat scroll 0 0
		transparent;
	height: 50px;
	width: 140px;
}

.marcaContainer .pvHeader .logo {
	background: url("../images/logo_PV.jpg") no-repeat scroll 0 0
		transparent;
	height: 50px;
	width: 50px;
}

.marcaContainer .bmHeader .wellcome {
	font-family: Arial, Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	width: 83%;
}

.marcaContainer .mnHeader .wellcome {
	font-family: Arial, Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	width: 83%;
}

.marcaContainer .pvHeader .wellcome {
	font-family: Arial, Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	width: 83%;
}

.marcaContainer .bmHeader .closeSession {
	width: 5%;
}

.marcaContainer .mvHeader .closeSession {
	width: 5%;
}

.marcaContainer .pvHeader .closeSession {
	width: 5%;
}

.marcaContainer .bmHeader .closeSession a div {
	background: url("../images/CerrarSesion.gif") no-repeat scroll 0 0
		transparent;
	height: 25px;
	width: 70px;
}

.marcaContainer .mnHeader .closeSession a div {
	background: url("../images/CerrarSesion.gif") no-repeat scroll 0 0
		transparent;
	height: 25px;
	width: 70px;
}

.marcaContainer .pvHeader .closeSession a div {
	background: url("../images/CerrarSesion.gif") no-repeat scroll 0 0
		transparent;
	height: 25px;
	width: 70px;
}

/** BREADCRUMB **/
div#breadCrumb {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	background: #F3F7FB;
	margin-top: -3px;
	padding-left: 5px;
	margin-bottom: 8px;
	padding-top: 6px;
	padding-bottom: 3px;
	border-radius: 0 0 5px 5px;
}

div#breadCrumb span {
	color: #13253A;
	font-family: Arial, Verdana, sans-serif;
}

div#breadCrumb span:last-child {
	font-weight: bold;
}

.rightMenu {
	float: right !important;
    cursor: pointer;
}

.rightMenu ul {
    float: right !important;
    right: 8px !important;
    left: auto !important;
}

.fixImgLibre {
	padding: 0 !important;
	padding-left: 1em !important;
	display: inline-flex !important;
    align-items: center;
}

.fixImgLibre img {
	height: 37px;
	margin-right: 10px;
}