#listadoligas div {
  height:30px;
  border-radius: 6px;
}

#listadoligas div img{
  margin-top: 4px;
  vertical-align: -5px;
  font-weight: bold;
  margin-right: 10px;
}

#logo{
  position:absolute;
  z-index:9999; 
}



 /**********************************/
/* Añadido por allloboi 30/04/2020*/
/*********************************
table.partidasxjugar {
  background-color: #ffffff;
  border-collapse: collapse;
  border-width: 2px;
  border-color: #ffffff;
  border-style: solid;
  color: #000000;
}

table.partidasxjugar tr, .partidasresultados tr {
	
}

table.partidasxjugar th, .partidasresultados th {
	border-width: 2px;
	  border-color: #ffffff;
	  border-style: solid;
	  padding: 3px;
}

table.partidasxjugar td, .partidasresultados td {
	border-width: 2px;
	  border-color: #ffffff;
	  border-style: solid;
	  padding: 3px;
}

table.partidasxjugar thead {
  background-color: #ff8040;
}*/


.parpadea {
	/*font-size: 16px;*/
	animation-name: parpadeo;
	animation-duration: 1.5s;
	animation-timing-function: ease-in-out;;
	animation-iteration-count: infinite;

	-webkit-animation-name:parpadeo;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-timing-function: ease-in-out;;
	-webkit-animation-iteration-count: infinite;
}
@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.2; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.2; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.2; }
  100% { opacity: 1.0; }
}

.parpadea, .parpadea .horario{
  color: red !important;
}

/**********************************/
/* Añadido por allloboi 30/04/2020*/
/*********************************
/* /////////////////////////////////
	[ Table ] 
*/
table.clasificacion {
  border-collapse: collapse;
  background: white;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

table.clasificacion td, table.clasificacion th {
  padding-left: 8px;
}
table.clasificacion thead tr {
  height: 42px;
  background: #000000; /*#36304a;*/
}
table.clasificacion tbody tr {
  height: 38px;
}
table.clasificacion tbody tr:last-child {
  border: 0;
}
table.clasificacion td, table th {
  text-align: center;
}
table.clasificacion td.l, table th.l {
  text-align: center;
}
table.clasificacion td.c, table th.c {
  text-align: center;
}
table.clasificacion td.r, table th.r {
  text-align: center;
}


table.clasificacion  tr.table100-head th{
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset;
  text-align: center;
}

table.clasificacion tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

table.clasificacion tbody tr {
  font-size: 15px;
  color: #808080;
  line-height: 1.2;
  font-weight: unset;
}

table.clasificacion tbody tr:hover {
  color: #555555;
  background-color: #f5f5f5;
  cursor: pointer;
}


@media screen and (max-width: 992px) {
  /*table.clasificacion  {
    display: block;
  }
  table.clasificacion  > *, table.clasificacion  tr, table.clasificacion  td, table.clasificacion  th {
    display: block;
  }
  table.clasificacion thead {
    display: none;
  }
  table.clasificacion tbody tr {
    height: auto;
    padding: 37px 0;
  }
  table.clasificacion tbody tr td {
    padding-left: 40% !important;
    margin-bottom: 24px;
  }
  table.clasificacion tbody tr td:last-child {
    margin-bottom: 0;
  }
  table.clasificacion tbody tr td:before {
    font-family: OpenSans-Regular;
    font-size: 14px;
    color: #999999;
    line-height: 1.2;
    font-weight: unset;
    position: absolute;
    width: 40%;
    left: 30px;
    top: 0;
  }
  table.clasificacion  tbody tr td:nth-child(1):before {
    content: "Date";
  }
  
  table tbody tr td:nth-child(2):before {
    content: "Order ID";
  }
  table tbody tr td:nth-child(3):before {
    content: "Name";
  }
  table tbody tr td:nth-child(4):before {
    content: "Price";
  }
  table tbody tr td:nth-child(5):before {
    content: "Quantity";
  }
  table tbody tr td:nth-child(6):before {
    content: "Total";
  }*/

  .column4,
  .column5,
  .column6 {
    text-align: left;
  }

  .column4,
  .column5,
  .column6,
  .column1,
  .column2,
  .column3 {
    width: 100%;
  }

  tbody tr {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .container-table100 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
