	

@import url(https://fonts.googleapis.com/css?family=Ropa+Sans:400,400italic&subset=latin,latin-ext);

*/
::-webkit-scrollbar {
    width: 10px;
	
	
	
}
 
/* Track */
::-webkit-scrollbar-track {
	
    
	
	
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    
    background: rgba(255,131,57,0.8);
	background-color:#CBD7C9;
 
	 -webkit-border-radius: 0px;
    border-radius: 0px;
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,0.4); 
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

body, html{
	margin:0;
    min-height: 100%;
}
iframe, object, embed {
        max-width: 100%;
}
body
{
	background-color:#EEE;
	color:#666;
	font-family: 'Ropa Sans', sans-serif;
	margin:0;
	font-size:16px;
	
	
}

#header{
    position: relative;
	display: block;
	width: 100%;
	height: 80px;
	background-color: #000;
	z-index: 1001;
}

#logo{
	display: block;
	position: absolute;
	left: 20px;
	top: 10px;
	width: 149px;
	height: 54px;
	background-image: url(../img/logo_claro.png);
	background-size: 100% 100%;
}
#nav-inicio{
    position: absolute;
    right: 10px;
    width: auto;
    height: auto;
    bottom: 10px;
    
}
#navigation{
    position: absolute;
    bottom: 10px;
    width: auto;
    height: auto;
    left: 189px;
}

.menu, #nav-inicio span{
    width: auto;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    color: #E12826;
    margin-left: 20px;
    margin-right: 20px;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border-bottom: 3px solid transparent;
    cursor: pointer;
}

.menu:hover, .nav-active, #nav-inicio span:hover{
    border-bottom: 3px solid #E12826;
    color: #FFF;
}

/* ADMIN */ 

#ganadores{
    width: 100%;
    height: 350px;
}
#logout{
    position: absolute;
    right: 20px;
    top: 20px;
    background-image: url(../img/admin-logout.png);
    background-size: 100% 100%;
    width: 32px;
    height: 31px;
    display: block;
        
}

#admin-menu{
    display: inline-block;
    width: 250px;
    height: calc(100% - 120px);
    background-color: #E12826;
    padding-top: 40px;
    vertical-align: top;
}

.admin-menu-link, .admin-menu-active{
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    text-indent: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
}

.admin-menu-active, .admin-menu-link:hover{
    background-color: #FFF;
    color: #000;
}

.admin-content{
    width: calc(100% - 350px);
    margin-left: 30px;
    background-color: #FFF;
    height: auto;
    margin-top: 40px;
    display: inline-block;
    
}

.admin-content-title{
    position: relative;
    display: block;
    width: 100%;
    background-color: #000;
    color: #FFF;
    text-indent: 30px;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
}

.admin-wrapper{
    position: relative;
    display: block;
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 100px;
}

.hidden-input{
    display: none;
}

.file-button{
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    background-color: #E12826;
    color: #FFF;
    text-align: center;
    vertical-align: top;
    
    
}

.file-box{
    display: inline-block;
    height: 40px;
    width: calc(100% - 380px);
    background-color: #EEE;
    border: 1px solid #CCC;
    vertical-align: top;
    margin-left: 10px;
    margin-bottom: 10px;
    
}


.admin-fechas{
    position: relative;
    display: inline-block;
    width: 200px;
    margin-right: 15px;
    vertical-align: top;
}


.cal-icon{
    position: absolute;
    background-image: url(../img/calendar.png);
    background-position: center;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    right: -5px;
    bottom: 18px;
    pointer-events: none;
    background-color: #EEE;
    background-position: right;
    padding-left: 40px;
    
}
.admin-form-button, .admin-form-button-res, .admin-form-button-pub{
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 0;
    background-color: #E12826;
    border-bottom: 5px solid #801614;
    border-radius: 20px;
    width: 100px;
    text-align: center;
    color: #FFF;
    height: 40px;
    line-height: 40px;
}

#gana-error{
    color: #E12826;
    display: none;
}
.admin-form-button-res{
    top: 50%;
    right: 80px;
    bottom: auto;
    width: 160px;
    height: 60px;
    margin-top: -50px;
}
.admin-form-button-pub{
    top: auto;
    bottom: 40px;
}

