.btn_Crear_oferta:hover {
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.help {
    cursor: help;
}



#info {
    background-color: #ddd;
    border-radius: 15px;
}
nav .navbar-nav li a{
    font-weight: 200;
    color: white !important;
}
nav .navbar-nav > li:hover{
    background-color: #a3001e;
    border-radius:10px;
    

}





nav .navbar-nav > li > a:hover {
    /*font-weight: 500 !important;*/
    
    color: #FFC0CB;
}
.active {
    font-weight: 500 !important;
}

/*Menú secundario*/
/*
.nav-underline >li >a {
    font-weight: 200 !important;
    color: white !important;
}*/

.nav-underline >li a{
    font-weight: 500 !important;
   
   
}
.nav-underline >li:hover{
    background-color: #414951;
    border-radius:10px;
}
/*
.nav-underline >li > a>div:hover {
    
    color: #706868;
}*/

/*Menú información del usuario*/
.info-usuario>ul  li{
    list-style: none;
    display: inline-block;

}
.info-usuario{
    height: 6vh;
}
.info-usuario>ul>  li > a{
   
    color: rgb(83, 83, 62);
}
.info-usuario >li >a{
    font-weight: 200 ;
    color: rgb(3, 3, 3); 
}

.info-usuario >ul >li>:hover{
    background-color: #b3b4b6c9;
    border-radius:10px;
}




