﻿/*region1---------------------------------------------------------------------------*/

.modulo {
    float: left;
    /*width: 91px;*/
    width: 100px;
    height: 90px;
    margin: 1px;
    padding: 0;
    cursor: pointer;
}

    .modulo img {
        /*padding-top:6px;*/
        padding: 4px 4px 5px 4px;
        /*width: 80px;*/
        width: 90px;
        height: 80px;
        position: relative;
        margin: 1px;
    }

    .modulo h3 {
        margin: 0;
        padding: 3px 5px 0 0;
        max-width: 96px;
        overflow: hidden;
        line-height: 1.1em;
        font-size: .7em;
        font-weight: normal;
        text-transform: uppercase;
        color: #999;
    }

    .modulo p {
        visibility: hidden;
    }

    .modulo:hover p {
        visibility: visible;
        position: absolute;
        /*width: 90px;*/
        width: 98px;
        height: 90px;
        top: 0;
        margin: 1px;
        padding: 0;
        line-height: 90px;
        letter-spacing: normal;
        vertical-align: middle;
        /*max-width:90px;*/
        max-width: 98px;
        word-wrap: break-word;
        text-align: center;
        color: #fff;
        font-size: .7em;
        background-color: rgba(0,200,120,0.35);
        -moz-transition: background .2s linear, color .2s linear;
        -webkit-transition: background .2s linear, color .2s linear;
        -o-transition: background .2s linear, color .2s linear;
    }

ul.k-panelbar, ul.k-panelbar .k-group, ul.k-panelbar .k-content, ul.k-panelbar .k-link {
    border-width: 0;
}

    ul.k-panelbar .k-group .k-link {
        font-family: Calibri;
        font-size: small;
    }

.k-panelbar .k-header {
    font-family: Calibri;
    font-size: medium;
}

/*region2---------------------------------------------------------------------------*/

.bs-cabecera {
    position: absolute;
    top: 0px;
    height: 50px;
    width: 100%;
    background: blue;
    color: #003f59;
}

    .bs-cabecera > div {
        z-index: 2;
    }

.bs-cuerpo {
    position: absolute;
    top: 50px;
    left: 0px;
    height: 100%;
    width: 100%;
}


.bs-panel-principal {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: yellow;
}

.bs-panel-derecho {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: red;
    overflow: hidden;
}

.bs-panel-inferior {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: green;
    overflow: hidden;
}

.bs-box {
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    /*overflow: auto;*/
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    background: white;
}

/*.bs-tabs {
            position: absolute;
            top: 0px;
            left: 0px;
            right: 0px;
            height: 30px;
            overflow: auto;
            background: pink;
        }

        .bs-frames {
            position: absolute;
            top: 30px;
            left: 0px;
            right: 0px;
            bottom: 0px;
            overflow: auto;
            background: orange;
        }

        .bs-frame {
            position: absolute;
            top: 0px;
            left: 0px;
            right: 0px;
            bottom: 0px;
            height: 100%;
            width: 100%;
            overflow: hidden;
            overflow-x: hidden;
            overflow-y: hidden;
            border: none;
        }*/

/*region3---------------------------------------------------------------------------*/

.k-tabstrip-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    background: blue;
}

.bs-tabstrip {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
}

#tabstrip .k-content {
    position: absolute;
    top: 27px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: none;
    margin: 0;
    padding: 0;
}

.bs-frame {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    border: none;
}

.bs-tab {
    position: relative;
    top: 0px;
    left: 0px;
    border: none;
    height: 14px;
    width: 140px;
    max-width: 140px;
}

.bs-tab-close {
    position: absolute;
    height: 14px;
    width: 14px;
    top: 0px;
    right: -8px;
    color: blue;
    text-align: center;
    line-height: 14px;
}

.bs-close-tab {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 27px;
    width: 33px;
    cursor: pointer;
    background-image: url('../Imagenes/Comun/closeTab.png');
}

.k-tabstrip-items {
    z-index: 1;
    white-space: nowrap;
    width: 95%;
    height: 27px;
    overflow-y: hidden;
    font-family: Calibri;
    font-size: small;
}

    .k-tabstrip-items .k-state-default .k-link {
        color: #003f59;
        font-size: small;
        font-family: Calibri,sans-serif;
    }

/*region4---------------------------------------------------------------------------*/

.bs-menu {
    position: fixed;
    top: 0px;
    bottom: 0px;
    /*width: 2px;*/
    width: 0px;
    z-index: 3;
    -webkit-transition: width 1s;
    transition: width 1s;
    overflow: hidden;
}

.bs-menu-izquierda {
    left: 0px;
    background: blue;
}

.bs-menu-derecha {
    right: 0px;
    background: red;
}

.bs-menu-content {
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    background: yellow;
    overflow: auto;
}

.bs-boton-menu-izquierda {
    position: fixed;
    top: 45%;
    float: right;
    -webkit-transition: width 1s;
    transition: width 1s;
    z-index: 2;
    cursor: pointer;
}

.bs-boton-left {
    float: right;
    left: 20px;
}

#btnizquierda:hover {
    background-color: transparent;
}

.bs-boton-menu-derecha {
    position: fixed;
    top: 45%;
    right: 0%;
    float: left;
    -webkit-transition: width 1s;
    transition: width 1s;
    z-index: 2;
    cursor: pointer;
}

.bs-boton-right {
    float: left;
    right: 20px;
}

