#nota-tabla-posiciones {
display: block;
margin-top:15px;
margin-bottom:15px;
clear: both;
}

#nota-tabla-posiciones h5 {
background-color: #174882;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
padding: 5px 0px;
text-indent: 10px;
font-weight: bold;
margin:0px;
}

table.tabla-posiciones {
font-size: 11px;
width:100%;
}

table.tabla-posiciones th {
	background-color: #fef6d8;
	border-bottom: 1px solid #ffc630;
	color: #333;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

table.tabla-posiciones th:nth-child(2) {
text-align: left;
text-indent: 28px;
}

table.tabla-posiciones td {
	border-bottom: 1px solid #ccc;
	height: 26px;
	line-height: 30px;
	text-align: center;
	background-color: #fff;
}

table.tabla-posiciones td:nth-child(even){
background-color: #ededed;
}

table.tabla-posiciones td:first-child {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #fff;
	background-color: #999999;
	width: 6.45%;
}

table.tabla-posiciones td:nth-child(n+3){
width:6.45%;
font-family: Arial, Helvetica, sans-serif;
}

table.tabla-posiciones tbody tr:first-child td:first-child {
/*	background-color: #D31010;*/
	background-color: #e64c00;
}

/*
table.tabla-posiciones tbody tr:nth-child(2) td:first-child,
table.tabla-posiciones tbody tr:nth-child(3) td:first-child,
table.tabla-posiciones tbody tr:nth-child(4) td:first-child,
table.tabla-posiciones tbody tr:nth-child(5) td:first-child {
	background-color: #43B542;
}
*/

table.tabla-posiciones tbody tr.liguilla td:first-child {
	background-color: #43B542;
}

table.tabla-posiciones td:nth-child(2) {
text-align: left;
font-weight: bold;
}

table.tabla-posiciones td img {
	float: left;
	width: 26px;
	height: 26px;
	margin: 2px 3px;
}

ul.simbologia-campeonato {
list-style-type: none;
padding:15px 0px;
margin:0px;
}

ul.simbologia-campeonato li {
padding: 15px 20px 15px 80px;
position: relative;
font-size: 12px;
line-height: 17px;
border-bottom: 1px solid #ccc;
}

ul.simbologia-campeonato li:last-child {
border-bottom: none;
}

ul.simbologia-campeonato li span {
display: block;
width: 22px;
height: 22px;
position: absolute;
left:30px;
top:12px;
}

ul.simbologia-campeonato li[data-simbolo="campeon"] span { background-color: #e64c00; }
ul.simbologia-campeonato li[data-simbolo="liguilla"] span { background-color: #43b542; }
ul.simbologia-campeonato li[data-simbolo="otros"] span {
	background-color: #2581CC;
}

/*Tabla de posiciones-acumulada*/


table.tabla-posiciones-acumulada {
font-size: 11px;
width:100%;
}

table.tabla-posiciones-acumulada th {
	background-color: #fef6d8;
	border-bottom: 1px solid #ffc630;
	color: #333;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

table.tabla-posiciones-acumulada th:nth-child(2) {
text-align: left;
text-indent: 28px;
}

table.tabla-posiciones-acumulada td {
	border-bottom: 1px solid #ccc;
	height: 26px;
	line-height: 30px;
	text-align: center;
	background-color: #fff;
}

table.tabla-posiciones-acumulada tbody tr.copa-sudamericana td:first-child {
	background-color: #2581CC;
}


table.tabla-posiciones-acumulada td:nth-child(even){
background-color: #ededed;
}

table.tabla-posiciones-acumulada td:first-child {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #fff;
	background-color: #999999;
	width: 6.45%;
}

table.tabla-posiciones-acumulada td:nth-child(n+3){
width:6.45%;
font-family: Arial, Helvetica, sans-serif;
}


/*table.tabla-posiciones-acumulada tbody tr:nth-child(1) td:first-child {
	background-color: #2581CC;
}*/

table.tabla-posiciones-acumulada tbody tr:nth-child(15) td:first-child,
table.tabla-posiciones-acumulada tbody tr:nth-child(16) td:first-child {
	background-color: #A70606;
}

table.tabla-posiciones-acumulada td:nth-child(2) {
text-align: left;
font-weight: bold;
}

table.tabla-posiciones-acumulada td img {
	float: left;
	width: 26px;
	height: 26px;
	margin: 2px 3px;
}


ul.simbologia-campeonato li[data-simbolo="baja"] span {
	background-color: #A70606;
}

ul.simbologia-campeonato {
font-family: Arial, Helvetica, sans-serif;
list-style-type: none;
padding:15px 0px;
margin:0px;
}

ul.simbologia-campeonato li {
padding: 15px 20px 15px 80px;
position: relative;
font-size: 12px;
line-height: 17px;
border-bottom: 1px solid #ccc;
}

ul.simbologia-campeonato li:last-child {
border-bottom: none;
}

ul.simbologia-campeonato li span {
display: block;
width: 22px;
height: 22px;
position: absolute;
left:30px;
top:12px;
}

ul.simbologia-campeonato li[data-simbolo="campeon"] span { background-color: #e64c00; }
ul.simbologia-campeonato li[data-simbolo="liguilla"] span { background-color: #43b542; }
ul.simbologia-campeonato li[data-simbolo="otros"] span {
	background-color: #2581CC;
}