#logoHome {
	background: url(logo.png) no-repeat;
    width: 300px;
    height: 150px;
    background-size: auto;
    background-position: center;
}

#menuLogo{
	background: url(logo.png) no-repeat;
    width: 150px;
    height: 75px;
    background-size: contain;
    background-position: center;
    /*background-color: #ffff;*/
}