#btnDerecha:hover {
    background-color: transparent;
}

.bs-menu-test {
    background: grey;
    height: 100%;
    width: 220px;
}

.bs-moludo-nombre {
    position: absolute;
    bottom: 0px;
    width: 100px;
    height: 20px;
    text-align: center;
}

.bs-moludo-boton {
    position: fixed;
    top: 0;
    height: 20px;
    width: 20px;
    background: red;
    z-index: 5;
}

    .bs-moludo-boton button {
        height: 20px;
        width: 20px;
        background: url(../Imagenes/Portal/nav_down_blue.png) no-repeat 50% top;
        cursor: pointer;
        border: none;
    }

.bs-moludo-panel {
    position: fixed;
    top: 0;
    display: none;
    height: 94px;
    z-index: 2;
}

/*region5---------------------------------------------------------------------------*/

.bs-panel-display {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 300px;
    background: yellow;
    z-index: 1 !important;
}

.bs-panel-display-izquierda {
    left: 0px;
}

.bs-panel-display-derecha {
    right: 0px;
}

/*region6---------------------------------------------------------------------------*/

body {
    font-family: Calibri;
}

.bs-logo {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 50px;
    width: 125px;
    background: white;
    background: url(../Imagenes/Login/rds-logo.png) no-repeat;
    background-size: contain;
}

.bs-nombre-pais {
    position: absolute;
    top: 4px;
    left: 130px;
    height: 24px;
    width: 70px;
    background: white;
}

.bs-bandera-pais {
    position: absolute;
    top: 4px;
    left: 200px;
    width: 20px;
    height: 15px;
    background: url(../Imagenes/Paises/ec.png) no-repeat;
    background-size: contain;
}

/*#region revisar (usar herencia) */

.bs-bandera-pais-co {
    position: absolute;
    top: 4px;
    left: 200px;
    width: 20px;
    height: 15px;
    background: url(../Imagenes/Paises/co.png) no-repeat;
    background-size: contain;
}

.bs-bandera-pais-ec {
    position: absolute;
    top: 4px;
    left: 200px;
    width: 20px;
    height: 15px;
    background: url(../Imagenes/Paises/ec.png) no-repeat;
    background-size: contain;
}

.bs-bandera-pais-mx {
    position: absolute;
    top: 4px;
    left: 200px;
    width: 20px;
    height: 15px;
    background: url(../Imagenes/Paises/mx.png) no-repeat;
    background-size: contain;
}

.bs-bandera-pais-py {
    position: absolute;
    top: 4px;
    left: 200px;
    width: 20px;
    height: 15px;
    background: url(../Imagenes/Paises/py.png) no-repeat;
    background-size: contain;
}

/*#endregion */

.bs-sesion {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 200px;
    height: 30px;
    background: white;
}

    .bs-sesion div {
        z-index: 3;
    }

.bs-salir {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 20px;
    background: white;
    font-size: 20px;
    font-weight: bold;
    /*letter-spacing: 1px;*/
}

.bs-clave {
    position: absolute;
    top: 8px;
    right: 200px;
    width: 100px;
    height: 20px;
    background: white;
    font-size: 14px;
}

.bs-ayuda {
    position: absolute;
    top: 4px;
    right: 150px;
    width: 70px;
    height: 20px;
    background: white;
    font-size: 14px;
}

.bs-usuario {
    position: absolute;
    bottom: 8px;
    left: 300px;
    width: 300px;
    height: 20px;
    background: white;
    font-size: 14px;
    text-align: center;
}

.bs-info {
    position: absolute;
    bottom: 8px;
    right: 300px;
    width: 300px;
    height: 20px;
    background: white;
    font-size: 14px;
    text-align: center;
}

.bs-link {
    color: #136c9a;
    cursor: pointer;
    text-decoration: none !important;
}

.bs-inicio-logo-box {
    position: absolute;
    height: 111px;
    width: 455px;
}

/*region6---------------------------------------------------------------------------*/

.bs-cabecera {
    background: #fff;
}

.bs-panel-principal {
    background: #fff;
}

.bs-panel-derecho {
    background: #fff;
}

.bs-panel-inferior {
    background: #fff;
}

.bs-box {
    background: #fff;
}

.k-tabstrip-wrapper {
    background: #fff;
}

.bs-menu {
    background-color: #fff !important;
    /*outline: 1px solid rgba(0,0,0,.3);*/
    outline: 1px solid #a3d0e4;
}

.bs-menu-izquierda {
    background: transparent;
}

.bs-menu-derecha {
    background: transparent;
}

.bs-menu-content {
    background: #daecf0;
}

.bs-menu-test {
    background: transparent;
}

.bs-moludo-panel {
    background-color: #fff !important;
    outline: 1px solid #a3d0e4;
}

.bs-moludo-boton {
    background: transparent;
}

.bs-panel-display {
    background: #fff;
}

.bs-nombre-pais {
    background: #fff;
}

.bs-sesion {
    background: #fff;
}

.bs-salir {
    background: #fff;
}

.bs-clave {
    background: #fff;
}

.bs-usuario {
    background: #fff;
}

.bs-info {
    background: #fff;
}

.bs-label {
    font-size: 14px;
    color: #136c9a;
}

.bs-inicio-tab {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 27px;
    width: 33px;
    cursor: pointer;
    background-image: url('../Imagenes/Comun/inicioTab.png');
}