﻿
container {
    resize: both;
    overflow: auto;
    max-width: 1000px;
}

img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
 
#divfor1 {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}


#ImageM {
    max-width: 0%;
    max-height: 0%;
    object-fit: contain;
}

#ImageH {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}


#caja1 {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}






@font-face {
    font-family:'c39hrp24dhtt';
    src: url('c39hrp24dhtt.ttf');
}


#LabelRepFacturaCod {
    font-family: 'c39hrp24dhtt';
}




@media screen and (max-width:800px) {



    container {
        resize: both;
        overflow: auto;
        max-width: 100%;
    }

    #divfor1 {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }



    #divfor2 {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }




    #caja1 {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }


    #ImageM {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    #ImageH {
        max-width: 0%;
        max-height: 0%;
        object-fit: contain;
    }




}
