.nav-item .nav-link.router-link-exact-active {
    border-bottom: 0;
    border-left: 3px solid #FFB718;
    padding-left: 13px!important;
    vertical-align: middle
}

.nav-item:active {
    color: #FFB718
  }


/* FOOTER */
footer p {
	text-align: center;
	font-size: 14px;
	letter-spacing: 0;
	margin: 5px 5px 5px;
	color: #818e95;
}

.pie {
    clear: both;
    color: #393130;
    font-family: Arial;
    font-size: 11px;
    height: 40px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 100%;
}
a.pie:link {
	font-family: Arial;
	font-size: 11px;
	color: #393130;
	text-decoration:none;
	padding-top:0;
}
a.pie:link:hover{text-decoration:underline;}
.separadorFooter
{
    width:auto;
    margin-bottom:15px; 
    height: 1px;
    color: #ccc;
    margin-top:15px;
    border-style: solid none none;
    border-width: 1px medium medium;
}

.tableFooter{padding-bottom:20px;margin-left:25px;}
.pie .nameCompany, #nomUsuario{font-weight:bold;}