﻿#topo .logo {
    width: 130px;
    background-image: url('images/logo-topo.png');
    /*background-position-x: 27px;*/
    background-size: contain;
    height: 50px;
    margin-top:0;
}
.box-login .logo {
    background-image: url('images/logo.png');
    width: 139px;
    background-repeat: no-repeat;
    background-attachment: initial;
    height: 103px;
    
    margin-top: 68px;
    background-size: contain;
}

.logo-empresa {
    background-image: url('images/logo.png');
    width:130px;
    height:47px;
}
.rels-header-visualizar .logo-empresa {
    float: right;
    width:188px;
    height:47px;
    background-size: contain;
    background-repeat:no-repeat;
}

