
table {
	border-collapse: collapse;
	/*font-size: 0.8rem;*/
	margin: 0.5rem;
	width: calc(100% - 1rem);
}
	
caption {
	color: #B71C1C;
	padding: 0.5rem 0;
	font-weight: bolder;
}

th {
	padding: 0.5rem 0;
	border-bottom:0.1rem solid #B71C1C;
}
/*
th { 
	font: bold 0.5RE arial, sans-serif ; color:black;
	color: whitesmoke;
	text-align: center; 
	background: #770000;
	padding: 1rem;
	}*/
td { 
	/*font: normal 10px arial, sans-serif; */
	color:black; 
	text-align: center; 
	padding-top: 5px; 
	padding-bottom: 5px
	}
	
tr:nth-child(odd) { background-color: snow;}
tr:nth-child(even) { background-color: whitesmoke;}
tr:first-child {background: white;}
tr:nth-child(2) {background: gold;} /*#7BAB1A*/
tr:nth-child(3) {background: silver;}
tr:nth-child(4) {background: #CD7F32;} /*BRONCE*/
td.usuario {
	text-align: left;
	padding-left: 0.5rem; 
}	
td.usuario a {	color: #116E6E;}
tr:nth-child(2) td.usuario a {	color: black;}/*#B71C1C*/
tr:nth-child(3) td.usuario a {	color: black;}
tr:nth-child(4) td.usuario a {	color: black;}

td.puntos { font-weight: bold;}
	