#standings{
	
	margin: 0 auto;
	width: 577px;
	height: 173px;
	background: url("standings/fondo_standings.png") no-repeat;
	padding-top: 53px;
	line-height: 20px;
	margin-bottom: 20px;
}

#standings .norte{
	
	font-size: 11px;
	float: left;
	color: white;
	border-collapse: collapse;
}

#standings .sur{
	
	font-size: 11px;
	float: right;
	color: white;
	border-collapse: collapse;
	margin-right: 11px;
}

#standings .norte td,
#standings .sur td{
	
	padding: 0px;
	margin: 0px;
	height: 0px;
	text-align: center;
}

#standings td.nombre{ width: 122px; text-align: left; padding-left: 10px; }
#standings td.jg{ width: 31px; }
#standings td.jp{ width: 34px; }
#standings td.pct{ width: 44px; }
#standings td.jv{ width: 42px; }
