@charset "utf-8";
/* CSS Document */

.tabla-calendario-box {
    display: block;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.tabla-calendario-match {
    width: 100%;
    background-color: #fafafa;
}

/* TABS */

.tabla-calendario-datos,
.tabla-calendario-fase,
.tabla-calendario-dia,
.tabla-calendario-grupo {
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    color: #ffffff;
}

.tabla-calendario-datos {
    background-color: #fdc33e;
    color: #121212;
    border-bottom: 5px solid #fff;
}

.tabla-calendario-fase {
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #a95c0d;
}

.tabla-calendario-dia {
    background-color: #d9e5ef;
    color: #131313;
}
.tabla-calendario-grupo {
    background-color: #e6e2d8;
    color: #131313;
    padding-left: 1.5%;
    text-align: left;
}
h3.tab-nombredelgrupo {
	margin: 0;
    font-size: 16px;
    color: #fff;
    padding-top: 4px;
    text-align: center;
    font-weight: normal;
    padding-bottom: 4px;
    background-color: #a95c0d;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #241000;
}
/* FIN TABS */


/* CAJA DEL CALENDARIO */

.tabla-calendario-match td {
    border-bottom: 1px dotted #e3e3e3;
}


.tabla-calendario-match tr:hover td {
    background-color: #fff;
}

.tabla-calendario-match td:first-child {
    width: 12%;
    border-right: 1px dotted #ddd;
    color: #131313;
    padding-top: 0px;
    text-transform: capitalize;
    text-align: center;
    font-size: 14px;
}

.tabla-calendario-match td:nth-child(2),
.tabla-calendario-match td:nth-child(6) {
    width: 28%;
    color: #131313;
    text-align: right;
}

.tabla-calendario-match td:nth-child(3),
.tabla-calendario-match td:nth-child(5) {
    height: 45px;
    width: 6.5%;
    text-align: center;
}

.tabla-calendario-match td:nth-child(4) {
    width: 17%;
    color: #131313;
    text-align: center;
    text-transform: lowercase;
}

.tabla-calendario-match td:nth-child(4) i {
    font-size: 14px;
    font-style: normal;
}

.tabla-calendario-match td:nth-child(6) {
    text-align: left;
}

.tabla-calendario-match td img {
    width: 28px;
}

.tabla-calendario-match a:link,
.tabla-calendario-match a:visited {
	color: #131313;
	text-decoration: none;
}
.tabla-calendario-match a:hover {
	text-decoration: underline;
}
/* FIN CAJA DEL CALENDARIO */




/* CAJA TABLA POSCIONES  GRUPOS */
.box-tabla-grupos {
	width: 100%;
	display: block;
	padding-bottom: 20px;
}
table.tabla-grupos-posiciones {
    color: #131313;
	font-family: 'roboto', Arial, Helvetica, sans-serif;
}
table.tabla-grupos-posiciones thead tr th {
    height: 26px;
    text-align: center;
    line-height: 26px;
    color: #121212;
	font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    padding: 5px;
    background-color: #d9e5ef;
}
table.tabla-grupos-posiciones tbody tr {
	border-bottom: 1px dotted #ccc;
    background-color: #fafafa;
    font-weight: normal;
    font-size: 14px;
	text-align: center;
}
table.tabla-grupos-posiciones tbody tr td {
	border-bottom: 1px dotted #e3e3e3;
}
table.tabla-grupos-posiciones tbody tr td:first-child {
background: #ebebeb;
	border-right: 1px dotted #ccc;
}
table.tabla-grupos-posiciones tbody tr:nth-child(1) td:first-child{
	background-color: #1557a0;
    color: #fff;
    border-bottom-color: #1557a0;
    border-right: 1px solid #1557a0;
}
table.tabla-grupos-posiciones tbody tr:nth-child(2) td:first-child,
table.tabla-grupos-posiciones tbody tr:nth-child(3) td:first-child{
	background-color: #02a1dc;
    border-right: 1px solid #02a1dc;
    border-bottom: 1px dotted #31c3f9;
    color: #fff;
}
table.tabla-grupos-posiciones tbody tr:nth-child(4) td:first-child,
table.tabla-grupos-posiciones tbody tr:nth-child(5) td:first-child,
table.tabla-grupos-posiciones tbody tr:nth-child(6) td:first-child,
table.tabla-grupos-posiciones tbody tr:nth-child(7) td:first-child{
	background-color: #31b330;
    border-right: 1px solid #31b330;
    border-bottom: 1px dotted #57cd57;
    color: #fff;
}
table.tabla-grupos-posiciones tbody tr:nth-child(15) td:first-child,
table.tabla-grupos-posiciones tbody tr:nth-child(16) td:first-child{
    background-color: #d21515;
    border-right: 1px solid #d21515;
    border-bottom: 1px dotted #f56060;
    color: #fff;
}
table.tabla-grupos-posiciones tbody td:nth-child(3) {
	font-size: 16px;
	text-align: left;
}
table.tabla-grupos-posiciones tbody td:nth-child(4) {
	font-weight: bold;
}
table.tabla-grupos-posiciones tbody td:nth-child(3) span {
	display:block;
}
table.tabla-grupos-posiciones tbody td:nth-child(3) abbr {
	display:none;
}
table.tabla-grupos-posiciones tbody td {
    padding: 10px;
}
table.tabla-grupos-posiciones tbody td:nth-child(2) {
	width:24px;
	padding-right:0px;
}
table.tabla-grupos-posiciones tbody td:nth-child(2) img {
	width:100%;
	max-width: 24px;
}
table.tabla-grupos-posiciones tbody td:nth-child(n+4) {
		width: 8% !important;
}
table.tabla-grupos-posiciones .tabla-posiciones-opta tbody td:nth-child(n+4) {
	width: 8% !important;
}
/* FIN CAJA TABLA POSCIONES GRUPOS */

/* TABLA POSCIONES LATERAL */

.tablaposiciones-lateral-derecho div#tabla-posiciones-opta table.tabla-grupos-posiciones tbody td:nth-child(3) span {
	display:none;
}
.tablaposiciones-lateral-derecho div#tabla-posiciones-opta table.tabla-grupos-posiciones tbody td:nth-child(3) abbr {
	display: inline-block !important;
}
.tablaposiciones-lateral-derecho div#tabla-posiciones-opta table.tabla-grupos-posiciones tbody td:nth-child(3) abbr {
	font-size:13px !important;
}
.tablaposiciones-lateral-derecho div#tabla-posiciones-opta table.tabla-grupos-posiciones tbody td {
    padding: 10px 3px;
}
.tablaposiciones-lateral-derecho div#tabla-posiciones-opta table.tabla-grupos-posiciones tbody td:nth-child(2) {
padding: 0 0 0 4px;
}
.tablaposiciones-lateral-derecho div#tabla-posiciones-opta table.tabla-grupos-posiciones tbody tr td:first-child {
	width: 33px !important;
	padding: 10px 0;
}
.tablaposiciones-lateral-derecho div#tabla-posiciones-opta table.tabla-grupos-posiciones thead tr th {
  font-size: 13px;
    height: 28px !important;
    padding: 0 0px;
}
.tablaposiciones-lateral-derecho div#tabla-posiciones-opta table.tabla-grupos-posiciones tbody td:nth-child(2) img {
	max-width: 20px !important;
}
/* FIN  TABLA POSCIONES LATERAL */


