.main-header .inicio_link {
    font-size: 1.3rem;
}

.portal_header .title {
    font-size: 0;
    /*width: 1921px;*/
    height: 152px;
    display: block;
    background: url(../img/fondo_portal.png) no-repeat 0 0;
    background-size: cover;
    background-color: #2C3E4D;
}

.menu_portales {
    display: none;
}

.header_block {
    padding-top: 0px;
}

.portal_header {
    padding: 0;
}

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

/*.color_instalacion_back {
    background-color: #E6E7E9;
}*/

/*.color_letra_instalacion, .color_letra_instalacion:hover, .color_letra_instalacion:link, .color_letra_instalacion:visited {
    color: #1E418C;
}*/

.configurable-text-color, .configurable-text-color:hover, .configurable-text-color:visited, .configurable-text-color:link {
 color: #1E418C;
}


/*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/fondo_portal.png) no-repeat 0 0;
    background-size: cover;
    background-color: #2C3E4D;

}

}

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

}
@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/fondo_portal.png) no-repeat 0 0;
    background-size: cover;
    background-color: #2C3E4D;

}

}
