﻿body {
	background: #f3f1e5;
	text-align: center;
}
#uno {
}
div#table table {
	text-align: center;
}
table {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
table th {
	background: #4b0900;
	color: #fff;
	font-size: 28px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	margin: 10px;
}
table th a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px;
}
table th a:hover {
	background: #f3f1e5;
	color: #4b0900; /*border-bottom:3px #4b0900 solid;*/;
	font-family: "Times New Roman", Times, serif;
}
#tri {
	width: 75%;
	margin-top: 10px;
	padding-bottom: 3px;
	border-bottom: 2px #4b0900 solid;
	text-align: center;
	font-family: Georgia;
	margin-left: auto;
	margin-right: auto;
}
