	#fact_head{
		position: relative;
	}
	.logo_factura{
		border: 0px solid pink;
	    width: 500px;
	    position: absolute;
	    right: 0;
	    top: -22px;
	    height: 190px;
	    background-size: contain;
    	background-repeat: no-repeat;
	}
	#fact_head img{
	    position: absolute;
	    bottom: 41px;
	    right: 81px;
	    height: 106px;
	    filter: brightness(200%);
	}	
	#nom_comercial{
		position: absolute;
		top: 50%;
		margin-top: 0 auto;

	}
	#fact_head h1{
	    margin: 0;
	    padding: 0 2px;
	    font-weight: bold;
	    font-size: 80px;
	    color: var(--color-hover) !important;
	    right: 92px;
	    top: -23px;
	    text-align: left;
	}
	#emisor{
		font-family: sanchez;  
		font-size: 22px; 
		text-align: left; 
		position: relative; 
		z-index: 2; 
		margin-top: -7px;
	}
	.conceptos_factura{
		margin:15px auto 50px; 
		width: 100% !important;
		max-width: 100% !important;
	}
	.tit_sec{
		margin: 30px 0 0px;
	    font-family: sanchez; 
	}
	.labeltinfo{
		font-size: 15px; 
		border: 0px solid pink;
		width: 195px;
		display: inline-block;
		vertical-align: inline-block;
		text-align: right;
	}	
	.linfo2{
		width: 110px;
	}
	.inputinfo{
		font-family: sanchez;
		font-size: 17px; 
	}
	.uso{
		width: 375px !important;
	    padding: 0 !important;
	    height: 30px !important;
	    border: none !important;
	    font-family: sanchez !important;	
    	font-size: 17px !important;	
    	margin-bottom: 1px !important;
	}
	.fact_subt{
		text-align: right !important; 
		font-weight: bold !important;  
		font-family: sanchez !important;
		font-size: 16px !important;
	}
	.marco_blog input[type='submit']:disabled{
		/*color: #d2d2d2;
	    border: 1px solid #a9a9a9!important;
	    background-color: #a9a9a9!important;
	    box-shadow: none;
	    cursor: default;
	    text-decoration: line-through;*/
	    display: none;
	}
	.sello{
		overflow-y: hidden;
		border: none; 
		padding: 0;
		font-size: 12px;
		width: 475px;
		min-width: 475px;
		max-width: 475px;
		height: 120px;
		max-height: 120px;
		min-height: 120px;
		margin-bottom: 2px;
		background-color: transparent;
	}
	.sello:disabled{
		color: black !important;
	}
	.sello2{
		overflow-y: hidden;
		border: none; 
		padding: 0;
		font-size: 12px;
		width: 983px;
		min-width: 983px;
		max-width: 983px;
		height: 65px;
		max-height: 65px;
		min-height: 65px;
		background-color: transparent;
	}
	.sello2:disabled{
		color: black !important;
	}
	#firma_factura{
		width: 100%;
	}
	#qr_cfdi{
		height: 250px;
	    position: absolute;
	    left: -12px;
	    top: -25px;
	    z-index: -1;
	}
	@media print {

		html{
			/*background-color: green !important;*/
		}
		body{
			background-color: white !important;
		}
		.no_print,#panel_lateral, input[type='submit'], input[type='button'], #verde, a, req, #pie{
			display: none !important;
		}
		.marco_blog{
			padding: 0 !important;
    		margin-top: 20px !important;
    		min-height: 1550px;
    		position: relative;
    		padding-bottom: 400px;
		}
		textarea{
			border: 0;
		}
	}