*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}


body { 
	font-family :Arial, Verdana, Helvetica, sans-serif;
    font-size: 1.2rem; 
    background-color: #D1D0E3; 	
} 


nav{
    background: #002D72;
    height: 80px;
    width: 100%;
}
.enlace{
    position: absolute;
    padding: 20px 50px;
    height: 48px;
}
.logo{
    height: 60px;
	z-index: 999;
}
nav ul{
    float: right;
    margin-right: 20px;
	z-index: 998;
	
}
nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
}
nav ul li a{
    color: #fff;
    font-size: 18px;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
}
li a.active, li a:hover{
    background: #D50032;
    transition: .5s;
}
.checkbtn{
    font-size: 30px;
    color: #fff;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}
#check{
    display: none;
}
section{
    padding: 0.5rem;
    background-size: cover;
    background-position: center center;
	font-family :Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.2rem;		
}

.imgCaritaPlay {
  border-radius: 50%;
  border: 5px;
  padding: 5px;	
  width:  5px;
  height: 60px;	
}


.tamano_fuente {
    font-size: 15px;
}

.img{
  margin:10px auto;
  border-radius:5px;
  border: 1px solid #999;
  padding:3px;
  width:100%;
  height:100%;
  
  background-repeat:no-repeat;
  background:url("../imagenes/Fondo_Top1.jpg");
  background-size:  100% 100%;
  }
.img img{
  width: 100%;
}

footer{
    position: relative;
    float:left;
    bottom: 0; 
    text-align: center;
    font-size: 0.8rem;
    margin-top: 0.5rem;
    padding: 1.4em 1em;
    width: 100%;
    height: 4em;
    background-color: #002D72;
    box-sizing:border-box;
    border-radius: 15px 15px 0px 0px;
}

#fotoRedondaMediana {
	width: 100px;
	height: 100px;
	border-radius:50px;
}
	
#fotoBordesGrande {
	width: 100;
	height: 100;
	border-radius:10px;		
}

#fotoRedondaPequena {
	width: 50px;
	height: 50px;
	border-radius:75px;
}

#fotoBordesPequena {
	width: 40px;
	height: 35px;
	border-radius:10px;
}

#fotoBordesMediana {
	width: 75;
	height: 75;
	border-radius:10px;
}
	




/* table has shadow */

table {
	border-radius: 30px;

	border-collapse: collapse;
	border-spacing:1;
	box-shadow: 0 2px 10px #ccc;
	
}

/* tabla jugadores */
#tabla1emil {
   border: 0px solid #1E679A; 
   width: 350px;	
}

#tabla_detalle_jugador {
   border: 1px solid #002D72; 	
}

#cabtab1emil{ 
   background-color: #D50032;
	box-shadow: 0 2px 10px #002D72;
	border-radius: 15px;	
    font-weight: bold;
    color: #ffffff; 
    padding: 2 2 2 2px;
    text-align: center;
    font-family  :Arial, Verdana, Helvetica, sans-serif;
    font-size: 1.0rem;	
} 
#cuerpotab1emil{ 
   padding: 17 17 17 17px;
   background-color: #ffffff; 
	box-shadow: 0 2px 10px #002D72;
	border-radius: 15px;		
} 


/*---------------------- */

/*
 INICIO  CSS TABS
*/
/*
 CSS for the main interaction
*/
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

/*
 Styling
*/


.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #D50032;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #002D72;
}

.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #002D72;
  margin-bottom: -1px;
}

.tab-panel {
  padding: 0px 0;
  border-top: 3px solid #ccc;
}

/*
 Demo purposes only
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}


.tabset {
  max-width: 65em;
}

/*
 FIN CSS TABS
*/

@media (max-width: 952px){
    .enlace{
        padding-left: 20px;
    }
    nav ul li a{
        font-size: 16px;
		
    }
	
.logo{
    height: 50px;
}
	
    ul{
        position: fixed;
        width: 50%;
        height: 100vh;
        background: #002D72;
        top: 80px;
        left: -100%;
        text-align: left;
        transition: all .5s;
		
    }	
	
 
.imgCaritaPlay {
  border-radius:  50%;
  border: 0px;
  padding: 0px;
	
  width: 30px;
  height: 30px;	
}
	
	
}

@media (max-width: 858px){
    .checkbtn{
        display: block;
    }
    ul{
        position: fixed;
        width: 60%;
        height: 100vh;
        background: #002D72;
        top: 80px;
        text-align: left;
        transition: all .5s;
		
    }
    nav ul li{
        display: block;
        margin: 30px 0;
        line-height: 30px;
    }
    nav ul li a{
        font-size: 20px;
    }
    li a:hover, li a.active{
        background: none;
        color: #D50032;
    }
    #check:checked ~ ul{
        left:0;
    }
.logo{
    height: 50px;
}
	
 
.imgCaritaPlay {
  border-radius:  50%;
  border: 0px;
  padding: 0px;
	
  width: 30px;
  height: 30px;	
}	
	

	
	