@media (max-width: 440px) {
/* CAJA DEL CALENDARIO */
.tabla-calendario-match td:first-child {
    font-size: 14px;
    padding-top: 4px;
}

.tabla-calendario-match td:nth-child(4) {
    font-size: 15px;
    width: 24%;
}

.tabla-calendario-match td:nth-child(2),
.tabla-calendario-match td:nth-child(6) {
    font-size: 15px;
    padding: 10px 4px;
    width: 26%;
}
/* FIN CAJA DEL CALENDARIO */

/* CAJA TABLA POSCIONES GRUPOS */
table.tabla-grupos-posiciones tbody tr td:first-child {
width: 25px;
}
/*table.tabla-grupos-posiciones thead tr th:nth-child(7), table.tabla-grupos-posiciones thead tr th:nth-child(8),
table.tabla-grupos-posiciones tbody td:nth-child(9), table.tabla-grupos-posiciones tbody td:nth-child(10) {
	display: none;
}*/
table.tabla-grupos-posiciones tbody td:nth-child(3) {
    font-size: 14px;
	padding: 10px 0px 10px 2px;  
}
table.tabla-grupos-posiciones tbody td:nth-child(2) {
width: 30px;
    min-width: 30px;
}
table.tabla-grupos-posiciones tbody td:nth-child(3) span {
	display:inline-block;
}	
table.tabla-grupos-posiciones tbody td:nth-child(3) abbr {
	display:none;
	text-transform: capitalize;
}
table.tabla-grupos-posiciones tbody td {
    padding: 10px 3px;
}
.tablaposiciones-lateral-derecho div#tabla-posiciones-opta table.tabla-grupos-posiciones tbody td {
    padding: 10px 4px;
}
/* FIN CAJA TABLA POSCIONES GRUPOS */

	
}
