



.portal_header .title {
    font-size: 0;
    width: 508px;
    height: 159px;
    display: block;
    background: url(../img/imagen_encabezado.png) 0 0 no-repeat;
    margin: 0px auto;
}


.menu_portales {
    display: none;
}


/*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;
}

/*hack para mobiles*/

@media only screen and (max-device-width: 480px) {
.portal_header .title {
    font-size: 0;
    width: auto;
    height: 159px;
    display: block;
    background: url(../img/imagen_encabezado.png) 0 0 no-repeat;
    background-size: contain;

}

}

@media screen and (max-width:500px) {
.portal_header .title {
    font-size: 0;
    width: auto;
    height: 159px;
    display: block;
    background: url(../img/imagen_encabezado.png) 0 0 no-repeat;
    background-size: contain;

}

}
@media screen and (min-width:501px) and (max-width:999px) {
.portal_header .title {
    font-size: 0;
    width: auto;
    height: 159px;
    display: block;
    background: url(../img/imagen_encabezado.png) 0 0 no-repeat;
    background-size: contain;

}

}