@media all and (min-width: 500px) and (max-width: 1000px)
{
.imgCaritaPlay {
  border-radius:  50%;
  border: 0px;
  padding: 0px;
	
  width: 30px;
  height: 30px;	
}
	
.tamano_fuente {
    font-size: 10px;
}
	


	
}	
}

/*
 inicio CSS grids
*/
 
/*container*/


#td, #th {
    border: 1px  solid #002D72;
    padding: 2px;
    text-align: left;   
}

#tr:nth-child(even) {
    background-color: #eee;
}

#td:nth-child(n + 3),
#th:nth-child(n + 3) {
    text-align: center;
}


#tbody #tr:hover {
    background-color: aquamarine;
}

#thead {
    background-color: #002D72;
    color: white;
    position: sticky;
    top: 0;	
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
	
	

}




/*
 fin CSS grids
*/


.tabla-resultados {
	background: #002D72;
	width: 100%;

	
}

/*   INICIO CSS Tabla Columna Fija   */
table-scroll {
  position: relative;
  width:100%;
  z-index: 2;
  margin: auto;
  overflow: auto;
  height: 350px;
}

.table-scroll table {
  width: 100%;
  min-width: 1280px;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
}

.table-wrap {
  position: relative;
}

th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
  background: #002D72;
	font-style: italic;
	
	
}

#td_columna_fija:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 0;
  background: #002D72;
  font-size: 16px;

	
}

thead th:first-child,
tfoot th:first-child {
  z-index: 5;
}

#td_letras {
  background: #B6B6B6;
  font-size: 15px;
		
}


/* INICIO ESTILO COLUMNAS PORTADA */

.columnaPortada {
  width:33%;
  float:left;
}

@media (max-width: 500px) {
  
  .columnaPortada {
    width:auto;
    float:none;
  }
  
}



/* INICIO ESTILO COLUMNAS BOXSCORE */

.columnaBoxScore {
  width:50%;
  float:left;

}

@media (max-width: 500px) {
  
  .columnaBoxScore {
    width:auto;
    float:none;
  }
  
}


/* INICIO ESTILO PARA LOS SELECTS */
select {
    appearance: none;
    padding: 5px 20px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
    border: 1px solid #D50032;
    background-color: #002D72;
    color: #ffffff;
    font-size: 14px;
}
 
select:focus {
    outline: none;
}


/* INICIO ESTILO PARA TAB TOP 5 */
.warpper{
  display:flex;
  flex-direction: column;
  align-items: center;
}
.tab{
  cursor: pointer;
  padding:3px 5px;
  margin:0px 2px;
  background:#002D72;
  display:inline-block;
  color:#fff;
  border-radius:3px 3px 0px 0px;
  box-shadow: 0 0.5rem 0.8rem #fff;
}
.panels{
  background:#fffffff6;
  box-shadow: 0 2rem 2rem #00000080;
  min-height:200px;
  width:100%;
  max-width:500px;
  border-radius:3px;
  overflow:hidden;
  padding:20px;  
}
.panel{
  display:none;
  animation: fadein .8s;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.panel-title{
  font-size:1.5em;
  font-weight:bold
}
.radio{
  display:none;
}
#one:checked ~ .panels #panel-1,
#two:checked ~ .panels #panel-2,
#three:checked ~ .panels #three-panel,
#cuatro:checked ~ .panels #panel-4,
#cinco:checked ~ .panels #panel-5,
#seis:checked ~ .panels #panel-6,
#siete:checked ~ .panels #panel-7,
#ocho:checked ~ .panels #panel-8,
#nueve:checked ~ .panels #panel-9,
#diez:checked ~ .panels #panel-10,
#once:checked ~ .panels #panel-11,
#doce:checked ~ .panels #panel-12

{
  display:block
}
#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab,
#cuatro:checked ~ .tabs #cuatro-tab,
#cinco:checked ~ .tabs #cinco-tab,
#seis:checked ~ .tabs #seis-tab,
#siete:checked ~ .tabs #siete-tab,
#ocho:checked ~ .tabs #ocho-tab,
#nueve:checked ~ .tabs #nueve-tab,
#diez:checked ~ .tabs #diez-tab,
#once:checked ~ .tabs #once-tab,
#doce:checked ~ .tabs #doce-tab

{
  background:#D50032;
  color:#fff;
  border-top: 3px solid #fff;
}

/* INICIO ESTILO PARA PAGINACION */
.paginacion {
	width: 100%;
	overflow: hidden;
	font-size: 20px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	max-width: 600px;
	margin: 0px 0px;
	background: #f5f5f5;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.paginacion h1 {
	margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
}
.paginacion ul {
	list-style: none;
}
.paginacion ul li {
	margin: 4px 0;
}
.paginacion span a {
	text-decoration: none;
    width: 26px;
    height: 26px;
    border-radius: 3px;
    border: 1px solid #ddd;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    background: #fff;
}

/* Para los Text Box */

.textboxclass {
	height: 40px; width: 200px;
	font-size: 35px;
}




