﻿.ico-file {
    padding: 5px 9px;
    background-image: url('../Imagenes/Iconos/file.svg');
    background-position: 0 8px;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.ico-pdf {
    padding: 5px 9px;
    background-image: url('../Imagenes/Iconos/pdf.svg');
    background-position: 0 8px;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}


.ico-xls {
    padding: 5px 9px;
    background-image: url('../Imagenes/Iconos/xls.svg');
    background-position: 0 8px;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.ico-dash {
    padding: 5px 9px;
    background-image: url('../Imagenes/Iconos/dash.svg');
    background-position: 0 8px;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}


.ico-home {
    padding: 5px 9px;
    background-image: url('../Imagenes/Iconos/home.svg');
    background-position: 0 8px;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}


.ico-report {
    padding: 5px 9px;
    background-image: url('../Imagenes/iconos/report.svg');
    background-position: 0 8px;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.ico-user {
    padding: 5px 9px;
    background-image: url('../Imagenes/Iconos/user.svg');
    background-position: 0 8px;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity: .3;
}

.ico-key {
    padding: 5px 9px;
    background-image: url('../Imagenes/Iconos/key.svg');
    background-position: 0 8px;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity: .3;
}

.ico-Perfiles {
    padding: 5px 9px;
    background-image: url('../Imagenes/Iconos/Perfiles.svg');
    background-position: 0 8px;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}