﻿/*--------------------------------------------------------------
# Hover de Imagenes Wafle (Menú lateral)
--------------------------------------------------------------*/

#IPresidencia {
    width: 64px;
    height: 64px;
    background: url("../../../PortalVirtual/AIndex/Imagenes/Wafle/presidencia1.png") no-repeat;
}

    #IPresidencia:hover {
        background: url("../../../PortalVirtual/AIndex/Imagenes/Wafle/presidencia2.png") no-repeat;
    }

#IPresidencia2 {
    width: 64px;
    height: 64px;
    background: url("../../../PortalVirtual/AIndex/Imagenes/Wafle/presidencia1.png") no-repeat;
}

    /*#IPresidencia2:hover {
        background: url("../../../PortalVirtual/AIndex/Imagenes/Wafle/presidencia2.png") no-repeat;
    }*/

#ICirculares {
    width: 64px;
    height: 64px;
    background: url("../../../PortalVirtual/AIndex/Imagenes/Wafle/circulares1.png") no-repeat;
}

    #ICirculares:hover {
        background: url("../../../PortalVirtual/AIndex/Imagenes/Wafle/circulares2.png") no-repeat;
    }

#IIntranet {
    width: 64px;
    height: 64px;
    background: url("../../../PortalVirtual/AIndex/Imagenes/Wafle/intranet1.png") no-repeat;
}

    #IIntranet:hover {
        background: url("../../../PortalVirtual/AIndex/Imagenes/Wafle/intranet2.png") no-repeat;
    }

#IJuzgados {
    width: 64px;
    height: 64px;
    background: url("../../../PortalVirtual/AIndex/Imagenes/Wafle/juzgados1.png") no-repeat;
}

    #IJuzgados:hover {
        background: url("../../../PortalVirtual/AIndex/Imagenes/Wafle/juzgados2.png") no-repeat;
    }

#ISalas {
    width: 64px;
    height: 64px;
    background: url("../../../PortalVirtual/AIndex/Imagenes/Wafle/salas1.png") no-repeat;
}

    #ISalas:hover {
        background: url("../../../PortalVirtual/AIndex/Imagenes/Wafle/salas2.png") no-repeat;
    }

#IOrganigrama {
    width: 64px;
    height: 64px;
    background: url("../../../PortalVirtual/AIndex/Imagenes/Wafle/organigrama1.png") no-repeat;
}

    #IOrganigrama:hover {
        background: url("../../../PortalVirtual/AIndex/Imagenes/Wafle/organigrama2.png") no-repeat;
    }
