.logo {
    position: absolute;
    width: 101px;
    height: 35px;
    top: 8px;
    left: 40px;
    background: url(img/Fin700.svg) no-repeat center;
}

html,
body {
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    color: black;
}

body {
    margin: 0;
    min-width: 40em;
}

#header h1 {
    text-align: center;
}

#content {
    border-collapse: collapse;
    height: 100%;
    width: 100%;
    table-layout: fixed;
}

    #content td {
        position: relative;
    }

#menu_h,
#header,
#col1,
#col2 {
    padding-left: 0em;
    padding-right: 0em;
}

td {
    vertical-align: top;
    padding: 0;
}

#col1,
#col2 {
    height: 100%;
    vertical-align: top;
}

#col1 {
    background: white;
}

#col2 {
    background: white;
}

#header {
    /* background-color: white; */
    background: #f2f2f2;
    background: -moz-linear-gradient(left, #f2f2f2 0%, #e0e0e0 100%);
    background: -webkit-linear-gradient(left, #f2f2f2 0%, #e0e0e0 100%);
    background: linear-gradient(to right, #f2f2f2 0%, #e0e0e0 100%);
    color: black;
    height: 50px;
}

#menu_h {
    background: white;
    color: black;
    height: 24px;
    width: 100%;
}

#banner {
    width: 100%;
}

#banner_izq {
    content: url(img/banner_izq.png);
}

#k_panelbar_container {
    overflow-x: hidden;
}

div#spinner {
    display: none;
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    background: url(img/sondanet/processing.gif) no-repeat center #fff;
    text-align: center;
    padding: 10px;
    border: none;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 2;
    overflow: auto;
    background-color: transparent;
}

.header_text {
    text-transform: capitalize;
    font-size: 0.8em;
    color: #236BAA;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
    margin-left: 2px;
    margin-right: 4px;
    font-family: 'Raleway', sans-serif;
}

.header_icon {
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    width: 11px;
}

.header_izq {
    width: 0px;
}

.header_der {
    background-color: #026AA7;
    width: 0px;
}

#info {
    display: none;
    margin-top: 15px;
}

.botonera {
    float: right;
}

    .botonera a {
        text-decoration: none;
        margin-right: 10px;
        position: relative;
    }

.k-link {
    /*text-transform: uppercase; #4101*/
    font-size: 10px;
    color: #FFFFFF;
    white-space: normal;
    vertical-align: middle;
}

/* color de fondo del primer nivel */

.k-header {
    background-color: #004873;
}

.k-link:link,
.k-link:visited,
.k-state-hover.k-nav-current .k-link {
    color: #FFFFFF;
}

.k-tabstrip-items .k-state-default .k-link,
.k-panelbar > li.k-state-default > .k-link {
    color: #FFFFFF;
}

.k-panelbar > li > .k-link {
    color: #FFFFFF;
}

.botonera img {
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    margin: 0px;
    border: none;
    padding: 0px;
    position: absolute;
    left: -6px;
    top: 5px;
}

#menu_v {
    /* background-image:url('img/afp/fondo_menu.jpg');background-repeat:no-repeat;*/
    background-color: #004873;
    background-position-x: top;
    background-position-y: left;
}

    #menu_v.inicio-menu {
        background-color: white;
        position: relative;
        height: 100%;
    }

.logo-sonda {
    width: 141px;
    height: 68px;
    background-image: url('img/afp/logo_menulateral.png');
    left: 35px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}

figure.logo-fin700 {
    display: block;
    width: 120px;
    margin: 0px;
}

    figure.logo-fin700 img {
        width: 100%;
        display: block;
    }

.btn-toggle-menu {
    background-color: #004873;
}

#iframe_body.inicio {
    background-image: url("img/2018/bg/bg_pag2_op1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#loading {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0);
}

.spinner {
    width: 70px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
}

    .spinner > div {
        width: 18px;
        height: 18px;
        background-color: rgba(0,0,0,0.1);
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

#texto-inicio {
    width: 90%;
    padding: 10px;
    position: absolute;
    right: 0px;
    top: 110px;
}

    #texto-inicio h1 {
        font-size: 30px;
        color: #004873;
        font-family: 'Raleway', sans-serif;
        margin-bottom: 50px;
    }

    #texto-inicio h2 {
        font-size: 18px;
        color: #004873;
        font-family: 'Raleway', sans-serif;
        font-weight: normal;
        margin-bottom: 80px;
    }

    #texto-inicio h3 {
        font-size: 11px;
        color: #004873;
        font-family: 'Raleway', sans-serif;
        font-weight: normal;
    }

        #texto-inicio h3 a {
            text-decoration: none;
            color: inherit;
        }

            #texto-inicio h3 a:hover {
                text-decoration: underline;
            }

#iframe_emergente_contenedor {
    position: absolute;
    right: -100%;
    width: 40vw;
    max-height: 100vh;
    background-color: white;
    padding: 20px 0px 20px 20px;
    border-radius: 5px 0px 0px 5px;
    transition: all 800ms ease-in-out;
    display: block;
    opacity: 0;
}

    #iframe_emergente_contenedor iframe {
        width: 100%;
        height: 100%;
        border: none;
    }

    #iframe_emergente_contenedor.show {
        right: 0%;
        opacity: 1;
    }

    #iframe_emergente_contenedor .btn {
        display: block;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        background-color: #f28b20;
        position: absolute;
        left: -15px;
        top: -15px;
        cursor: pointer;
        text-align: center;
        line-height: 31px;
        color: white;
        font-family: sans-serif;
        font-size: 15px;
    }
