﻿/*CRO integracion window print  exportacion de estilos*/
@media print{
	.NoPrintDdl{
	border:none;
    background-image:none;
	}

    .estCelGriBorGriFont {
    background-color: #C1D3FB !important;    
    -webkit-print-color-adjust: exact; 
    }
    .estCelBorGriIGris {
    background-color: #DFE6DE !important;
    text-align:left justify;    
    -webkit-print-color-adjust: exact; 
    }

    .estCelBorGriI {
    height:auto !important;
    }

    .cajasTexto {
    border:none !important;
    height:auto !important;
    }

    .ReduClog {
    height:60px !important;
    width:145px !important;
    }
    /*Tamaño Carta*/ 
    @page {
    size:letter portrait;
    }  
}



