
body{
	margin:0px;
	background-color: #565656;
}
.certificado{
	width: 297mm;
	height: 209.8mm;
	background-color: white;
}
.cert_nombre{
	background-color: ;
	position: absolute;
	font-size: 7mm;
	margin-top:93mm;
	left: 89mm;
	width: 198mm;
	text-align: center;
}
.cert_firma_izq{
	position: absolute;
	font-size: 60px;
	margin-top:940px;
	left:600px;
	width: 400px;
	text-align: center;
}
.cert_firma_der{
	position: absolute;
	font-size: 60px;
	margin-top:928px;
	left:1160px;
	width: 400px;
	text-align: center;
}
.cert_qr{
	position: absolute;
	font-size: 60px;
	margin-top:170mm;
	left:20mm;
	width: auto;
	background-color: white;
	padding: 14px 14px 14px 14px;
	border-radius: 4px;
}
.cert_qr_code{
	position: absolute;
	font-size: 2mm;
	margin-top:203mm;	
	left:267mm;
/*	width: 30mm;*/
	font-weight: bold;
	text-align: left;
	background-color: ;
	color: #777;
	/*display: none;*/
}
.cert_nota{
	position: absolute;
	font-size: 8mm;
	margin-top: 1.28mm;	
	left: 284mm;
	color:#E0E0E0;
}
@media all {
   div.saltopagina{
      display: none;
   }
}
   
@media print{
   div.saltopagina{ 
      display:block; 
      page-break-before:always;
   }
}
