	* { margin: 0; padding: 0; }
	body, html {
		font: Arial, serif;
		height: 100%;
		width: 100%;}
	
/*En todas las tablas*/
	table { 
		border-collapse: collapse;
		margin: auto;}
	table.sortable {
		border-spacing: 0;
		border: 1px solid black;
		border-collapse: collapse;}
	table.sortable th, table.sortable td {
		text-align: center;
		width: auto;
		border-style: solid;
		border-color: black;}
	table.sortable th {
		font: Arial, serif;
		font-style: bold;
		border-width: 1px 1px 1px 1px;
		padding: 2px 4px 10px 4px;
		background-color: #EEC3BF;
		text-align: center;}
	table.sortable td {
		border-width: 0px 1px 0px 1px;
		padding: 2px 4px 2px 4px;}
	table.sortable tr.odd td {
		background-color: #ddd;}
	table.sortable tr.even td {
		background-color: #fff;}
	table.sortable tr.sortbottom td {
		border-top: 1px solid #444;
		background-color: #ccc;
		font-weight: bold;}