.col-id, .col-nombre, .col-fecha, .col-pais, .col-email, .col-cel, .col-fijo, .col-cliente{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background-color: #000;
    color: #FFF;
    text-align: center;
    width: 80px;
    vertical-align: top;
    font-size: 12px;
    margin-right: 2px;
}

.col-id{ width: 50px; }
.col-doble{ line-height: 20px;}
.col-nombre{ width: 200px; }
.col-email{ width: 200px; }
.col-cliente{ width: 50px; }


.alist{
    background-color: #EEE;
    font-size: 11px;
    color: #444;
    margin-bottom: 2px;
}


#admin-cuantos-usuarios, #admin-cuantos-usuarios-q{
    display: block;
    width: 100%;
    background-color: #000;
    height: 100px;
    line-height: 100px;
    color: #FFF;
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
}
#admin-cuantos-usuarios-q{
    width: calc(100% - 40px);
    height: auto;
    line-height: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    text-align: left;
    padding-left: 40px;
    
    
}

#admin-u-q-descarga{
    position: absolute;
    width: auto;
    padding-right: 60px;
    padding-left: 20px;
    background-image: url(../img/download.png);
    background-size: 25px; 25px;
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-color: #E12826;
    border-bottom: 5px solid #801614;
    border-radius: 20px;
    color: #FFF;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    right: 25px;
    top: 50%;
    margin-top: -20px;
    line-height: 20px;
}
#admin-cuantos-usuarios span, #admin-cuantos-usuarios-q span{
    font-size: 60px;
    vertical-align: top;
    display: inline-block;
   
}



.admin-cuantos{
    display: inline-block;
    vertical-align: top;
    width: auto;
}
#admin-cuantos-usuarios-q span{
    font-size: 70px;
    margin-top: 10px;
   
    vertical-align: top;
}

#descarga-lista{
    display: block;
    position: absolute;
    right: 15px;
    top: 5px;
    background-image: url(../img/download.png);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: right;
    width: auto;
    height: 25px;
    line-height: 25px;
    padding-right: 35px;
    
    color: #FFF;
    
}
/* HOME */

#admin-cont{
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg-home.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#admin-login-box{
    width: 400px;
    height: auto;
    background-color: #000;
    position: absolute;
    top: 100px;
    left: 20%;
    padding: 20px;
}
#home-container{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-image: url(../img/bg-home.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 1px;
margin-top: -1px;
}

#home-left{ 
    display: block;
    width: 70%;
    height: calc(100vh - 180px); 
    
}

#index-content{
    position: relative;
    display: block;
    width: 100%;
    height: calc(100vh - 180px);
    background-image: url(../img/fondo.png);
    background-size: auto 100%;
    
}

#textos{
    display: block;
    width: 40%;
    margin-left: 10%;
    margin-top: 0px;
}

#piloto{
    position: absolute;
    right: 10%;
    width: auto;
    max-width: 60%;
    max-height: calc(100vh - 180px);
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    
}
.titulo{
    text-align: center;
    width: 100%;
    font-size: 64px;
    color: #FFF;
    margin-top: 80px;
    margin-bottom: 30px;
}


.home-txt{
    width: 80%;
    margin-left: 10%;
    text-align: justify;
    font-size: 50px;
    color: #FFF;
}


.home-txt span{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    color: #FFF;
    background-color: #CE2B1E;
    font-size: 44px;
    padding-bottom: 5px;
    padding-top: 5px;
    vertical-align: middle;
}

#home-botones{
    width: 40%;
    text-align: center;
    display: block;
    margin-top: 50px;
    margin-left: 10%;
    z-index: 1000; 
    position: relative;
}
 
.home-boton{
    display: inline-block;
    height: 60px;
    width: 40%; 
    line-height: 60px;
    background-color: rgba(0,0,0,0.8);
    color: #FFF;
    font-size: 3vw;
    font-weight: bold;
    text-align: center;
    border:2px solid #FFF;
    cursor: pointer;
    z-index: 10000;
    
}

.hbr{
    color: #CE2B1E;
    margin-right: 20px;
}

