@charset "utf-8";
/* CSS Document */

.tabla {
	border: thin solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	margin: 6px;
	padding: 6px;
	height: 0px;
	width: 0px;
}
.texto {
	border: thin none #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	margin: 2px;
	padding: 2px;
	text-align: justify;
}

