nav li { width: 100%; padding: 8px 6px; color: white; cursor: pointer; border-left: 4px solid #0B0B3B; margin-bottom: 2px; text-decoration: none; list-style: none; }
nav li:hover, .liSelect { background-color: #0B0B3B; }

#menuPrincipal { width: auto; min-width: 150px; height: calc(100% - 50px); top: 50px; right: 0px; padding-right: 8px; position: fixed; background-color: darkblue; z-index: 99999999999; }
