@charset "utf-8";
/* CSS Document */

#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: 14px;
    width: 100%;
	font-family:  Arial, Helvetica, sans-serif;
}
table.tabla-posiciones td {
    border-bottom: 1px solid #ccc;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background-color: #fff;
}
table.tabla-posiciones th {
    background-color: #fce0a0;
    border-bottom: 1px solid #174882;
    color: #000;
    font-weight: bold;
    text-align: center;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
}

table.tabla-posiciones th:nth-child(2) {
    text-align: left;
    text-indent: 25px;
}

table.tabla-posiciones td:first-child {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #fff;
    background-color: #818181;
    width: 7%;
}
table.tabla-posiciones td:nth-child(even) {
    background-color: #ededed;
}
table.tabla-posiciones td img {
    float: left;
    width: 24px;
    height: 22px;
    margin: 2px 3px;
	max-width: 20px;
    max-height: 20px;
}
table.tabla-posiciones td:nth-child(n+3) {
    width: 7%;
    font-family: Arial, Helvetica, sans-serif;
}
.caja-simbologia-tablaposic {
    width: 84%;
    background-color: #ededed;
    float: left;
    padding: 5px 8%;
	    font-family:Arial, Helvetica, sans-serif;
}
.simbologia-color-clasifica {
    color: #4bad40;
}

.caja-simbologia-tablaposic-punto {
    width: 6%;
    float: left;
    text-align: left;
    font-size: 36px;
    font-weight: bold;
    line-height: 14px;
    padding-bottom: 6px;
}
.caja-simbologia-tablaposic-fr {
    width: 27.3%;
    float: left;
    font-size: 11px;
    line-height: 14px;
    padding-bottom: 6px;
}
.simbologia-color-repechaje {
    color: #c6161d;
}
.simbologia-color-noclasifica {
    color: #818181;
} 
.simbologia-general {
    padding: 0px 0 1px 0;
    width: 50%;
    float: left;
    font-size: 11px;
    line-height: 14px;
    text-align: left;
    display: none;
}
table.tabla-posiciones td:nth-child(2) {
    text-align: left;
    font-weight: bold;
    font-size: 12px;
}
table.tabla-posiciones tbody tr:first-child td:first-child, 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 {
    background-color: #4bad40;
}
table.tabla-posiciones tbody tr:nth-child(5) td:first-child {
    background-color: #c6161d;
}