.container{
    margin-bottom:75px!important;
    padding-top: 20px !important;
}
.headerMain{
    /*background: #1f9b9b none repeat scroll 0 0;
    height: 96px;
    padding: 0 0 5px;
    position: fixed;
    width: 100%;*/
    z-index: 9;
}

.menurigth{
    float: right;
    height: 11px;
    margin-top: 56px !important;
    width: 500px !important;
}

md-toolbar.md-default-theme.md-menu-toolbar, md-toolbar.md-menu-toolbar{
    background-color: transparent;
}

.footerMain{
    display:block;
    color: #000;
    position: fixed !important;
    background: #1f9b9b;
    position:absolute; /*El div será ubicado con relación a la pantalla*/
    left:0px; /*A la derecha deje un espacio de 0px*/
    right:0px; /*A la izquierda deje un espacio de 0px*/
    bottom:0px; /*Abajo deje un espacio de 0px*/
    height:60px; /* 66 alto del div*/
    z-index:9;
    padding-top: 2px; 
}
/*
#headerMain{background-color: #fff;
            height: 94px;
            padding: 0;
            width: 100%;}
*/
/*#headerMain button{float:left;width:29px;height:28px;margin-top:12px;background:transparent url('/app/icon/menu.png') no-repeat;}*/
#headerMain h1{float:left;display:block;width:90%;text-align:center;color:#fff;line-height:50px;font-size:1.2em}
#logo{
    /*background: #fff url("/app/icon/logo60.png") repeat scroll 0 0;*/
    background: #fff url("/app/icon/logo92.png") repeat scroll 0 0;
    display: block;
    float: left;
    height: 92px;
    width: 200px;
}

#logo40{background: #fff url("/app/icon/logo40.png") repeat scroll 0 0;
        display: block;
        float: left;
        height: 57px;
        width: 123px;
}

#footerMain{background-color:#FFF;width:100%;height:65px;padding:0 2%}
#footerMain .menu{float:right;width:40px;height:35px;margin-top:12px;background:transparent url('/app/icon/menu.png') no-repeat;}
#footerMain .home{float:left;width:40px;height:35px;margin-top:12px;background:transparent url('/app/icon/home.png') no-repeat;}
#footerMain h1{float:left;display:block;width:100%;text-align:center;color:#fff;line-height:50px;font-size:1.2em}

.modal-footer{padding:10px 15px 10px 10px !important }

@media (max-width: 768px) {
    #logo{        
        background: #fff url("/app/icon/logo92.png") repeat scroll 0 0;
        display: block;
        float: left;
        background-size: 140px;
        height: 66px;
        width: 140px;
        /*
        background-size: 150px;
        height: 72px;
        width: 150px;
        */
    }
}

