<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.cont-tabla-posiciones {
width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	width: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D3D3D3;
	height: 18px;
	float: left;
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D3D3D3;
	line-height: 11px;
}
.cont-tabla-posiciones  td:nth-child(1), .cont-tabla-posiciones  td:nth-child(2), .cont-tabla-posiciones  td:nth-child(3), .cont-tabla-posiciones  td:nth-child(4), .cont-tabla-posiciones  td:nth-child(5), .cont-tabla-posiciones  td:nth-child(6), .cont-tabla-posiciones  td:nth-child(7) , .cont-tabla-posiciones  td:nth-child(8) , .cont-tabla-posiciones  td:nth-child(9), .cont-tabla-posiciones  td:nth-child(10) , .cont-tabla-posiciones  td:nth-child(11){
	font-weight: normal;
	color: #151515;
	padding-top: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d3d3d3;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d3d3d3;
	height: 22px;
	font-weight:bold;
		
}
.cont-tabla-posiciones  td:nth-child(1) {
width: 4%;
}
.cont-tabla-posiciones  td:nth-child(2) {
width: 6%;
border-right:none;
}
.cont-tabla-posiciones  td:nth-child(3) {
text-align:left;
font-weight:normal;
}


.cont-tabla-posiciones  th:nth-child(1), .cont-tabla-posiciones  th:nth-child(2), .cont-tabla-posiciones  th:nth-child(3), .cont-tabla-posiciones  th:nth-child(4), .cont-tabla-posiciones  th:nth-child(5), .cont-tabla-posiciones  th:nth-child(6), .cont-tabla-posiciones  th:nth-child(7) , .cont-tabla-posiciones  th:nth-child(8), .cont-tabla-posiciones  th:nth-child(9) {
    height: 22px;
    background-color:#effdd7;
    font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d3d3d3;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d3d3d3;
}

.cont-tabla-posiciones  th:nth-child(2), .cont-tabla-posiciones  th:nth-child(3), .cont-tabla-posiciones  th:nth-child(4), .cont-tabla-posiciones  th:nth-child(5), .cont-tabla-posiciones  th:nth-child(6), .cont-tabla-posiciones  th:nth-child(7) , .cont-tabla-posiciones  th:nth-child(8), .cont-tabla-posiciones  th:nth-child(9){
width:7%;
}

.cont-tabla-pos-info{
	width:85%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-right: 5%;
	margin-left: 5%;
	padding-left: 5%;
	position:relative;
	line-height: 17px;
	}
.tabla-pos-info{
	width:85%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-right: 5%;
	margin-left: 5%;
	padding-left: 5%;
	position:relative;
	line-height: 17px;
	}

#cont-chile1{
	position:absolute;
	left: 0px;
	top: 7px;
	height: 22px;
	width: 22px;
	background-color: #ffa090;
	border: 1px solid #CCCCCC;

}
#cont-chile2{
	position:absolute;
	left: 0px;
	top: 7px;
	height: 22px;
	width: 22px;
	background-color: #fccf63;
	border: 1px solid #CCCCCC;
}

.cont-chile1-color {
background-color:#ffa090;

}
.cont-chile2-color {
background-color:#fccf63;
}
</pre></body></html>