.portal_header .title {
    font-size: 0 !important;
    /*width: 1921px;*/
    height: 151px;
    display: block;
    background: url(../img/header-logo.png) no-repeat center top;
    /*background-size: contain;*/
    background-color: #1D2D56;
}

.menu_portales {
    display: none;
}

.header_block {
    padding-top: 0px;
}

/*se esconde el texto en el encabezado del Titulo definido en Portal General > Configuracion > Titulo*/
div.header_block.configurable-bg-color > header > a > h1 {
    display: none;
}

.portal_header {
    padding: 0;
}

/*autodesarrollo*/
/*#function_bar_apps > a:nth-child(1) {
    visibility: hidden;
}*/

/*logo izq*/
.main_header .logo {
/*    visibility: hidden;*/
}

.main_header .inicio_link {
    visibility: hidden;
}

/*hack para mobiles*/

@media only screen and (max-device-width: 480px) {
.portal_header .title {
    font-size: 0;
    width: auto;
    /*height: 70px;*/
    display: block;
    background: url(../img/header-logo.png) no-repeat center top;
    background-size: cover;
    background-color: #1D2D56;

}

}

@media screen and (max-width:500px) {
.portal_header .title {
    font-size: 0;
    width: auto;
    /*height: 70px;*/
    display: block;
    background: url(../img/header-logo.png) no-repeat center top;
    background-size: cover;
    background-color: #1D2D56;
}

}
@media screen and (min-width:501px) and (max-width:999px) {
.portal_header .title {
    font-size: 0;
    width: auto;
    /*height: 70px;*/
    display: block;
    background: url(../img/header-logo.png) no-repeat center top;
    background-size: cover;
    background-color: #1D2D56;

}

}
