.modal-xl_95P{
    max-width: 35%;
}

.modal-xl_menu{
  max-width:90%
}

/* estilos del menu de usuario del navbar*/

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 2rem;
  padding: 0.5rem 15px;
  margin: 0px;
    margin-top:2%;
  font-size: 1em;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid rgba(0,0,0,.15);
  border-radius: 1.25rem;
}

.dropdown-item:hover {
  width: 100%;
 /* background-color: rgb(57, 116, 155);*/
 background:rgb(0, 147, 219);
  color: #fff;
  border-radius: 5em;  
}
/*---------------------------------------------------*/


/** ESTILOS PARA LA CARPETACION DEL SSIATEMA **/

.nav-tabs {
  border-bottom: 1px solid #040404;
  background-color: rgb(red, green, blue);
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  margin-top: 1em;
  margin-left: 0.5em;
  background: 0 0;
  border: 5px solid transparent;
  border-top-left-radius: 1.20rem;
  border-top-right-radius: 1.20rem;
}
.formularioMenu {
  color: #fff;
}