#login-pop, #regi-pop, #forgot-pop{
    display: none;
    position: absolute;
    width: 500px;
    height: 370px;
    background-color: #000;
    top: 10px;
    
    left: 50%;
    margin-left: -250px;
    padding: 20px;
    z-index:  999999;
    
}



#regi-pop{
    display: none;
    width: 700px;
    margin-left: -350px;
    height: 570px;
    
}

#overlay{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(255,255,255,0.5);
    z-index: 1000;
    top: 0;
}
.close-pop{
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #CE2B1E;
    border-radius: 30px;
    top: -15px;
    right: -15px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    cursor: pointer;
}



#login-error, #reg-error, #forgot-error{
    display: none;
    color:#CE2B1E;
    margin-bottom: 10px;
    text-align: left;
}

#forgot-msg{ display: none;}
.pop-titulo{
    color: #FFF;
    font-size: 18px;
    margin-bottom: 15px;
}
.pop-titulo div{
    font-size: 34px;
    color: #FFF;
    text-align: center;
    margin-bottom: 10px;
    
}


.pop-titulo span{
    background-color: #CE2B1E;
    padding: 5px;
    font-size: 20px;
}
.sub-titulo{
    font-size: 16px !important;
    margin-top: 10px;
    text-align: left !important;
}

.yellow-note{
    font-size: 14px !important;
    text-align: left !important;
    color: #ffe244 !important;
}

.form-label, .form-label-admin{
    font-size: 18px;
    text-align: left;
    color: #FFF;
    margin-bottom: 5px;
}

.form-label-admin{ color: #000; }
.form-label span{
    color: #ffe244 !important;
}

.checkbox{
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    color: #FF0000;
}
.chekeds span{
    font-size: 24px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    color: #FFF;
}

.red-txt{
    color: #CE2B1E !important;
}
.input-txt, .input-txt-e, .input-reg, .input-admin{
    display: inline-block;
    width: 80%;
    
    border: 0;
    background-color: #FFF;
    color: #444;
    height: 35px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}


.input-admin, .input-reg{
    background-color: #EEE;
    border: 1px solid #CCC;
}
.input-txt-e{
    font-weight: bold;
    background-color: #EEE;
}

.input-txt-e:focus{
    background-color: #FFF;
}

.input-reg{
    width: 100%;
}

.form-70, .form-30, .form-50{
    display: inline-block;
    width: 66%;
    margin-left: 2%;
    margin-right: 2%;
    vertical-align: top;
    margin-bottom: 10px;
}

.form-50{ 
    width: 46%;
}

.form-30{
    width: 26%;
}




input[type="date"]::-webkit-inner-spin-button{
    display: none;
}


.cal-icon, .cal-icon-admin{
    
   
    
   
   
    
}

.cal-icon-admin{
    background-color: #EEE;
    border:1px solid #CCC;
    width: 180px;
}
.form-button{
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    border:1px solid #FFF;
    height: auto;
    font-size: 30px;
    padding: 5px;
    background-color: rgba(0,0,0,0.8);
    color: #FFF;
    
    
}
/* QUINIELA */


#quin-error, #q-res{
    font-size: 18px;
    color: #CE2B1E;
}
.qui-list{
    position: relative;
    display: block;
    background-color: #EEE;
    margin-bottom: 5px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-indent: 15px;
    
}



.list-actions{
    position: absolute;
    right: 10px;
    top: 0;
}
.quiniela-list{
    display:block;
    width: calc(100% - 20px);
    height: auto;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.q-name{
    position: relative;
    width: 100%;
    background-color: #000;
    height: 35px;
    line-height: 35px;
    color: #FFF;
    text-align: left;
    text-indent: 10px;
    font-size: 16px !important;
    border-left: 1px solid #EEE;
    margin-bottom: 20px;
}

.q-name div{
    position: absolute;
    height: 35px;
    line-height: 35px;
    background-color: #CE2B1E;
    color: #FFF;
    top: 0;
    right: 0;
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
}

.q-row{
    width: 90%;
    margin-left: 5%;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
    line-height: 25px;
}

.q-row span{
    width: 80px;
    text-align: right;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    margin-right: 10px;
}

#container{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    
    background-color: #555;
    background-image: url(../img/bg-home.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #EAEAEA;
    padding-top: 1px;
    padding-top: -1px;
    padding-bottom: 1px;
    padding-bottom: -1px;
    z-index: 1;
   
    
}

#positions{
    position: relative;
    display: block;
    width: 70%;
    height: auto;
    background-image: url(../img/cascos-bg.png);
    background-position: right;
    background-size: auto 100%;
    background-repeat: no-repeat;
    z-index: 1000;
    padding-top: 1px;
    padding-top: -1px;
   
    
}

