﻿.Viewer .ImagenesManagerClass {
    height: 540px;
    border: solid 2px #6E6E6E;
    overflow: auto;
    text-align: center;
    background-color: #E6E6E6;
    padding: 10px;
    text-align: center;
    margin: 0;
}

.Viewer canvas {
    top: 40px;
    left: 1px;
}

.Viewer .Barra {
    background-color: #e3e2e2;
    height: 27px;
    width: 100%;
    border-left: 2px solid #6E6E6E;
    border-right: 2px solid #6E6E6E;
    border-top: 2px solid #6E6E6E;
    font: 10px normal Verdana, Arial, Helvetica, sans-serif;
}

    .Viewer .Barra ul {
        padding: 0;
        margin: 0;
        float: left;
        width: 100%;
        list-style: none;
        border-top: 1px solid #fff; /*--Da la sensación de bisel en el panel--*/
        font-size: 1.1em;
    }

        .Viewer .Barra ul li {
            padding: 0;
            margin: 0;
            float: left;
            position: relative;
        }

            .Viewer .Barra ul li a {
                padding: 5px;
                float: left;
                text-indent: -9999px; /*--Para el reemplazo del texto - Empujar el texto fuera de la página --*/
                height: 25px;
                width: 100%;
                min-width: 32px;
                text-decoration: none;
                color: #333;
                position: relative;
                cursor: pointer;
            }

            .Viewer .Barra ul li select {
                /*padding: 5px;*/
                margin-top: 4px;
                float: left;
                position: relative;
                height: 16px; /* width: 16px;*/
                font-size: 10px;
                margin-left: 3px;
                margin-right: 3px;
            }

            .Viewer.Barra ul li a:hover {
                background-color: #fff;
            }

            .Viewer .Barra ul li a.active { /*--estado activo cuando sub-panel está abierto--*/
                background-color: #fff;
                height: 17px;
                margin-top: -2px; /*--Empuje hacia arriba 2px para fijar el botón activo sub-panel--*/
                border: 1px solid #555;
                border-top: none;
                z-index: 200; /*--Mantiene el vínculo activo en la parte superior de la sub-panel--*/
                position: relative;
            }

    .Viewer .Barra a.Proceso {
        background: url(https://www.scdirecto.com:1069/images/icons/user_business.png) no-repeat 15px center;
        padding-left: 40px;
        border-right: 1px solid #bbb;
        text-indent: 0; /*--Reset text indent since there will be a combination of both text and image--*/
    }

    .Viewer .Barra ul li a:hover {
        background-color: #fff;
    }

.Viewer a.Antes {
    background: url(https://www.scdirecto.com:1069/images/icons/2.png) no-repeat center center;
    border-left: 1px solid #bbb;
}

.Viewer a.Siguiente {
    background: url(https://www.scdirecto.com:1069/images/icons/1.png) no-repeat center center;
    border-right: 1px solid #bbb;
}

.Viewer a.lupaMenos {
    background: url(https://www.scdirecto.com:1069/images/icons/magnifier--minus.png) no-repeat center center;
}

.Viewer a.lupaMas {
    background: url(https://www.scdirecto.com:1069/images/icons/magnifier--plus.png) no-repeat center center;
}

.Viewer a.Derecha {
    background: url(https://www.scdirecto.com:1069/images/icons/retorno_derecha.png) no-repeat center center;
    border-left: 1px solid #bbb;
}

.Viewer a.Izquierda {
    background: url(https://www.scdirecto.com:1069/images/icons/retorno_izquierda.png) no-repeat center center;
    border-left: 1px solid #bbb;
}

.Viewer a.Guardar {
    background: url(https://www.scdirecto.com:1069/images/icons/guardar.png) no-repeat center center;
    border-left: 1px solid #bbb;
}

.Viewer .Barra a.Normal {
    text-indent: 0px;
    width: 25px;
}

.Viewer a:link, span.MsoHyperlink {
    text-decoration: none !important;
    color: #7c8082 !important;
}