@media print {
    .cabecera_imprimir {
        min-height: 50px;
        background: #275276 !important;
        line-height: 50px;
    }
    .texto-blanco{
        color: white !important;
    }
    .referencia, .precio{
        /*background: white !important;*/
        background: unset !important;
        color: #275276 !important;
    }
    .tachado{
        text-decoration: line-through;
        color: #275276 !important;
    }
    .oferta{
        color: red !important;
    }
    div.texto-ficha > ul > li > span{
        color: #275276 !important;
    }
    .ficha-inmueble{
        background: #e6e6e6 !important;
    }
    .red {
        border-radius: 50px;
        color: black !important;
        background: #fdf100 !important;
    }
}
.cabecera_imprimir {
    min-height: 50px;
    background: #275276 !important;
    line-height: 50px;
}
/*CAMBION NUEVA FICHA*/
@media print {
    header .titulo{
        background: #275276 !important;
        color: #fff !important;
        padding-top: 30px;
        padding-bottom: 30px;
        font-weight: bold;
        /*font-size: 16px;*/
    }
    .total{
        font-size: 30px;
        font-weight: bold;
        color: #275276 !important;
    }
    .texto-color,
    .texto-color i{
        color: #275276 !important;
    }
    .texto-blanco,
    .texto-blanco i{
        color: #fff !important;
    }
    div.telefonos{
        background: #275276 !important;
        color: white;
        padding-top: 20px;
        padding-bottom: 20px;
        font-weight: bold;
        text-align: center;
    }
    footer {
        min-height: auto;
        line-height: normal;
        position: absolute;
        /*float: right;*/
        bottom: 0;
        left: 0;
        background: none;
        font-weight: bold;
    }
}
/*header .titulo{*/
    /*background: #275276 !important;*/
    /*color: #fff !important;*/
    /*padding-top: 30px;*/
    /*padding-bottom: 30px;*/
    /*font-weight: bold;*/
    /*!*font-size: 16px;*!*/
/*}*/
/*footer {*/
    /*min-height: auto;*/
    /*line-height: normal;*/
    /*position: absolute;*/
    /*!*float: right;*!*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*background: none;*/
    /*font-weight: bold;*/
/*}*/
/*.total{*/
    /*font-size: 30px;*/
    /*color: #275276;*/
/*}*/
