﻿.icon-spei {
    display: inline-block;
    width: 38px;
    height: 38px;
    background-image: url('/imagenes/spei.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.icon-spid {
    display: inline-block;
    width: 38px;
    height: 38px;
    background-image: url('/imagenes/spid.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.icon-sibuc {
    display: inline-block;
    width: 38px;
    height: 38px;
    background-image: url('/imagenes/sibuc.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.icon-indeval {
    display: inline-block;
    width: 38px;
    height: 38px;
    background-image: url('/imagenes/indeval.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.icon-pci {
    display: inline-block;
    width: 38px;
    height: 38px;
    background-image: url('/imagenes/pci.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.icon-swift {
    display: inline-block;
    width: 38px;
    height: 38px;
    background-image: url('/imagenes/swift.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}