@charset "utf-8";
/* CSS Document */

.camp-table {
	width:100%;
	float:left;
}

.th-items-titulo {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	color: #FFFFFF;
	padding: 1%;
	border-bottom:3px solid #FFFFFF;
	background: #999999;
	background-image: url(../imagenes/bk-tabla-campeones.gif);
	background-repeat:  repeat-y;
	background-position: right;
	text-transform: uppercase;
}
.th-items-titulo:first-child  {
	width:6%;

}
.th-items-titulo:nth-child(2n) {
width:24%;

}
.th-items-titulo:nth-child(n+3) {
width:23.33%;

}

.th-items {
	background-color:#EAEAEA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2% 1% 2% 1%;
	border-bottom:1px solid #FFFFFF;
	background-image: url(../imagenes/bk-tabla-campeones.gif);
	background-repeat:  repeat-y;
	background-position: right;
	text-transform: uppercase;
	line-height: 15px;
}

.th-items img {
width:15%;
float:left;
margin-right: 4%;
}
.th-items:first-child {
	background-color: #D3D3D3;
	color: black;
	font-weight:bold;
}