#quini-cont{
    display: block;
    width: 40%;
    position: absolute;
    right: 0;
    top: 0px;
    height: 600px;
    
    
    z-index: 1;
   
    
}

#q-titulo{
    width: 100%;
    text-align: left;
    color: #FFF;
    font-size: 22px;
    background-color: rgba(0,0,0,0.7);
    height: 60px;
    padding-top: 10px;
}

#q-nombre{
    margin-left: 170px;
}

#q-fecha{
    display: block;
    margin-top: 5px;
    color: #FFF;
    width: auto;
    margin-left: 170px;
    font-size: 16px !important;
    
}

#pista{
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 416px;
    height: 309px;
}

#pista img{ width: 100%; height: auto; }
#position-1, #position-2, #position-3{
    position: relative;
    display: block;
    margin-top: 40px;
    width: 90%;
    background-color: #000;
    height: 100px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 50px;
    
    
}





#position-2{ background-color: #666; width: 80%;}

#position-3{ background-color: #ABABAB; width: 70%; }

.select-combo, .select-combo-reg, .select-quiniela, .select-combo-res{
    position: relative;
    display: block;
    width: 40%;
    height: 40px;
    margin-left: 30px;
    border-radius: 10px;
    background-image: url(../img/select-arrow.png);
    background-repeat: no-repeat;
    background-position: right 10px top 5px;
    background-color: #E4E4E4;
    color: #CE2B1E;
    font-family: 'Ropa Sans', sans-serif;
    font-size: 18px;
    
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    margin-bottom: 10px;
    
}

.select-combo{ width: 48%; }

.separator{
    display: block;
    margin-bottom: 40px;
    margin-top: 40px;
    height: 2px;
    background-color: #EEE;
    width: 96%;
    margin-left: 2%;
   
}
.select-combo-res{
    color: #000;
    font-weight: bold;
    margin-left: 0;
    border-radius: 0;
    width: 60%; 
}
input[type="radio"] {
    -webkit-appearance: checkbox; /* Chrome, Safari, Opera */
    -moz-appearance: checkbox;    /* Firefox */
    -ms-appearance: checkbox;     /* not currently supported */
}
.select-combo-reg, .select-quiniela{
    background-color: #FFF;
    width: 100%;
    border-radius: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.select-quiniela{
    background-color: #EEE;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#casco-1, #casco-2, #casco-3{
    display: block;
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 200px;
    background-color: #FFF;
    right: 15%;
    top: -20px;
}


#casco-1 img, #casco-2 img, #casco-3 img{
    position: absolute;
    top: 30px;
    left: 30px;
    width: 149px;
    height: 114px;
}

.pos-number{
    position: absolute;
    right: -10px;
    bottom: -20px;
    background-image: url(../img/position-bg.png);
    width: 114px;
    height: 81px;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 81px;
    font-size: 48px;
    text-indent: 25px;
    color: #000;
}

#enviar{
    display: table;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    color: #FFF;
    background-color: #ED2224;
    border-bottom: 3px solid #a81517;
    border-radius: 20px;
    margin-left: 20%;   
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 40px;
}


#bases-sel{
    position: absolute;
    top: 10px;
    right: 20px;
    background-color: #ED2224;
    color: #FFF;
    border: 1px solid #FFF;
    padding: 8px;
    font-size: 20px;
    font-family: 'Ropa Sans', sans-serif;
}
#mensaje-pop, #mensaje-pop2{
    position: fixed;
    width: 500px;
    height: 440px;
    background-color: #000;
    top: 50%;
    margin-left: -250px;
    left: 50%;
    margin-top: -250px;
    display: none;
    z-index: 9999;
    color: #ED2224;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
}
.delete{
    cursor: pointer;
}
#mensaje-pop img{
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    
}

