body {
	font-family: "Lucida", "sans-serif";
	font-size: 12px;
}

#documento {
	width: 80%;
	margin: 3px;
	padding: 2px;
	border-color: #9a0b2f;
	border-style: solid;
	border-width: 2px;
}

table {
	font-family: sans-serif;
	font-size: 14px;
	width: 80%;
}

thead {
	color: white;
	background-color: gray;
}

td {
	text-align: left;
}

