* {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	list-style: none;
	font-style: normal;
	font-weight: normal;
	line-height: inherit;
	font-family: inherit;
	text-decoration: none;
}
html, body {
	border: 0 none;
	height: 100%;
	text-align: center;
}
body {
	background: none repeat scroll 0 0 #06090F;
	font: 62.5%/1.25 Verdana, Geneva, sans-serif;
	margin: 0 auto;
	width: 100%;
}
.container {
	margin: 0 auto;
	overflow: hidden;
	width: 1212px;
}
.resultados {
	background: url(bg_resultados.jpg) no-repeat scroll center top #06090F;
	float: left;
	margin-right: 4px;
	padding: 16px 0;
	width: 602px;
}
.liga {
	display: inline-block;
	float: left;
	font-weight: bold;
	margin-left: 18px;
}
table {
	border-collapse: collapse;
	width: 596px;
}
table th, table td {
	font-family: Arial;
	font-weight: bold;
	padding: 0 2px;
	text-align: center;
}
table th {
	color: #00CCFF;
	font-size: 14px;
}
table td {
	color: #EEEEEE;
	font-size: 18px;
}
table th.team, table td.team {
	text-align: left;
}
.won {
	color: #FFC20E;
}