.opciones{
    float: right;
    height: 44px;
}

.icono{    text-align: right;
    line-height: 44px;
    color: whitesmoke;
}

.usuarioNombre{
	    color: whitesmoke;
}

.iconoDesplegar{
	font-size: 12px;
    /* margin: -2px 0 0 0; */
    display: inline-block;
    float: right;
    /* background: blue; */
    width: 20px;
    text-align: center;
}

.opciones:hover .subNav{
	display: block;
}

.subNav{    padding: 0;
    list-style: none;
    margin: 0;
display: none;}

 .subNav > li   {
    	    background: #275E6E;
    padding: .2em .4em;
    }

 .subNav > li   > a{
            color: whitesmoke;    
    	width: 100%;
               display: inline-block;
    }

  
  .subNav > li   > a:hover{
            cursor:pointer;
            opacity: .7;
    }  