		.back_ant
		{
		background-color: rgba(0, 0, 0, 0.82);
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display:none; 
		z-index: 1;
		pointer-events: all;
		}
		
		.back_new
		{
		
		background-color: rgba(0, 0, 0, 0.82);
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display:none;
		z-index: 1;
		pointer-events: all;
		}
			
		.documento
		{
		display: none;
		width: 56%;
		height: 28%;
		position: static;
		margin: 17% auto;
		padding: 5px 20px 13px 20px;
		border-radius: 10px;
		background: #A0A0A0;
		border-style: solid;
		border-width: 2px;
		border-color: white;
		}
		
		.inf_msg
		{
		width: 41%;
		max-height: 20%;
		position: static;
		margin: 17% auto;
		padding: 5px 20px 13px 20px;
		border-radius: 10px;
		background: #CF6432;
		border-style: solid;
		border-width: 5px;
		border-color: white;
		}
		
		.inf_cad
		{
		width: 40%;
		max-height: 20%;
		position: static;
		margin: 22% auto;
		padding: 5px 20px 14px 20px;
		border-radius: 10px;
		background: #301AEF;
		border-style: solid;
		border-width: 2px;
		border-color: white;
		}
		