@charset "utf-8";
/* CSS Document */

h2 {
	text-align: center;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

table {
	padding: 0px;
	margin: 0px auto;
	border-spacing: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 0.8em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}

th, td {
	padding: 0.5em 2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
th {
	background-color: #E2E2E2;
}
td {
	background-color: #F0F0F0;
}
td.propiedad {
	font-style: italic;
	color: #333;
}
td.valor {
	font-size: 15px;
}