@media only screen  and (min-width: 768px) and (max-width:1024px)
{		
	.lbl1, .lbl2 {		
		width: 90%;		
	}
	
	#copyright {
		text-align: center;
	}
	
	.observaciones {		
		text-align: center;
	}
}