/* 
    Created on : May 14, 2017, 9:21:30 PM
    Author     : seba
*/

.article-wrapper{    
    background-image: url('../images/fondo.png');        
}

.inicio .games-grid{
    margin-left: 7.5%;
    padding-top: 52px;
}


.games-grid a{
    height: 159px;
    /*width: 157px;*/
    display: block;   
    background-size: 100% 100% !important;
}
a[class^="n"]{
    max-width:500px;
    max-height: auto;
    margin:20px auto;
}

/*
@media only screen and (max-width: 767px){
}
@media only screen and (max-width: 991px)
{
    .games-grid a {
        min-height: 80px;
    }
}*/
/*number buttons*/
a.n1{
    background:url(../images/botones/primero-primaria.png) no-repeat top left ;
}
a.n1:hover{
    background-image: url(../images/botones/primero-primaria-activo.png);
}

a.n3{
    background:url(../images/botones/tercero-primaria.png) no-repeat top left ;
}
a.n3:hover{
    background-image: url(../images/botones/tercero-primaria-activo.png);
}
a.n5{
    background:url(../images/botones/quinto-primaria.png) no-repeat top left ;
}
a.n5:hover{
    background-image: url(../images/botones/quinto-primaria-activo.png);
}


a.n2{
    background:url(../images/botones/segundo-primaria.png ) no-repeat top left ;
}
a.n2:hover{
    background-image: url(../images/botones/segundo-primaria-activo.png);
}


a.n4{
    background:url(../images/botones/cuarto-primaria.png) no-repeat top left ;
}
a.n4:hover{
    background-image: url(../images/botones/cuarto-primaria-activo.png);
}



a.n6{
    background:url(../images/botones/sexto-primaria.png) no-repeat top left ;
}
a.n6:hover{
    background-image: url(../images/botones/sexto-primaria-activo.png);
}



/*

@media screen and (max-width: 991px) {
    .inicio .games-grid{
        padding-top: 65px;    
        padding-bottom: 120px;    
    }
    
}
@media screen and (max-width: 768px) {
    
    .inicio .games-grid{
        padding-left: 15px;    
    }
}*/
@media only screen and (max-width: 1199px)
{
    .inicio .games-grid{
        
        padding-top: 0px;
        padding-bottom: 200px;
    }

    .games-grid a {
        max-height: 60px;
    }
}