#headerUsuario{
    width:100%;
    padding:10px;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100px;
    background-color: #0066CC;
    color:white;
	
}
#headerUsuario logo {
    width:90px;
    height: 80px;
    overflow: hidden;
  
}
#headerUsuario logo img {
    height: 100%;
    width: auto;
}
#headerUsuario usuario {
    width:225px;
    height:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
