.menu-navigation-icons {
    text-align: center;
    font-size: 0;
}

.menu-navigation-icons a {
	font-family: 'Dosis', sans-serif;
	display: inline-block;
	color: #000000;
	font-size: 40px;
	text-transform: uppercase;
	text-decoration: none;
	white-space: normal;
	width: 136px;
	height: 109px;
	background-color: #232526;
}

.menu-navigation-icons a:hover {
    opacity:0.75;
}

.menu-navigation-icons a i {
    display: block;
    line-height: 2;
}

.menu-navigation-icons a span {
	display: block;
	font-size: 15px;
	font-weight: normal;
	line-height: 30px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

/* Menu color */
.menu-navigation-icons a.menu-home {
	background-image: url(../images/icono_home.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #8CCC7A;
}

.menu-navigation-icons a.menu-home i {
	color: #CDF7C1;
}


.menu-navigation-icons a.menu-historia {
	background-image: url(../images/icono_historia.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #DADF50;
}

.menu-navigation-icons a.menu-historia i {
	color: #F5F892;
}


.menu-navigation-icons a.menu-dedicatorias {
	background-image: url(../images/icono_dedicatorias.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #E7564E; 
}

.menu-navigation-icons a.menu-dedicatorias i {
	color: #F48B86;
}


.menu-navigation-icons a.menu-maestros {
	background-image: url(../images/icono_maestros.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #EE8629; 
}

.menu-navigation-icons a.menu-maestros i {
	color: #F4B278;
}


.menu-navigation-icons a.menu-septenios {
	background-image: url(../images/icono_septenios.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #57B2D8; 
}

.menu-navigation-icons a.menu-septenios i {
	color: #99DCF7;
}


.menu-navigation-icons a.menu-descargas {
	background-image: url(../images/icono_descargas.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #A8D3F1; 
}

.menu-navigation-icons a.menu-descargas i {
	color: #D5EBFA;
}


.menu-navigation-icons a.menu-creditos {
	background-image: url(../images/icono_creditos.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #B87CD9; 
}

.menu-navigation-icons a.menu-creditos i {
	color: #B87CD9;
}
/* Menu color */




/* RESPONSIVE */

.slicknav_menu {
    display:none;
}

@media (max-width: 800px) {
    .menu-navigation-icons {
        display:none;
    }

    .slicknav_nav a i {
        display: none;
    }

    .slicknav_menu {
		font-family: 'Dosis', sans-serif;
		text-transform: uppercase;
        display:block;
    }
}