#bases, #inst{
    position: fixed;
    background-color: #000;
    padding: 0;
    display: none;
    width: 80%;
    left: 10%;
    height: calc(100% - 200px);
    top: 90px;
    margin-top: 0;
    margin-left: 0;
    z-index: 9999;
    
}

#bases-titulo, #inst-titulo{
    font-size: 20px;
    color: #ED2224;
    text-align: left;
    height: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 5%;
}

#bases-txt, #inst-txt{
    display: block;
    width: 90%;
    margin-left: 5%;
    height: calc(100% - 100px);
    overflow: auto;
    text-align: justify;
    color: #FFF;
    padding-right: 10px;
}
.red, .volver{
    font-size: 18px;
    height: 40px;
    background-color: #ED2224;
    color: #FFF;
    width: 70%;
    margin-left: 15%;
    line-height: 40px;
    margin-top: 10px;
    text-decoration: none;
}
.volver{ cursor: pointer;}

.parti-txt{
    margin-top: 80px;
    font-size: 26px;
    color: #FFF;
}

.visita-txt{
    margin-top: 80px;
    font-size: 18px;
    margin-bottom: 40px;
}

#close-pop{
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #ED2224;
    color: #FFF;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
#loader{
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    background-color: rgba(0,0,0,.8);
    background-image: url(../img/loader.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px 100px;
    z-index: 9999;
}





/* PROFILE */


#aun{
    display: block;
    margin-left: 20px;
    margin-top: 20px;
    font-size: 18px;
    text-align: left;
    
}
#profile-cont{
    width: 80%;
    margin-left: 10%;
    background-color: #000;
    display: block;
    margin-top: 30px;
    height: 500px;
    margin-bottom: 40px;
    
}

#profile-info{
    display: inline-block;
    width: 40%;
    height: 500px;
    vertical-align: top;
    position: relative;
    
}

#profile-history::-webkit-scrollbar, #bases-txt::-webkit-scrollbar, #inst-txt::-webkit-scrollbar{
    width: 10px;
    border-radius: 10px;
	
	
	
}
 

 
/* Handle */
#profile-history::-webkit-scrollbar-thumb, #bases-txt::-webkit-scrollbar-thumb, #inst-txt::-webkit-scrollbar-thumb {
    
    background: rgba(255,131,57,0.8);
	background-color:#999;
 
	 -webkit-border-radius: 10px;
    border-radius: 10px;
}

#profile-history, #participantes{
    display: inline-block;
    width: 60%;
    height: 100%;
    vertical-align: top;
    background-color: #FFF;
    overflow: scroll;
    overflow-x: hidden;
    
}

#participantes{
    width: 100%;
    overflow: hidden;
}


.parti-cont{
    position: relative;
    width: 60%;
    margin-left: 20%;
    display: block;
    margin-bottom: 30px;
}
#form-edit{
    display: block;
    width: 80%;
    margin-left: 10%;
    margin-top: 20px;
}


#puntos{
    position: absolute;
    bottom: 0;
    height: auto;
    background-color: #ED2224;
    width: calc(100% - 20px);
    padding: 10px;
    padding-bottom: 25px;
    padding-top: 25px;
    font-size: 70px;
    text-align: center;
    color: #FFF;
}
.mitad{
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
/*FOOTER */ 


#footer{
    clear: both;
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
    background-color: #E12826;
    padding-top: 20px;
    z-index: 1001;
    
}

#footer-float{
    width: 90%;
    height: auto;
    margin-left: 5%;
    
    color: #FFF;
    font-size: 22px;
    margin-bottom: 10px;
    
}


.par-error{
    display: none;
    width: 100%;
    height: auto;
   
    color: #E12826;
    text-align: center;
    padding: 20px;
    
    position: relative;
    
}

#f-left{
   display: inline-block;
    width: 50%;
    text-align: left;
    
}

#f-right{
    display: inline-block;
    width: 50%;
    text-align: right;
    text-decoration: none;
    color: inherit;
}

#ligas{
    display: block;
    margin-left: 5%;
    width: 90%;
}

#ligas a, #ligas span{
    color: #FFF;
    display: inline-block;
    
    margin-right: 100px;
    text-decoration: none;
}

#ligas span{ float: right; margin-right: 0;}