@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon.eot?hv8sxj');
    src:    url('fonts/icomoon.eot?hv8sxj#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?hv8sxj') format('truetype'),
        url('fonts/icomoon.woff?hv8sxj') format('woff'),
        url('fonts/icomoon.svg?hv8sxj#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-votaciones:before {
    /*content: "\e907";*/
    content: url(../../img/img_r/iconos/img_votaciones.png);
}
.icon-acceso:before {
    /*content: "\e900";*/
    content: url(../../img/img_r/iconos/img_controldeacceso.png);
}
.icon-academico:before {
   /*content: "\e901";*/
   content: url(../../img/img_r/iconos/img_academico.png);
}
.icon-matricula:before {
    /*content: "\e902";*/
    content: url(../../img/img_r/iconos/img_matriculas.png);
}
.icon-repositorio:before {
    content: "\e903";
}
.icon-config:before {
    /*content: "\e904";*/
    content: url(../../img/img_r/iconos/img_configuracion.png);
}
.icon-tarea:before {
   /* content: "\e905"; */
   content: url(../../img/img_r/iconos/img_tareas.png);
}
.icon-recaudos:before {
    /*content: "\e906";*/
    content: url(../../img/img_r/iconos/img_tesoreria.png);
}

.icon-evaluador::before{
    /*content: "\e904";*/
    content: url(../../img/img_r/iconos/img_evaluador.png);
}

.icon-activosfijos::before {
    /*content: "\e905";*/
    content: url(../../img/img_r/iconos/img_activosfijos.png);
}

.icon-backup::before {
    /*content: "\e905";*/
    content: url(../../img/img_r/iconos/img_backup.png);
}