
body{
    font-family: 'Roboto', sans-serif;;
    padding: 0px;
    margin: 0px;
    height: auto;
}




/* Estilos del INICIO */



.nav a{
    display: block;
    text-decoration: none;
    margin-right: 20px;
    color: #29A4D9;
    text-align: center;
    border: 1px solid #29A4D9;
    border-radius: 3px;
    padding: 2px 6px 2px 6px;
}

.nav a:hover{
  background-color: #29A4D9;
  color: #fff;
  text-decoration: none;
}

.bttotal a{
    background-color: #D72922;
    border: none;
    color: #ffffff;
}



/* Estilos del header paginas Torneos */

.especialCabecera{
    background-image: url(../img/FondoCabecera.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 20px 10px 20px;
    margin-top: 40px;
    
}

  
.nav{
    margin: auto;
    display: block;
    width: 100%;
    padding-top: 6px;
    
}

.menuTorneo li{
    float: left;
    margin: auto;
    margin-bottom: 8px;
}

.menuTorneo li a{
    margin-bottom: 15px;
    width: 150px;
    display: inline-block;
    margin: auto;
}


.compartir{
    background-color: #fff;
    background-attachment: fixed;
    margin-bottom: 10px;
    height: 40px;
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    position: fixed;
    top: 0;
}

.logo{
    float: left;
}

.redes{
    float: right;
    margin-top: 2px;
}




/* Estilos del main paginas Torneos */

main{
    background-color: #E3E9EA;
    box-shadow: inset  0px 50px 24px -37px  #B3C5C6;
    width: 100%;
    padding: 20px 4% 20px 4%;
   
}

#contenedor{
    width: 100%;
    margin: auto;
    margin-top: 0px;
    height: auto;
}

.torneoEncabezado h1{
    font-weight: 800;
    font-family: 'Turret Road', cursive;
    font-size: 4em;
    margin-bottom: 0px;
    text-align: center;
}

.torneoEncabezado p{
    font-size: 1.2em;
    line-height: 1.2em;
    text-align: center;
    font-weight: 200;
}


main h4{
    font-weight: bolder;
    margin-bottom: 2px;
    line-height: 1.1em;
}

main p{
    line-height: 1.2em;
}

.Partidos{
   border-top: 4px solid #B3C5C6;
   padding-top: 10px;
}


.Posiciones{
    border-top: 4px solid #B3C5C6;
   padding-top: 10px;
}


.Goles{
    border-top: 4px solid #B3C5C6;
    padding-top: 10px;
}


.minutoGoles{
   border-top: 4px solid #B3C5C6;
   padding-top: 10px;
}


.anotadores{
    border-top: 4px solid #B3C5C6;
   padding-top: 10px;
}


.resultados{
    border-top: 4px solid #B3C5C6;
   padding-top: 10px;
}


.jugadoresMinutos{
    border-top: 4px solid #B3C5C6;
    padding-top: 10px;
}



/* Estilos del pull paginas Torneos */

.pull{
    margin: auto;
    height: auto;
    width: 100%;
    margin-bottom: 50px;
    overflow: hidden;
   
    
}

.pullCifra{
    float: left;
    height: auto;
    color:#8FAAAB;
    margin-right: 1%;
    font-family: 'Turret Road', cursive;
    font-size: 3.2em;
    font-weight: 800;
    
    
}

.pullText{
    float: left;
    width: 80%;
    height: auto;
    color: #8FAAAB;
    font-family: 'Turret Road', cursive;
    font-size: 1.5em;
    font-weight: 500;
   
}

.pullImagen{
    margin: auto;
    height: auto;
    width: 100%;
    margin-bottom: 50px;
    overflow: hidden;
    background-color: #003984;
}

.pullImagen img{
    width: 50%;
    float: left;
    
}

.pullTextImagen{
    width: 50%;
    margin: auto;
    float: left;
    padding: 10px 10px 10px 10px;
    color: #8FAAAB;
    font-family: 'Turret Road', cursive;
    font-size: 1.5em;
    font-weight: 500;
}




@media (max-width:750px) {
    .pull {
    display: block!important;
    }
    .pull {
    display: none !important;
    }
    }


 @media (max-width:750px) {
        .pullImagen img{
        width: 100%!important;
        }
        .pullTextImagen{
            width: 100%!important;
        }
        }    


@media (min-width:750px) {
    .pullTextImagen{
         padding-top: 50px!important;
        }
    }                          

    @media (min-width:650px) {
        #contenedor{
        width: 100%!important;
        }
        #contenedor{
        width: 60% !important;
        }
        }




.creditos{
    margin: auto;
    width: 80%;
    text-align: center;
    margin-top: 30px;
        
}

.creditos p{
    color: #8FAAAB;
    font-variant-caps: all-small-caps;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 0.4 em;
}


