﻿

:root {
    --bg-color-01: #FFFFFF;
    --bg-color-02: #F6F6F6;
    --bg-color-03: #E6E6E6;
    --ui-color-01: #000000;
    --ui-color-02: #D11E16;
    --ui-color-03: #E5E5E5;
    --ui-color-04: #E2E2E2;
    --text-color-01: #000000;
    --text-color-02: #232323;
    --text-color-03: #888888;
    --text-color-04: #777777;
    --link-color-01: #000000;
    --link-color-hover-01: #D11E16;
}


/******************/
/* FUENTES (FREE) */
/******************/

/* barlow*/
@font-face {
  font-family: 'Barlow-Lig';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/free/barlow/barlow-v4-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Barlow Light'), local('Barlow-Light'),
       url('../fonts/free/barlow/barlow-v4-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/free/barlow/barlow-v4-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/free/barlow/barlow-v4-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/free/barlow/barlow-v4-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/free/barlow/barlow-v4-latin-300.svg#Barlow') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Barlow-Reg';
font-style:normal;
  font-weight: 400;
  src: url('../fonts/free/barlow/barlow-v4-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Barlow Regular'), local('Barlow-Regular'),
       url('../fonts/free/barlow/barlow-v4-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/free/barlow/barlow-v4-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/free/barlow/barlow-v4-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/free/barlow/barlow-v4-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/free/barlow/barlow-v4-latin-regular.svg#Barlow') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Barlow-Med';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/free/barlow/barlow-v4-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Barlow SemiBold'), local('Barlow-SemiBold'),
       url('../fonts/free/barlow/barlow-v4-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/free/barlow/barlow-v4-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/free/barlow/barlow-v4-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/free/barlow/barlow-v4-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/free/barlow/barlow-v4-latin-600.svg#Barlow') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Barlow-Bol';
font-style:normal;
  font-weight: 700;
  src: url('../fonts/free/barlow/barlow-v4-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Barlow Bold'), local('Barlow-Bold'),
       url('../fonts/free/barlow/barlow-v4-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/free/barlow/barlow-v4-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/free/barlow/barlow-v4-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/free/barlow/barlow-v4-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/free/barlow/barlow-v4-latin-700.svg#Barlow') format('svg'); /* Legacy iOS */
}

/*********/
/* RESET */
/*********/

html, body {
    height: 100%;
}

ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,address,fieldset,input,table,th,td{ margin:0; padding:0;}

ul,ol {
	list-style:none;
}

a {
    color: var(--link-color-01);
	outline: none;
    text-decoration: underline;
}

a:hover {
    color: var(--link-color-hover-01);
    outline: none;
    text-decoration: none;
}

a img,:link img,:visited img {
	border:none;
}

/* a:hover,
a:focus{
	text-decoration:underline;
} */

abbr {
	border-color:#CCCCCC;
}

/**************/
/* ESTRUCTURA */
/**************/

body {
    font-size: 62.5%; /* 10px ----- 1em */
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: var(--text-color-01);
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#webcontainer {
    overflow: hidden;
}

/***********/
/* GENERAL */
/***********/

.inv {
	display:none !important;
}

    .texto img {
        border-radius: 4px;
    }

    img.imagizq,
    img.imagder {
        position: absolute;
        top: 0;
    }

    /* p img.imagizq {
        position: relative;
        display: block;
        margin-bottom: 16px;
    } */

    img + p {
        margin-top: 30px;
    }

img.imagcenter {text-align:center;display: block; margin: 1em auto;clear:both;}

h2 {
    font-family: 'Barlow', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 4em;
    line-height: 45px;
    margin-bottom: 30px;
}

p {
    font-size: 1.7em;
    line-height: 1.5em;
    margin: 0 0 1.475em;
}


/************/
/* CABECERA */
/************/

#cabecera {
    background: var(--bg-color-02);
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 20;
}

    #cabecera #cab_enlaces {
        position: relative;
        width: 1164px;
        height: 52px;
        margin: 0 auto;
    }

        #cabecera #cab_enlaces ul#idiomas {
            float: right;
            display: flex;
            align-items: center;
            height: 100%;
        }

            #cabecera #cab_enlaces li:not(:first-child) {
                margin-left: 20px;
            }

            #cabecera #cab_enlaces ul#idiomas li a {
                font-family: 'Barlow', Arial, Helvetica, sans-serif;
                font-weight: 400;
                font-size: 1.6em;
                line-height: 22px;
                letter-spacing: 0px;
                color: var(--text-color-02);
                text-transform: capitalize;
                text-decoration: none;
                transition: color 0.1s linear;
            }

            #cabecera #cab_enlaces ul#idiomas li a:hover {
                color: var(--text-color-03);
            }

    #cabecera #cab_segmentos {
        position: relative;
        width: 1164px;
        height: 96px;
        margin: 0 auto;
        display: flex;
    }

        #cabecera #cab_segmentos .logoHome,
        #cabecera #cab_segmentos .logo,
        #cabecera #cab_segmentos .logoInversores {
            background-color: var(--ui-color-01);
            height: 100%;
            padding-right: 138px;
            display: flex;
            align-items: center;
            position: relative;
        }

        #cabecera #cab_segmentos .logoHome:before,
        #cabecera #cab_segmentos .logo:before,
        #cabecera #cab_segmentos .logoInversores:before {
            content: "";
            background-color: var(--ui-color-01);
            width: 1000em;
            height: 100%;
            position: absolute;
            top: 0;
            right: 100%;
        }

        #cabecera #cab_segmentos .logoHome:after,
        #cabecera #cab_segmentos .logo:after,
        #cabecera #cab_segmentos .logoInversores:after {
            content: "";
            background-color: var(--ui-color-02);
            width: 100%;
            height: 6px;
            position: absolute;
            top: 100%;
        }

            #cabecera #cab_segmentos .logoHome div:first-child,
            #cabecera #cab_segmentos .logo div:first-child,
            #cabecera #cab_segmentos .logoInversores div:first-child {
                font-family: 'Barlow', Arial, Helvetica, sans-serif;
                font-weight: 700!important;
                font-size: 1.6em!important;
                line-height: 32px!important;
                letter-spacing: 0px;
                color: var(--text-color-01);

                position: absolute;
                top: -42px;
                left: 0;
                margin: 0!important;

            }

        #cabecera #cab_segmentos .tituloInversores {
            background-color: var(--bg-color-01);
            position: absolute;
            top: 0;
            left: 100%;
            white-space: nowrap;
            padding: 41px 0 10px 96px;
        }

        #cabecera #cab_segmentos #menu {
            background-color: var(--bg-color-01);
            flex: 1;
            position: relative;
            box-shadow: 0px 1px 0px rgb(0 0 0 / 10%);
        }

        #cabecera #cab_segmentos #menu:after,
        #cabecera #cab_segmentos .tituloInversores:after {
            content: "";
            background-color: var(--bg-color-01);
            width: 1000em;
            height: 100%;
            position: absolute;
            top: 0;
            left: 100%;
        }

        #cabecera #cab_segmentos #menu:after {
            box-shadow: 0px 1px 0px rgb(0 0 0 / 10%);
        }

            #cabecera #cab_segmentos #menu ul {
                width: auto!important;
                margin-left: 96px;
                display: flex;
                align-items: center;
                height: 100%;
            }

                #cabecera #cab_segmentos #menu ul li:not(:first-child) {
                    margin-left: 40px;
                }

                    #cabecera #cab_segmentos #menu ul li a {
                        font-family: 'Barlow', Arial, Helvetica, sans-serif;
                        font-weight: 700;
                        font-size: 1.6em;
                        line-height: 22px;
                        color: var(--text-color-02);
                        transition: color 0.1s linear;
                        text-decoration: none;
                        display: block;
                    }

                        #cabecera #cab_segmentos #menu ul ul {
                            display: none;
                        }

                    #cabecera #cab_segmentos #menu ul li a:hover,
                    #cabecera #cab_segmentos #menu ul li a.seleccionado {
                        color: var(--ui-color-02);
                    }

            #cabecera #cab_segmentos #menu .rte_dcha,
            #cabecera #cab_segmentos #menu .rte_izq,
            #cabecera #cab_segmentos #menu .rte_izq_on {
                display: none;
            }


/*************/
/* CONTENIDO */
/*************/

#contenido {
    width: 1164px;
    margin: 0 auto;
    padding-bottom: 40px;
    display: grid;
    justify-content: center;
}

    #contenido #menuizquierda {
        width: 196px;
        grid-column: 1;
        grid-row: 1 / 3;
        background: linear-gradient(180deg, #F6F6F6 53.46%, rgba(246, 246, 246, 0) 93.2%);
        position: relative;
    }

    #contenido #menuizquierda:before {
        content: "";
        position: absolute;
        top: 0;
        right: 100%;
        width: 1000em;
        height: 100%;
        background: linear-gradient(180deg, #F6F6F6 53.46%, rgba(246, 246, 246, 0) 93.2%);
    }

    #contenido #contenidoderecha,
    #contenido #contenidoderechainversores {
        grid-column: 2;
        grid-row: 2 / 3;
        margin-left: 96px;
        margin-right: 96px;
        position: relative;
        width: 776px;
        min-height: 568px;
    }

    #contenido #contenidoderechainversores {
        padding-bottom: 32px;
    }

    #contenido #contenidoderecha.has-image {
        padding-top: 122px;
    }

    #contenido #contenidototalhome {
        width: 100vw;
        transform: translateX(-50%);
        margin-left: 50%;
        padding-bottom: 88px;
    }


    #contenido #contenidototal {
        grid-column: 2;
        grid-row: 2 / 3;
        /* margin-left: 96px; */
        margin-left: 292px;
        margin-right: 96px;
        position: relative;
        width: 776px;
        min-height: 568px;
    }

    #contenidototal table {
        border-spacing: 0;
        border-collapse: collapse;
        border: none;
        margin-bottom: 32px;
    }

        #contenidototal table tr th,
        #contenidototal table tr td {
            border: 1px solid var(--ui-color-04);
            width: auto!important;
            white-space: normal;
        }

        #contenidototal table tr:first-child th,
        #contenidototal table tr:first-child td {
            background-color: var(--ui-color-04);
            font-weight: 700;
            font-size: 1.4em;
            padding: 12px 12px;
            text-align: left;
            border-radius: 0;
        }

            #contenidototal table tr:first-child th:first-child,
            #contenidototal table tr:first-child td:first-child {
                padding-left: 24px;
            }

            #contenidototal table tr:first-child th:last-child,
            #contenidototal table tr:first-child td:last-child {
                padding-right: 24px;
            }

        #contenidototal table tr:first-child ~ tr th,
        #contenidototal table tr:first-child ~ tr td {
            font-weight: 400;
            font-size: 1.4em;
            padding: 16px 12px;
        }

        #contenidototal table tr:first-child ~ tr th:first-child,
        #contenidototal table tr:first-child ~ tr td:first-child {
            padding-left: 24px;
        }

        #contenidototal table th p,
        #contenidototal table td p,
        #contenidototal table td li {
            font-size: 1em;
            line-height: auto;
            margin: 0;
        }

    #contenido  #blq_sup {

    }

        #contenido #blq_sup #banner {
            width: 100%;
            height: 300px;
            margin: 0;
            overflow: hidden;
        }

            #contenido #blq_sup #banner img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                position: static!important;
            }

        #contenido #blq_sup #intro_home {
            width: 1164px;
            margin: 0 auto;
        }

            #contenido #blq_sup #intro_home .texto {
                margin-left: 292px;
                margin-right: 96px;
                padding-top: 24px;
            }

        #contenido  #blq_sup + div:not(#blq_inf) {
            color: var(--text-color-02)!important;
            font-weight: 700!important;
            font-size: 2.5em!important;
            line-height: 32px;
            width: calc(1164px - 292px);
            margin: 0 auto 34px;
            padding-left: 292px;
        }

    #contenido #blq_inf {
        width: 1164px;
        margin: 0 auto;
    }

        #contenido #blq_inf ul {
            display: flex;
            align-items: stretch;
            gap: 25px;
            margin-left: 292px;
        }

            #contenido #blq_inf ul li {
                width: 50%;
                height: 134px;
                text-align: center;
            }

                #contenido #blq_inf ul li a {
                    height: 100%;
                    background: var(--bg-color-02);
                    border: 1px solid var(--ui-color-03);
                    border-radius: 4px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }


#pestanas-nav {
    border-bottom: 1px solid var(--ui-color-03);
    padding-bottom: 10px;
    display: flex;
    overflow-x: auto;
    display: inline-flex;
    min-width: 100%;
    max-width: calc(100vw - ((100vw - 1164px) /2) - 200px - 100px);
}

    #pestanas-nav li {
        font-size: 1em;
        line-height: 1em;
        float: left;
    }

    #pestanas-nav li:not(:first-child) {
        margin-left: 30px;
    }

        #pestanas-nav a {
            color: var(--text-color-02);
            font-weight: 700;
            font-size: 1.7em;
            line-height: 25px;
            white-space: nowrap;
            text-decoration: none;
        }

        #pestanas-nav li a.act,
        #pestanas-nav li a:hover,
        #pestanas-nav li a:active,
        #pestanas-nav li a:focus {
            font-weight: 700;
            color: var(--ui-color-02);
            text-decoration: none;
        }



.pestanas-detalle {
    margin-top: 30px;
}

    #pestanas-nav ~ .pestanas-detalle img.imagizq,
    #pestanas-nav ~ .pestanas-detalle img.imagder {
        position: relative;
        top: auto;
        display: block;
        margin-bottom: 16px;
    }




/********/
/* RUTA */
/********/

#contenido #ruta {
    grid-column: 2;
    grid-row: 1 / 2;
    margin: 46px 0 56px 96px;
}

#contenido.contenido--unique #ruta {
    margin-left: 292px;
}

    #contenido #ruta ul {
        float: left;
    }

        #contenido #ruta ul li {
            color: var(--text-color-03);
            font-size: 1.4em;
            line-height: 25px;
            float: left;
            position: relative;
        }

        #contenido #ruta ul li:not(:first-child) {
            margin-left: 0;
        }

            #contenido #ruta ul li:not(:first-child) a {
                margin-left: -2px;
            }

        #contenido #ruta ul li:not(:last-child):after {
            content: ":";
            margin-left: -4px;
            position: absolute;
            right: -4px;
        }

        #contenido #ruta ul li:last-child {
            font-weight: 700;
        }

        #contenido #ruta ul li::first-letter {
            opacity: 0;
            pointer-events: none;
        }

            #contenido #ruta ul li a {
                color: var(--text-color-03);
                text-decoration: none;
                margin-left: -12px;
            }

            #contenido #ruta ul li:first-child a {
                margin-left: -8px;
            }

            #contenido #ruta ul li a:hover {
                text-decoration: underline;
            }

            #contenido #ruta ul li strong {
                margin-left: -2px;
            }

    #contenido #ruta ul li a.imagen {
        display: none;
    }



/*******************/
/* MENU IZQUIERDO */
/******************/

#content-menu-izda {
    padding-right: 30px;
}

    #content-menu-izda #menu-vertical,
    #content-menu-izda #menu-vertical-inversores {
        width: 100%;
        margin-top: 128px;
    }

        #content-menu-izda #menu-vertical li,
        #content-menu-izda #menu-vertical-inversores li {
            font-size: 1em;
            line-height: 1em;
	        display: block;
            padding: 20px 0;
            border-bottom: 1px solid var(--ui-color-03);
        }

        #content-menu-izda #menu-vertical li:first-child,
        #content-menu-izda #menu-vertical-inversores li:first-child {
            padding-top: 0;
        }

            #content-menu-izda #menu-vertical li a,
            #content-menu-izda #menu-vertical-inversores li a {
                color: var(--text-color-01);
                font-family: 'Barlow', Arial, Helvetica, sans-serif;
                font-weight: 700;
                font-size: 1.6em;
                line-height: 22px;
                text-decoration: none;
                transition: color 0.1s linear;
                display: block;
            }

            #content-menu-izda #menu-vertical li a:hover,
            #content-menu-izda #menu-vertical-inversores li a:hover {
                color: var(--text-color-03);
            }


        #content-menu-izda #menu-vertical ul,
        #content-menu-izda #menu-vertical-inversores ul {
            margin-top: 10px;
            margin-left: 20px;
        }

            #content-menu-izda #menu-vertical ul li,
            #content-menu-izda #menu-vertical-inversores ul li {
                padding: 5px 0;
                border-bottom: none;
            }

                #content-menu-izda #menu-vertical ul li a,
                #content-menu-izda #menu-vertical-inversores ul li a {
                    font-weight: 400;
                }

    #content-menu-izda #menu-vertical li a.seleccionado,
    #content-menu-izda #menu-vertical-inversores li a.seleccionado,
    #content-menu-izda #menu-vertical-inversores li a.seleccionadoInversores {
        background-color: var(--bg-color-01);
        color: var(--ui-color-02);
        position: relative;
    }

        #content-menu-izda #menu-vertical li a.seleccionado span,
        #content-menu-izda #menu-vertical-inversores li a.seleccionado span,
        #content-menu-izda #menu-vertical-inversores li a.seleccionadoInversores span {
            position: relative;
            z-index: 1;
        }

    #content-menu-izda #menu-vertical li a.seleccionado:before,
    #content-menu-izda #menu-vertical li a.seleccionado:after,
    #content-menu-izda #menu-vertical-inversores li a.seleccionado:before,
    #content-menu-izda #menu-vertical-inversores li a.seleccionado:after,
    #content-menu-izda #menu-vertical-inversores li a.seleccionadoInversores:before,
    #content-menu-izda #menu-vertical-inversores li a.seleccionadoInversores:after {
        content: "";
        width: calc(100% + 30px);
        height: calc(100% + 42px);
        background-color: var(--bg-color-01);
        position: absolute;
        top: -21px;
        right: -30px;
        pointer-events: none;
    }

    #content-menu-izda #menu-vertical li a.seleccionado:before,
    #content-menu-izda #menu-vertical-inversores li a.seleccionado:before,
    #content-menu-izda #menu-vertical-inversores li a.seleccionadoInversores:before {
        width: 1000em;
        right: 100%;
    }

        #content-menu-izda #menu-vertical li a.seleccionado + ul,
        #content-menu-izda #menu-vertical-inversores li a.seleccionado + ul,
        #content-menu-izda #menu-vertical-inversores li a.seleccionadoInversores + ul {
            background-color: var(--bg-color-01);
            position: relative;
        }

            #content-menu-izda #menu-vertical li a.seleccionado + ul a span,
            #content-menu-izda #menu-vertical-inversores li a.seleccionado + ul a span,
            #content-menu-izda #menu-vertical-inversores li a.seleccionadoInversores + ul a span {
                position: relative;
                z-index: 1;
            }

        #content-menu-izda #menu-vertical li a.seleccionado + ul:before,
        #content-menu-izda #menu-vertical li a.seleccionado + ul:after,
        #content-menu-izda #menu-vertical-inversores li a.seleccionado + ul:before,
        #content-menu-izda #menu-vertical-inversores li a.seleccionado + ul:after,
        #content-menu-izda #menu-vertical-inversores li a.seleccionadoInversores + ul:before,
        #content-menu-izda #menu-vertical-inversores li a.seleccionadoInversores + ul:after {
            content: "";
            width: calc(100% + 30px);
            height: calc(100% + 42px);
            background-color: var(--bg-color-01);
            position: absolute;
            top: -21px;
            right: -30px;
            pointer-events: none;
        }

        #content-menu-izda #menu-vertical li a.seleccionado + ul:before,
        #content-menu-izda #menu-vertical-inversores li a.seleccionado + ul:before,
        #content-menu-izda #menu-vertical-inversores li a.seleccionadoInversores + ul:before {
            width: 1000em;
            right: 100%;
        }

        #content-menu-izda #menu-vertical ul li a.seleccionado:before,
        #content-menu-izda #menu-vertical ul li a.seleccionado:after,
        #content-menu-izda #menu-vertical-inversores ul li a.seleccionado:before,
        #content-menu-izda #menu-vertical-inversores ul li a.seleccionado:after,
        #content-menu-izda #menu-vertical-inversores ul li a.seleccionadoInversores:before,
        #content-menu-izda #menu-vertical-inversores ul li a.seleccionadoInversores:after {
            content: none;
        }

#content-menu-izda #menu-vertical li.superior a.seleccionadoInversores {
	background-image:url(../img/comun/bg_menu_top_on_inversores.gif);

}

#content-menu-izda #menu-vertical li.medio a.seleccionadoInversores {
    background-image:url(../img/comun/bg_menu_medio_on_inversores.gif);
}

#content-menu-izda #menu-vertical li.inferior a.seleccionadoInversores {
	background-image:url(../img/comun/bg_menu_inf_on_inversores.gif);
}

#content-menu-izda #menu-vertical ul.inversores li.medioHija a:hover {
    background-image:url(../img/comun/bg_menu_medio_on_inversores_hija.gif);
}
#content-menu-izda #menu-vertical ul.inversores li.medioHija a.seleccionado {
    background-image:url(../img/comun/bg_menu_medio_on_inversores_hija.gif);
}

#content-menu-izda #menu-vertical ul.inversores li.inferiorHija a.seleccionado {
	background-image:url(../img/comun/bg_menu_inf_on_inversores_hija.gif);
}
#content-menu-izda #menu-vertical ul.inversores li.medioHija a {
	background-image:url(../img/comun/bg_menu_medio_inversores_hija.gif);
}

#content-menu-izda #menu-vertical ul.inversores li.inferiorHija a {
	background-image:url(../img/comun/bg_menu_inf_inversores_hija.gif);
}
#content-menu-izda #menu-vertical ul.inversores span {
	padding-left: 8.5em;
	padding-top: 1.5em;
	font-size:1.1em;
}

/****************************/
/* MENU IZQUIERDO INVERSORES*/
/****************************/



/*------- sin enlace -------------------------------------------------------------------------*/

#content-menu-izda #menu-vertical-inversores li div {
    background-position: right center;
    border-bottom: 1px solid #C7C7C7;
	display:block;
    height: 42px;
    width: 250px;
	text-decoration:none;
}

#content-menu-izda #menu-vertical-inversores li.inferior div {
    border-bottom: none;
}

#content-menu-izda #menu-vertical-inversores li div span {
	font-size:1.2em;
	color:#fff;
	padding-left: 4.5em;
	line-height: 1.2em;
	white-space:normal;
	padding-top:1.2em;
	display:block;
}

#content-menu-izda #menu-vertical-inversores li div span.doslineas {
	padding-top:0.6em;
	padding-right: 1em;
}

#content-menu-izda #menu-vertical-inversores li.superior div {
	background-image:url(../img/comun/bg_menu_top.gif);
}

#content-menu-izda #menu-vertical-inversores li.medio div {
	background-image:url(../img/comun/bg_menu_medio.gif);
}

#content-menu-izda #menu-vertical-inversores li.inferior div {
	background-image:url(../img/comun/bg_menu_inf.gif);
}

/***********/
/* LISTADO */
/***********/

#contenido #contenidoderecha .texto + .listado {
    // margin-top: 40px;
    margin-top: 56px;
}

#contenido #contenidoderecha ul.listado li {
	padding-bottom:2em;
	overflow: hidden;
}

    #contenido #contenidoderecha ul.listado li .imagen {
        margin-bottom: 30px;
    }

        #contenido #contenidoderecha ul.listado li .imagen img {
            border-radius: 4px;
        }

    #contenido #contenidoderecha ul.listado li .bloque {

    }

    #contenido #contenidoderecha ul.listado li .bloque h3 {
        font-weight: 700;
        font-size: 2.5em;
        line-height: 32px;
        margin-bottom: 30px;
    }




/*********************************/
/* TEXTO */
/*********************************/

.texto {

}

    #intro_home .texto p:first-child {
        font-family: 'Barlow', Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 4em;
        line-height: 45px;
        margin-bottom: 30px;
    }

    .texto h3,
    h3.seccion,
    #contenido ul.mapaweb h3 {
        font-weight: 700;
        font-size: 2.5em;
        line-height: 32px;
        margin-top: 60px;
        margin-bottom: 10px;
    }

    .texto h3:first-child {
        margin-top: 30px;
    }

        .texto h3 + table {
            margin-top: 16px;
        }

    .texto h4,
    .hemeroteca li h4 {
        color: var(--text-color-02);
        font-weight: 700;
        font-size: 2em;
        line-height: 32px;
        margin-top: 60px;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .texto h4 + h4,
    .texto h3 + h4 {
        margin-top: 30px;
    }

    .texto h4 + p {
        margin-top: 16px;
    }

    .texto .tablalistados ~ h4 + p {
        margin-top: 0;
    }

.texto .alineadoizquierda
{
    text-align: left !important;
}

.texto .alineadoderecha
{
    text-align: right !important;
}

.texto .alineadocentro {
    text-align: left !important;
}

/* .texto .alineadojustificado
{
    text-align: justify !important;
} */

.texto .negrita
{
    font-weight: bold !important;
}

.texto .cursiva
{
    font-style: italic !important;
}

    .texto .subrayado {
    }

.texto .tachado
{
    text-decoration:line-through !important;
}

.texto ul,
.texto ol {
    margin-left: 16px;
    margin-bottom: 24px;
    overflow: visible !important;
    list-style: initial;
}

    .texto ul li,
    .texto ol li {
        font-size: 1.7em;
        line-height: 1.5em;
        margin-bottom: 8px;
    }

        /* .texto ul li a {
            display: inline-block;
        } */

    .texto ul li li {
        font-size: 1em;
    }

    .texto ul ul,
    .texto ul ol,
    .texto ol ol,
    .texto ol ul {
        margin-top: 8px;
        margin-left: 32px;
    }

    .texto ul li ol li {
        margin-bottom:0.2em;
        font-size:1em;
        color:#000000;
        font-weight:normal;
        padding-left:0em;
        list-style-position: outside;
        list-style-type: decimal;
        margin-left:0.5em;
    }

    .texto ol {
        margin-left: 1.8em;
        margin-bottom: 0.5em;
    }

    .texto ol li {
        margin-bottom:0.2em;
        font-size:1em;
        color:#000000;
        font-weight:normal;
        padding-left:0em;
        list-style-position: outside;
        list-style-type: decimal;
        margin-left:0.5em;
    }

    .texto ol li ul li {
        margin-bottom:0.2em;
        font-size:1em;
        color:#000000;
        font-weight:normal;
        padding-left:0em;
        list-style-position: outside;
        list-style-type: disc;
        margin-left:0.5em;
    }

.texto dl {
    margin-left:0em;
    margin-bottom:0.5em;
    margin-top: 1em;
    overflow: hidden;
}

.texto dl dt {
    margin-bottom:0.5em;
    font-size:1em;
    color:#000000;
    font-weight:bold;
    padding-left:0em;
}

.texto dl dd {
    margin-bottom:1em;
    font-size:1em;
    color:#000000;
    font-weight:normal;
    padding-left:1.5em;
    /*text-indent:2em;*/
}


.text--list {

}

    .text--list p:first-child + h4,
    .text--list p:first-child ~ p + h4 {
        margin-top: -20px;
    }

    .text--list p:first-child ~ h4 + p {
        margin-top: 32px;
    }


/*------- enLinea -------------------------------------------------------------------------*/

.texto dl.enLinea {
    margin-left:0em;
    margin-bottom:0.5em;
    /*display:inline-block;*/
}

.texto dl.enLinea dt {
    margin-bottom:0.5em;
    font-size:1em;
    color:#000000;
    font-weight:bold;
    padding-left:0em;
    float:left;
    margin-right: 1em;
}

.texto dl.enLinea dd {
    margin-bottom:1em;
    font-size:1em;
    color:#000000;
    font-weight:normal;
    padding-left:1.5em;
}

/*------- enLinea_cuatrocol ---------------------------------------------------------------*/

.texto dl.enLinea_cuatrocol {
    margin-left:0em;
    margin-bottom:0.5em;
}

.texto dl.enLinea_cuatrocol dt {
    margin-bottom:0.5em;
    font-size:1em;
    color:#000000;
    font-weight:bold;
    padding-left:0em;
    float:left;
    margin-right: 0em;
    width:25%;
    white-space:nowrap;
}

.texto dl.enLinea_cuatrocol dd {
    color: #000000;
    float: left;
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 1em;
    padding-left: 0em;
    padding-right: 0em;
    width:25%;
    white-space:nowrap;
}

.texto dl.enLinea_cuatrocol dt:nth-child(4n+1){
    clear: left;
}

/*-----------------------------------------------------------------------------------------*/

.texto dl dd p {
    margin-bottom: 0.5em;
}

.texto .tablalistados {
    white-space: nowrap;
    width: calc(100% + 96px)!important;
    overflow-y: auto;
    display: block;
}

    .texto .tablalistados th h3 {
        color: var(--text-color-02);
        font-weight: 700;
        font-size: 2.5em;
        line-height: 32px;
        margin: 0;
    }

    .texto .tablalistados th a,
    .texto .tablalistados th.simlink,
    .texto .tablalistados th ~ td a {
        color: var(--text-color-02);
        font-weight: 700;
        font-size: 17px;
        text-decoration: none;
        line-height: 25px;
        height: 100%;
        padding: 20px 24px;
        background: var(--bg-color-02);
        border: 1px solid var(--ui-color-03);
        border-radius: 4px;
        display: inline-block;
    }

    .texto .tablalistados th a:hover,
    .texto .tablalistados th ~ td a:hover {
        background: var(--bg-color-03);
    }

    .texto .tablalistados th ~ td a {
        padding: 10px 20px;
    }

    .texto .tablalistados td {

    }

    .texto .tablalistados + p {
        margin-top: 40px;
    }

.texto .Indent1
{
margin-left: 40px;
}

.texto .Indent2
{
margin-left: 80px;
}

.texto .Indent3
{
margin-left: 120px;
}



#informacion {
    font-size: 1.2em;
    line-height: 1.5em;
}




.inversores #menu {
    display: none;
}



/*------- Ultimas Noticias -------------------------------------------------------------------------*/

.ultimasnoticias {

}

    .ultimasnoticias li {

    }

    .ultimasnoticias .noticia,
    .hemeroteca .noticia {
        margin-bottom: 30px;
        background: none!important;
    }

    .ultimasnoticias li .fecha,
    .hemeroteca li .fecha {
        color: var(--text-color-04);
        font-size: 1.1em;
        line-height: 15px;
        margin-bottom: 10px;
        display: block;
    }

    .ultimasnoticias li h3 {
        font-weight: 700;
        font-size: 2.5em;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .hemeroteca li h4 {
        margin-top: 0;
        margin-bottom: 10px;
    }

        .ultimasnoticias li h3 a,
        .hemeroteca li h4 a {
            /* color: var(--text-color-02); */
        }

        .ultimasnoticias li h3 a:hover,
        .hemeroteca li h3 a:hover {

        }

/*------- hemeroteca -------------------------------------------------------------------------*/

.formhemeroteca {
    position: absolute;
    top: 0;
    right: 0;
}

    .formhemeroteca fieldset {
        border: none;
    }

        .formhemeroteca fieldset dl {
            display: flex;
            align-items: center;
        }

            .formhemeroteca fieldset dt,
            .formhemeroteca fieldset dd {
	            /* float:left; */
            }

            .formhemeroteca fieldset dt {
	            /* padding-top: 0.3em; */
            }

            .formhemeroteca fieldset dd {
                margin-left: 24px;
            }

            .formhemeroteca fieldset label {
                font-size: 1.7em;
                line-height: 1.5em;
            }

            select {
                border: 1px solid var(--ui-color-04);
                font-weight: 400;
                font-size: 1.7em;
                line-height: 1.5em;
                padding: 12px 16px;
                border-radius: 8px;
            }


.hemeroteca {
    border-bottom: 1px solid var(--ui-color-04);
}

#contenido #contenidoderecha h3.seccion {
    margin-bottom: 30px;
}



/*******/
/* PIE */
/*******/

#pie {
    box-shadow: 0px -1px 0px var(--ui-color-03);
    width: 1164px!important;
    margin: 0 auto;
    padding: 40px 0;
    position: relative;
}

    #pie ul {
        margin-left: 292px;
        padding: 0!important;
        float: none!important;
        display: grid!important;
        grid-template-columns: 292px 292px;
        font-size: 1em!important;
    }

        #pie ul li {
            font-size: 1em;
            line-height: 1em;
            margin-bottom: 4px;
        }

            #pie ul li a {
                color: var(--text-color-01);
                font-family: 'Barlow', Arial, Helvetica, sans-serif;
                font-weight: 400;
                font-size: 1.6em;
                line-height: 30px;
                text-decoration: none;
                display: inline-block;
            }

            #pie ul li a:hover {
                text-decoration: underline;
            }

    #pie #copy {
        position: absolute;
        left: 0;
        bottom: 54px;
    }

    #pie #copy:before {
        content: "";
        background: url("../img/comun/logo-kutxabank_b.svg") 0 0 no-repeat;
        width: 58px;
        height: 64px;
        position: absolute;
        left: 0;
        bottom: calc(100% + 20px);
    }

        #pie #copy p {
            color: var(--text-color-01);
            font-family: 'Barlow', Arial, Helvetica, sans-serif;
            font-weight: 400;
            font-size: 1.4em;
            line-height: 30px;
            display: inline-block;
            margin: 0;
        }

    #pie .decoracion-pie {
        border-bottom: 1px solid #FFFFFF;
        height: 0.5em;
        margin-bottom: 0.5em;
        margin-top: 0;
        width: 96.7%;
	    margin-right: 1.7em;
	    margin-left: 1.7em;
    }

.textojavascript {
	font-size: 1.2em;
	text-align:center;
}




/**********/
/* TABLAS */
/**********/

.tablalistados {
    border-spacing: 0;
}

    .tablalistados tr {
    }

        .tablalistados th {
            padding-top: 15px;
            padding-bottom: 15px;
        }

            .tablalistados th + th {
                padding-left: 30px;
            }

            .tablalistados th + th.simlink {
                margin-top: 15px;
                margin-left: 30px;
                margin-bottom: 15px;
            }

            .tablalistados th.celdadestacado {
	            background-color:#cbcaca;
            }


        .tablalistados td {
	        font-size: 1.7em;
            line-height: 25px;
            padding: 16px 12px;
        }

            .tablalistados td p {
                font-size: 1em;
                margin: 0;
            }

            .tablalistados > tbody > tr > td:first-child {
                border-left: 1px solid var(--ui-color-04);
                border-bottom: 1px solid var(--ui-color-04);
                padding-left: 23px;
            }

            .tablalistados > tbody > tr > td:first-child ~ td {
                border-bottom: 1px solid var(--ui-color-04);
            }

            .tablalistados > tbody > tr > td:last-child {
                border-right: 1px solid var(--ui-color-04);
                padding-right: 23px;
            }

            .tablalistados th ~ td,
            .tablalistados th ~ td:last-child {
                border-right: none;
                border-bottom: 1px solid var(--ui-color-04);
            }

            .tablalistados > tbody > tr:first-child > th ~ td,
            .tablalistados > tbody > tr:first-child > th ~ td:last-child {
                border: none;
            }

        .tablalistados > tbody > tr:last-child > td {
            border-bottom: 1px solid var(--ui-color-04);
        }

        .tablalistados > tbody > tr:last-child > th:first-child,
        .tablalistados > tbody > tr:last-child > td:first-child {
            border-bottom-left-radius: 8px;
        }

        .tablalistados > tbody > tr:last-child > td:last-child {
            border-bottom-right-radius: 8px;
        }

        .tablalistados > tbody > tr > th h4,
        .tablalistados > tbody > tr > td h4 {
            margin: 0;
        }

    .tablalistados > tbody > tr > td.celdadestacado {
	    background-color:#cbcaca;
    }

    .tablalistados th.filaTitulo {
        background-color: var(--ui-color-04);
        font-weight: 700;
        font-size: 1.4em;
        line-height: 25px;
        padding: 12px 12px 0;
        white-space: nowrap;
    }

        .tablalistados th.filaTitulo:first-child {
            padding-left: 24px;
            border-top-left-radius: 8px;
        }

        .tablalistados th.filaTitulo:last-child {
            padding-right: 24px;
            border-top-right-radius: 8px;
        }

    .tablalistados td.filasubTitulo{
        background-color: var(--ui-color-04);
        color: var(--text-color-04);
        font-size: 1.2em;
        line-height: 25px;
        height: 25px;
        padding: 0 12px 12px;
    }

    .tablalistados th.lineasubTitulo{

    }

    .tablalistados td.lineasubTitulo{

    }

    .tablalistadosestrecha th, .tablalistadosestrecha td{
	    height: 2.2em;
    }

.tablalistados + .tablalistados,
.tablalistados + img,
.tablalistados + img + .tablalistados {
    margin-top: 48px;
}


.tablalistados[summary="Excel"] tr {
    display: inline-block;
}

    .tablalistados[summary="Excel"] tr + tr {
        margin-left: 16px;
    }


.tabla-datos {

}

    .tabla-datos > tbody > tr:first-child > td {
        border-top: 1px solid var(--ui-color-04);
    }

        .tabla-datos > tbody > tr:first-child > td:first-child {
            border-top-left-radius: 8px;
        }

        .tabla-datos > tbody >  tr:first-child > td:last-child {
            border-top-right-radius: 8px;
        }

    .tabla-datos tr td h4 {
        font-weight: 700;
        font-size: 20px;
        line-height: 32px;
    }


.table--colateral {
    margin-top: 30px;
    display: inline-table!important;
}

    .table--colateral tr p {
        margin: 0;
    }


    .table--colateral th:first-child {
        padding-right: 60px;
        text-align: left!important;
    }

    .table--colateral th:first-child + td {
        padding-left: 0;
    }

    .table--colateral th:first-child ~ td {
        width: auto!important;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .table--colateral th:first-child ~ td:last-child {
        padding-right: 0;
    }

    .table--colateral tr > th ~ td,
    .table--colateral tr > th ~ td:last-child {
        border-right: none;
        border-bottom: 1px solid var(--ui-color-04);
    }

    .table--colateral tr:first-child th,
    .table--colateral tr:first-child th:first-child ~ td {
        padding-top: 0;
        padding-bottom: 0;
    }

    .table--colateral tr:first-child + tr th,
    .table--colateral tr:first-child + tr td {
        padding-top: 30px;
    }

    .table--colateral tr:first-child th h4,
    .table--colateral tr:first-child td h4 {
        font-weight: 700;
        font-size: 20px;
        line-height: 32px;
    }

    .table--colateral th ~ td a:first-child:last-child {
        width: calc(100% - 46px);
    }

    .table--colateral th ~ td a:first-child:not(:last-child),
    .table--colateral th ~ td a:last-child:not(:first-child) {
        width: calc(50% - 46px);
    }

    .table--colateral th ~ td a:first-child + a:last-child {
        margin-left: 8px;
    }

    .table--colateral .alineadocentro {
        text-align: center!important;
    }


.table--rating {
    max-width: 100%;
    margin-top: 30px;
}

    .table--rating tr th:first-child {
        width: 256px;
        white-space: pre-wrap;
    }

    .table--rating tr:first-child th {
        background-color: var(--ui-color-04);
        font-weight: 700;
        font-size: 1.4em;
        line-height: 25px;
        padding: 12px 12px;
        white-space: nowrap;
        text-align: left;
    }

        .table--rating tr:first-child th:first-child {
            padding-left: 24px;
            border-top-left-radius: 8px;
        }

        .table--rating tr:first-child th:last-child {
            padding-right: 24px;
            border-top-right-radius: 8px;
        }

    .table--rating tr:first-child ~ tr th {
        font-weight: 400;
        font-size: 1.7em;
        line-height: 25px;
        padding: 16px 12px;
        border-bottom: 1px solid var(--ui-color-04);
        text-align: left;
    }

    .table--rating tr:first-child ~ tr th:first-child {
        border-left: 1px solid var(--ui-color-04);
        padding-left: 24px;
    }

    .table--rating th ~ td:last-child,
    .table--rating tr:last-child th ~ td:last-child {
        border-right: 1px solid var(--ui-color-04);
    }

    .table--rating tr:last-child th ~ td {
        border-bottom: 1px solid var(--ui-color-04);
    }

    .table--rating th p,
    .table--rating td p {
        font-size: 1em;
        line-height: auto;
        margin: 0;
    }


.table--parent {
    font-size: 10px;
    display: inline-table!important;
}

.texto .table--parent {
    width: 100%!important;
}

    .table--parent > tbody > tr > th,
    .table--parent > tbody > tr > td {
        font-size: 10px;
    }

    .table--parent > tbody > tr > th,
    .table--parent > tbody > tr > th:first-child,
    .table--parent > tbody > tr > th:last-child,
    .table--parent > tbody > tr > td,
    .table--parent > tbody > tr > td:first-child,
    .table--parent > tbody > tr > td:last-child {
        border: none;
        padding: 0 16px;
    }

    .table--parent > tbody > tr > th:first-child,
    .table--parent > tbody > tr > td:first-child {
        padding-left: 0;
    }

    .table--parent > tbody > tr > th:last-child,
    .table--parent > tbody > tr > td:last-child {
        padding-right: 0;
    }

    .table--parent > tbody > tr:last-child > td:last-child {
        border: none;
    }

    .table--parent > tbody > tr > th:first-child + th:last-child {
        padding-left: 32px;
    }

    .table--parent .table--scale {
        display: inline-table!important;
    }

.table--scale {

}
.texto .table--scale {
    width: 100%!important;
}

    .table--scale tr:first-child th {
        background-color: var(--ui-color-04);
        font-weight: 700;
        font-size: 1.4em;
        line-height: 25px;
        padding: 12px 12px;
        white-space: nowrap;
        text-align: left;
    }

        .table--scale tr:first-child th:first-child {
            padding-left: 24px;
            border-top-left-radius: 8px;
        }

        .table--scale tr:first-child th:last-child {
            padding-right: 24px;
            border-top-right-radius: 8px;
        }

    .table--scale th,
    .table--scale td {
        white-space: pre-wrap;
    }

        .table--scale th p,
        .table--scale td p {
            font-size: 1em;
            line-height: inherit;
            margin: 0;
        }


.tablalistados[summary="Leyenda"] {
    margin: 30px 0 40px;
    width: 100%!important;
}

    .tablalistados[summary="Leyenda"] th,
    .tablalistados[summary="Leyenda"] td {
        font-size: 1.4em;
        line-height: 20px;
        padding: 10px 12px;
        white-space: pre-wrap;
    }

    .tablalistados[summary="Leyenda"] th:first-child {
        width: 40px;
        border-bottom: 1px solid var(--ui-color-04);
        border-left: 1px solid var(--ui-color-04);
    }

        .tablalistados[summary="Leyenda"] th:first-child ~ th {
            border-bottom: 1px solid var(--ui-color-04);
            font-weight: 400;
        }

        .tablalistados[summary="Leyenda"] tr:first-child th:first-child {
            border-top-left-radius: 8px;
        }

        .tablalistados[summary="Leyenda"] tr:first-child th:first-child ~ th {
            border-top: 1px solid var(--ui-color-04);
        }

    .tablalistados[summary="Leyenda"] th:last-child {
        border-right: 1px solid var(--ui-color-04);
    }

    .tablalistados[summary="Leyenda"] tr:first-child th:last-child {
        border-top-right-radius: 8px;
    }

    .tablalistados[summary="Leyenda"] tr:last-child th:last-child {
        border-bottom-right-radius: 8px;
    }


.tablalistados[summary="Sintesis"] {

}

    .tablalistados[summary="Sintesis"] tr:first-child th,
    .tablalistados[summary="Sintesis"] tr:first-child td,
    .tablalistados[summary="Sintesis"] tr:first-child ~ tr th.celdaNegro,
    .tablalistados[summary="Sintesis"] tr:first-child ~ tr th.celdaNegro + td,
    .tablalistados[summary="Sintesis"] tr:first-child ~ tr th.celdaNegrita,
    .tablalistados[summary="Sintesis"] tr:first-child ~ tr th.celdaNegrita + td {
        background-color: var(--ui-color-04);
        font-weight: 700;
        font-size: 1.7em;
        line-height: 25px;
        padding: 12px 12px;
        white-space: nowrap;
        text-align: left;
    }

    .tablalistados[summary="Sintesis"] tr:first-child th:first-child {
        padding-left: 24px;
        border-top-left-radius: 8px;
    }

    .tablalistados[summary="Sintesis"] tr:first-child th:last-child,
    .tablalistados[summary="Sintesis"] tr:first-child td:last-child {
        padding-right: 24px;
        border-top-right-radius: 8px;
    }

    .tablalistados[summary="Sintesis"] tr:last-child td:last-child,
    .tablalistados[summary="Sintesis"] tr:last-child th:last-child {
        border-bottom-right-radius: 8px;
    }

    .tablalistados[summary="Sintesis"] tr:first-child ~ tr th:first-child {
        border-left: 1px solid var(--ui-color-04);
        padding-left: 24px;
    }

    .tablalistados[summary="Sintesis"] tr:first-child ~ tr td:last-child {
        border-right: 1px solid var(--ui-color-04);
        padding-right: 23px;
    }


#tablaGenerico {
    // margin: 30px 0 40px;
    width: auto!important;
}

    #tablaGenerico tr:first-child th,
    #tablaGenerico tr:first-child td,
    #tablaGenerico tr:first-child ~ tr th.celdaNegro,
    #tablaGenerico tr:first-child ~ tr th.celdaNegro + td,
    #tablaGenerico tr:first-child ~ tr th.celdaNegrita,
    #tablaGenerico tr:first-child ~ tr th.celdaNegrita + td {
        background-color: var(--ui-color-04);
        font-weight: 700;
        font-size: 1.4em;
        line-height: 25px;
        padding: 12px 12px;
        white-space: nowrap;
        text-align: left;
    }

    #tablaGenerico tr:first-child th:first-child {
        padding-left: 24px;
        border-top-left-radius: 8px;
    }

    #tablaGenerico tr:first-child td:last-child {
        padding-right: 24px;
        border-top-right-radius: 8px;
    }

    #tablaGenerico tr:first-child ~ tr th:first-child {
        border-left: 1px solid var(--ui-color-04);
        padding-left: 24px;
    }

    #tablaGenerico tr:first-child ~ tr td:last-child {
        border-right: 1px solid var(--ui-color-04);
        padding-right: 23px;
    }

    #tablaGenerico tr:first-child ~ tr th,
    #tablaGenerico tr:first-child ~ tr td {
        font-weight: 400;
        font-size: 1.7em;
        line-height: 25px;
        padding: 16px 12px;
        border-bottom: 1px solid var(--ui-color-04);
        text-align: left;
    }

    #tablaGenerico .celdaNegro {

    }




/*---------------------------------------------------------------------------*/
/* tamanos de la tabla */
/*---------------------------------------------------------------------------*/

.tabla40{
	width:40%;
	clear: both;
}

.tabla60{
	width:60%;
	clear: both;
}

.tabla80{
	width:80%;
	clear: both;
}

.tabla100{
	width:100%;
	float:right;
}



/*---------------------------------------------------------------------------*/
/* anchos de las columnas de la tabla */
/*---------------------------------------------------------------------------*/

.tbl-0 {
	width:3em;
}

.tbl-1 {
	width:5em;
}

.tbl-2 {
	width:5.5em;
}

.tbl-3 {
	width:7em;
}

.tbl-4 {
	width:10em;
}

.tbl-5 {
	width:14em;
}

/*---------------------------------------------------------------------------*/
/* alineacion de las columnas de la tabla */
/*---------------------------------------------------------------------------*/

.tbl-left {
	text-align:left !important;
}

.tbl-right {
	text-align:right !important;
}

.tbl-center {
	text-align:center !important;
}

/*---------------------------------------------------------------------------*/
/* colores de las filas de la tabla */
/*---------------------------------------------------------------------------*/

.CeldaColorClaro, .CeldaColorOscuro {font-size:inherit;table-layout:fixed;padding:0.5em;}

.CeldaColorOscuro {
	background-color:#f5f5f5;
}

.CeldaColorClaro {
	background-color:#FFF;
}

.CeldaColorHover {

}

/***********/
/* MAPAWEB */
/***********/

#contenido ul.mapaweb {

}

    #contenido ul.mapaweb a {
        word-break: normal!important;
    }

    #contenido ul.mapaweb a:hover {

    }

    #contenido ul.mapaweb li {
        height: auto!important;
    }

        #contenido ul.mapaweb h3 {

        }

            #contenido ul.mapaweb h3 br {
              content: "";
            }

            #contenido ul.mapaweb h3 br:after {
              content: " ";
            }

            #contenido ul.mapaweb h3 a {

            }

            #contenido ul.mapaweb h3 a:hover {

            }


        #contenido ul.mapaweb ul {
            margin-left: 24px;
        }

            #contenido ul.mapaweb li ul li {
                font-size: 1.7em;
                line-height: 1.5em;
                margin-bottom: 8px;
            }

                #contenido ul.mapaweb li ul li ul {
                    margin-top: 8px;
                }

                    #contenido ul.mapaweb li ul li ul li {
                        font-size: 1em;
                    }

.resize2{
	float:left;
	margin: .2em 1em 1em 0em;
	overflow:hidden;
}
.resize2 img{
	padding:6em 0 0 6em;
}

/*******************************/
/* MENSAJE POLITICA DE COOKIES */
/*******************************/

#cookieMessageWrapper {
	width: 100%;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	background: #e1e1e1;
	position: fixed;
	left: 0;
	bottom: 0px;
	text-align: center;
	padding: 0px ;
	z-index:9000;
	opacity:0.90;
	filter: alpha(opacity=90);
}

#cookieMessageWrapper .texto {
	width: 87%;
	float:left;
	margin-left:1em;
}

#cookieMessage {
	width:85%; /* this needs to be set to the width of the centre container */
	padding: 5px 0 5px 0;
	margin: 0 auto;
	position: relative;
	text-align:center;
	min-width:99em;
}

#cookieMessage:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#cookieMessage p {
	margin: 2px 0 0;
	font-size:1em;
	text-align:left;
}

#cookieMessage a {color:#000;}

#cookieMessage button {
	background-color:#000;
	border:none;
	color:#fff;
	margin-left:0em;
	margin-top:0.5em;
	margin-right:2em;
	margin-bottom:0.5em;
	float:right;
	padding:0.25em 1em 0.25em 1em;
	font-size:1.1em;
	cursor:hand;
}

/*********************************************/
/* prettyPhoto.css                           */
/*********************************************/

 div.facebook .pp_top .pp_left {background: url(../img/comun/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;}div.facebook .pp_top .pp_middle{background:#fff;}div.facebook .pp_top .pp_right{background: url(../img/comun/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;}div.facebook .pp_content .ppt{color:#000;}div.facebook .pp_content_container .pp_left,div.facebook .pp_content_container .pp_right{background:#fff;}div.facebook .pp_content{background-color:#fff;}div.facebook .pp_next:hover{background: url(../img/comun/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor: pointer;}div.facebook .pp_previous:hover{background: url(../img/comun/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor: pointer;}div.facebook .pp_expand{background: url(../img/comun/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.facebook .pp_expand:hover{background: url(../img/comun/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.facebook .pp_contract{background: url(../img/comun/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.facebook .pp_contract:hover{background: url(../img/comun/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.facebook .pp_close{width:75px;height:22px;background: url(../img/comun/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.facebook #pp_full_res .pp_inline{color:#000;}div.facebook .pp_gallery a.pp_arrow_previous,div.facebook .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.facebook .pp_nav .pp_play{background: url(../img/comun/prettyPhoto/facebook/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.facebook .pp_nav .pp_pause{background: url(../img/comun/prettyPhoto/facebook/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.facebook .pp_arrow_previous{background: url(../img/comun/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;}div.facebook .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.facebook .pp_arrow_next{background: url(../img/comun/prettyPhoto/facebook/sprite.png) -22px -71px no-repeat;}div.facebook .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.facebook .pp_bottom .pp_left{background: url(../img/comun/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;}div.facebook .pp_bottom .pp_middle{background:#fff;}div.facebook .pp_bottom .pp_right{background: url(../img/comun/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;}div.facebook .pp_loaderIcon{background: url(../img/comun/prettyPhoto/facebook/loader.gif) center center no-repeat;}div.dark_rounded .pp_top .pp_left{background: url(../img/comun/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;}div.dark_rounded .pp_top .pp_middle{background: url(../img/comun/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_top .pp_right{background: url(../img/comun/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;}div.dark_rounded .pp_content_container .pp_left{background: url(../img/comun/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_rounded .pp_content_container .pp_right{background: url(../img/comun/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_rounded .pp_content{background: url(../img/comun/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_next:hover{background: url(../img/comun/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor: pointer;}div.dark_rounded .pp_previous:hover{background: url(../img/comun/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}div.dark_rounded .pp_expand{background: url(../img/comun/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.dark_rounded .pp_expand:hover{background: url(../img/comun/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.dark_rounded .pp_contract{background: url(../img/comun/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.dark_rounded .pp_contract:hover{background: url(../img/comun/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.dark_rounded .pp_close{width:75px;height:22px;background: url(../img/comun/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.dark_rounded .currentTextHolder{color:#c4c4c4;}div.dark_rounded .pp_description{display: none;color:#fff;}div.dark_rounded #pp_full_res .pp_inline{color:#fff;}div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.dark_rounded .pp_nav .pp_play{background: url(../img/comun/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.dark_rounded .pp_nav .pp_pause{background: url(../img/comun/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.dark_rounded .pp_arrow_previous{background: url(../img/comun/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;}div.dark_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_rounded .pp_arrow_next{background: url(../img/comun/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;}div.dark_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.dark_rounded .pp_bottom .pp_left{background: url(../img/comun/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;}div.dark_rounded .pp_bottom .pp_middle{background: url(../img/comun/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_bottom .pp_right{background: url(../img/comun/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;}div.dark_rounded .pp_loaderIcon{background: url(../img/comun/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_left ,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background: url(../img/comun/prettyPhoto/dark_square/contentPattern.png) top left repeat;}div.dark_square .currentTextHolder{color:#c4c4c4;}div.dark_square .pp_description{display: none;color:#fff;}div.dark_square .pp_loaderIcon{background: url(../img/comun/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_content_container .pp_left{background: url(../img/comun/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_square .pp_content_container .pp_right{background: url(../img/comun/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_square .pp_expand{background: url(../img/comun/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.dark_square .pp_expand:hover{background: url(../img/comun/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.dark_square .pp_contract{background: url(../img/comun/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.dark_square .pp_contract:hover{background: url(../img/comun/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.dark_square .pp_close{width:75px;height:22px;background: url(../img/comun/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.dark_square #pp_full_res .pp_inline{color:#fff;}div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.dark_square .pp_nav .pp_play{background: url(../img/comun/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.dark_square .pp_nav .pp_pause{background: url(../img/comun/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.dark_square .pp_arrow_previous{background: url(../img/comun/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;}div.dark_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_square .pp_arrow_next{background: url(../img/comun/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;}div.dark_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.dark_square .pp_next:hover{background: url(../img/comun/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor: pointer;}div.dark_square .pp_previous:hover{background: url(../img/comun/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor: pointer;}div.light_square .pp_left ,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content{background:#fff;}div.light_square .pp_content .ppt{color:#000;}div.light_square .pp_expand{background: url(../img/comun/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.light_square .pp_expand:hover{background: url(../img/comun/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.light_square .pp_contract{background: url(../img/comun/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.light_square .pp_contract:hover{background: url(../img/comun/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.light_square .pp_close{width:75px;height:22px;background: url(../img/comun/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.light_square #pp_full_res .pp_inline{color:#000;}div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px !important;}div.light_square .pp_nav .pp_play{background: url(../img/comun/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}div.light_square .pp_nav .pp_pause{background: url(../img/comun/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}div.light_square .pp_arrow_previous{background: url(../img/comun/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;}div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_square .pp_arrow_next{background: url(../img/comun/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;}div.light_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.light_square .pp_next:hover{background: url(../img/comun/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor: pointer;}div.light_square .pp_previous:hover{background: url(../img/comun/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor: pointer;}div.facebook .pp_top .pp_left{background: url(../img/comun/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;}div.facebook .pp_top .pp_middle{background: url(../img/comun/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;}div.facebook .pp_top .pp_right{background: url(../img/comun/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;}div.facebook .pp_content .ppt{color:#000;}div.facebook .pp_content_container .pp_left{background: url(../img/comun/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;}div.facebook .pp_content_container .pp_right{background: url(../img/comun/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;}div.facebook .pp_content{background:#fff;}div.facebook .pp_expand{background: url(../img/comun/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.facebook .pp_expand:hover{background: url(../img/comun/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.facebook .pp_contract{background: url(../img/comun/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.facebook .pp_contract:hover{background: url(../img/comun/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.facebook .pp_close{width:22px;height:22px;background: url(../img/comun/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.facebook #pp_full_res .pp_inline{color:#000;}div.facebook .pp_loaderIcon{background: url(../img/comun/prettyPhoto/facebook/loader.gif) center center no-repeat;}div.facebook .pp_arrow_previous{background: url(../img/comun/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px;}div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default;}div.facebook .pp_arrow_next{background: url(../img/comun/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px;}div.facebook .pp_arrow_next.disabled{background-position: -32px -96px;cursor:default;}div.facebook .pp_nav{margin-top:0;}div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px;}div.facebook .pp_nav .pp_play{background: url(../img/comun/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px;}div.facebook .pp_nav .pp_pause{background: url(../img/comun/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px;}div.facebook .pp_next:hover{background: url(../img/comun/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor: pointer;}div.facebook .pp_previous:hover{background: url(../img/comun/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor: pointer;}div.facebook .pp_bottom .pp_left{background: url(../img/comun/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;}div.facebook .pp_bottom .pp_middle{background: url(../img/comun/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;}div.facebook .pp_bottom .pp_right{background: url(../img/comun/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;}div.pp_pic_holder a:focus{outline:none;}div.pp_overlay{background:#000;display: none;left:0;position:absolute;top:0;width:100%;z-index:9500;}div.pp_pic_holder{display: none;position:absolute;width:100px;z-index:10000;}.pp_top{height:20px;position: relative;}* html .pp_top{padding:0 20px;}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_top .pp_middle{left:0;position: static;}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_content{height:40px;}.pp_fade{display: none;}.pp_content_container{position: relative;text-align: left;width:100%;}.pp_content_container .pp_left{padding-left:20px;}.pp_content_container .pp_right{padding-right:20px;}

.pp_content_container .pp_details {
	float:left;
	margin:2px 0 8px;
	background: url(../img/comun/logoPopup.jpg)  top left no-repeat;
}

.pp_content_container .abajo {
	margin:8px 0 2px;
}

.pp_description{display: none;margin:0 0 5px 0;}.pp_nav{clear: left;float: left;margin:3px 0 0 0;}.pp_nav p{float: left;margin:2px 4px;}.pp_nav .pp_play,.pp_nav .pp_pause{float: left;margin-right:4px;text-indent: -10000px;}a.pp_arrow_previous,a.pp_arrow_next{display:block;float: left;height:15px;margin-top:3px;overflow: hidden;text-indent: -10000px;width:14px;}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000;}.pp_gallery{left:50%;margin-top: -50px;position:absolute;z-index:10000;}.pp_gallery ul{float: left;height:35px;margin:0 0 0 5px;overflow: hidden;padding:0;position: relative;}

.pp_gallery ul a{
	border:1px solid #000000;
	display:block;
	float: left;
	height:33px;
	overflow: hidden;
}

.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff;}.pp_gallery ul a img{border:0;}.pp_gallery li{display:block;float: left;margin:0 5px 0 0;}.pp_gallery li.default a{background: url(../img/comun/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px;}.pp_gallery li.default a img{display: none;}.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px !important;}a.pp_next{background: url(../img/comun/prettyPhoto/facebook/btnNext.png) 10000px 10000px no-repeat;display:block;float: right;height:100%;text-indent: -10000px;width:49%;}a.pp_previous{background: url(../img/comun/prettyPhoto/facebook/btnPrevious.png) 10000px 10000px no-repeat;display:block;float: left;height:100%;text-indent: -10000px;width:49%;}

a.pp_expand,a.pp_contract{
	cursor:pointer;
	display:none;
	height:20px;
	position:absolute;
	right:50px;
	text-indent:-10000px;
	top:40px;
	width:20px;
	z-index:20000;
}

a.pp_close{display:block;float: right;line-height:22px;text-indent: -10000px;}.pp_bottom{height:20px;position: relative;}* html .pp_bottom{padding:0 20px;}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_bottom .pp_middle{left:0;position: static;}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_loaderIcon{display:block;height:24px;left:50%;margin: -12px 0 0 -12px;position:absolute;top:50%;width:24px;}

#pp_full_res{
	line-height:1 !important;
	float:right;
}

#pp_full_res .pp_inline{text-align: left;}#pp_full_res .pp_inline p{margin:0 0 15px 0;}div.ppt{color:#fff;display: none;font-size:17px;margin:0 0 5px 15px;z-index:9999;}.clearfix:after{content: ".";display:block;height:0;clear:both;visibility: hidden;}.clearfix {display: inline-block;}* html .clearfix {height:1%;}.clearfix {display:block;}

    #content-menu-izda #menu-vertical li.superior a {

    }

    #content-menu-izda #menu-vertical li.superior a:hover{

    }

    #content-menu-izda #menu-vertical li.medio a {

    }

    #content-menu-izda #menu-vertical li.inferior a {

    }

    #content-menu-izda #menu-vertical li.inferior a :hover {

    }

    #content-menu-izda #menu-vertical li.medio a:hover {

    }

/******************/
/* ALERTA COOKIES */
/******************/

#cookies-overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 999;
}

#cookies-alerta {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    background: var(--bg-color-01);
    width: 820px;
    margin-bottom: 100px;
    padding: 70px 50px 50px;
    border-radius: 6px;
}

/* .cookies--show {
    display: block!important;
}

    .cookies--show #cookies-alerta {
        display: block!important;
    } */

    .cookies-logo {
	    text-align: center;
        margin-bottom: 40px;
    }

        .cookies-logo img {
            height: 75px;
        }

    #cookies-alerta h1 {
        font-family: 'Barlow', Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 4em;
        line-height: 45px;
        text-align: center;
        margin-bottom: 30px;
    }

    .cookies-entradilla {

    }

    #cookies-alerta .cookies-entradilla p {
	    text-align: center;
    }

        .cookies-entradilla p a {

        }

        .cookies-entradilla p a:hover {

        }

    .cookies-botones {
        margin-top: 50px;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    a.cookies-boton,
    a.cookies-boton:visited {
        color: var(--bg-color-01);
        font-family: 'Barlow', Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 1.9em;
        line-height: 28px;
        text-align: center;
        text-decoration: none;
        background-color: var(--text-color-01);
        border: 3px var(--text-color-01) solid;
        border-radius: 6px;

        min-width: 238px;
        margin: 10px 10px 0;
        padding: 8px 20px 11px;

        display: inline-block;

        user-select: none;
        display: inline-block;
    }

    .cookies-movil .cookies-boton {
	    display: block;
	    margin: 1em;
    }

    a.cookies-boton-secundario,
    a.cookies-boton-secundario:visited {
        background-color: transparent;
        color: var(--text-color-02);
        border: 3px var(--text-color-02) solid;
    }

    a.cookies-boton:hover,
    a.cookies-boton-secundario:hover {
        text-decoration: none;
        color: var(--bg-color-01);
        background-color: var(--text-color-02);
        border: 3px var(--text-color-02) solid;
    }






/*****************/
/* MEDIA QUERIES */
/*****************/


@media (max-width: 767.98px) {

    h2,
    #intro_home .texto p:first-child {
        font-size: 3.2em;
        line-height: 40px;
        margin-bottom: 24px;
    }

    #pestanas-nav {
        margin: 0 -20px;
        padding-left: 20px;
        padding-right: 20px;
        /* position: relative; */
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    }

        #pestanas-nav:before,
        #pestanas-nav:after {
            content: "";
            position: absolute;
            /* top: 0; */
            width: 20px;
            height: 36px;
        }

        #pestanas-nav:before {
            left: -20px;
            background: linear-gradient(90deg, var(--bg-color-01), var(--bg-color-01) 40%, rgba(256,256,256,0)), linear-gradient(0deg, var(--bg-color-01), var(--bg-color-01) 1px, rgba(256,256,256,0) 2px, rgba(256,256,256,0));
        }
        #pestanas-nav:after {
            right: -20px;
            background: linear-gradient(270deg, var(--bg-color-01), var(--bg-color-01) 40%, rgba(256,256,256,0)), linear-gradient(0deg, var(--bg-color-01), var(--bg-color-01) 1px, rgba(256,256,256,0) 2px, rgba(256,256,256,0));
        }

        .pestanas-detalle {
            margin-top: 24px;
        }

    .texto h4,
    .hemeroteca li h4 {
        margin-top: 32px;
    }

    #informacion {
        margin-bottom: 32px;
    }

    #cabecera {
        background: var(--bg-color-01);
    }

    #cabecera #cab_enlaces,
    #cabecera #cab_segmentos,
    #contenido,
    #contenido #blq_sup #intro_home,
    #contenido #blq_sup + div:not(#blq_inf),
    #contenido #blq_inf,
    #pie {
        width: 100%!important;
        padding: 0 20px;
        box-sizing: border-box;
    }

    #cabecera #cab_enlaces {
        height: 0;
        position: relative;
        z-index: 10;
    }

        #cabecera #cab_enlaces ul#idiomas {
            position: absolute;
            right: 60px;
            top: 30px;
            padding-right: 20px;
            pointer-events: none;
            /* display: block; */
        }

            /* #cabecera #cab_enlaces li {
                float: left;
            } */

            #cabecera #cab_enlaces li:not(:first-child) {
                margin-left: 12px;
            }

                #cabecera #cab_enlaces ul#idiomas li a {
                    position: relative;
                    visibility: hidden;
                    width: 28px;
                    display: block;
                    overflow: hidden;
                    pointer-events: auto;
                }

                    #cabecera #cab_enlaces ul#idiomas li a:after {
                        content: '';
                        visibility: visible;
                        position: absolute;
                        left: 0;
                        top: 0;
                    }

                    #cabecera #cab_enlaces ul#idiomas li a[hreflang="eu"]:after {
                        content: 'Eus';
                    }

                    #cabecera #cab_enlaces ul#idiomas li a[hreflang="es"]:after {
                        content: 'Esp';
                    }
                    #cabecera #cab_enlaces ul#idiomas li a[hreflang="en"]:after {
                        content: 'Eng';
                    }


        #cabecera #cab_enlaces ul#idiomas:after {
            content: "";
            background: url("../img/comun/menu.svg") center center no-repeat;
            width: 40px;
            height: 40px;
            display: block;
            position: absolute;
            top: -20px;
            right: -50px;
            pointer-events: auto;
        }

    #cabecera #cab_segmentos {
        height: 60px;
        box-shadow: 0px 1px 0px rgb(0 0 0 / 10%);
    }

        #cabecera #cab_segmentos .logoHome,
        #cabecera #cab_segmentos .logo,
        #cabecera #cab_segmentos .logoInversores {

        }

            #cabecera #cab_segmentos .logoHome div:first-child,
            #cabecera #cab_segmentos .logo div:first-child,
            #cabecera #cab_segmentos .logoInversores div:first-child {
                display: none;
            }

            #cabecera #cab_segmentos .logoHome img,
            #cabecera #cab_segmentos .logo img,
            #cabecera #cab_segmentos .logoInversores img {
                height: 44px;
            }


        #cabecera #cab_segmentos .tituloInversores {
            position: absolute;
            left: 0;
            padding: 0;
            top: 85px;
            width: calc(100vw - 40px);
            white-space: break-spaces;
            background: transparent;
        }


        #cabecera #cab_segmentos #menu {
            position: fixed;
            top: 0em;
            z-index: 6500;
            left: 0px;
            width: 100%;
            display: none;

            top: 60px;
            left: auto;
            right: calc(-100% + 70px);
            width: calc(100% - 70px);
            height: calc(100vh - 60px);
            display: block;
            transition: transform 0.3s cubic-bezier(0.45, 0, 0.15, 1);
            overflow-x: hidden;
            overflow-y: scroll;
            -webkit-overflow-scrolling: touch;

            /* transform: translateX(-100%); */
        }

            #cabecera #cab_segmentos #menu ul {
                height: auto;
                background-color: #FFF;
                text-align: left;
                overflow: hidden;
                float: left;
                padding-left: 0px;
                width: 100%!important;

                display: block;
                margin: 0;
            }


                #cabecera #cab_segmentos #menu ul li {
                    line-height: 5em;
                    display: inline-block;
                    width: 100%;
                    text-align: left;
                }

                #cabecera #cab_segmentos #menu ul li:not(:first-child) {
                    margin: 0;
                }

                    #cabecera #cab_segmentos #menu ul li a {
                        padding: 14px 20px 14px 24px;
                        border-bottom: 1px solid var(--ui-color-03);
                    }

                        #cabecera #cab_segmentos #menu ul li a br {
                          content: "";
                        }

                        #cabecera #cab_segmentos #menu ul li a br:after {
                          content: " ";
                        }

                        #cabecera #cab_segmentos #menu ul ul {
                            display: block;
                        }

                            #cabecera #cab_segmentos #menu ul ul li a {
                                padding-left: 48px;
                            }


    /* #contenido #blq_sup #intro_home {
        width: 100%;
        padding: 0 20px;
    } */

        #contenido #blq_sup #intro_home .texto {
            margin-left: 0;
            margin-right: 0;
            padding-top: 24px;
        }

        #contenido #blq_inf ul {
            margin: 0;
        }

            #contenido #blq_inf ul li {
                height: 96px;
            }

                #contenido #blq_inf ul img {
                    width: 100px;
                }



    #contenido #menuizquierda {
        width: 100%;
        grid-column: 1;
        grid-row: 1 / 2;
        display: none;
    }


    #contenido #ruta {
        grid-column: 1;
        grid-row: 2 / 3;
        margin: 24px 0 16px 0px;
    }

        #contenido #ruta ul {
            display: flex;
        }

            #contenido #ruta ul li {
                max-width: 80px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            #contenido #ruta ul li:last-child {
                max-width: 232px;
            }

            #contenido #ruta ul li:last-child:nth-child(4) {
                max-width: 155px;
            }

    #contenido #contenidoderecha,
    #contenido #contenidoderechainversores {
        grid-column: 1;
        grid-row: 3 / 4;
        margin-left: 0;
        margin-right: 0;
        width: auto;
        min-height: 0;
    }

        #contenido #contenidoderecha.has-image {
            padding-top: calc(40% + 24px);
        }

        #contenido #contenidoderecha ul.listado li .imagen img,
        img.imagizq,
        img.imagder,
        .texto img {
            width: 100%;
        }


    #contenido:after {
        content: "";
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        height: calc(100vh - 60px);
        z-index: 10;
        background-color: rgba(51,51,51,.3);
        mix-blend-mode: multiply;
        opacity: 0;
        transition: opacity .22s linear;
    }

    #contenido.contenido--unique {
        display: block;
    }

        #contenido.contenido--unique #ruta {
            margin-left: 0;
            display: flex;
        }

        #contenido #contenidototal {
            grid-column: 1;
            grid-row: 3 / 4;
            width: auto!important;
            margin-left: 0;
            margin-right: 0;
        }

            #contenido #contenidototal p a,
            #contenido #contenidototal li a {
                word-break: break-all;
            }

            #contenidototal table {
                white-space: nowrap;
                width: calc(100% + 96px)!important;
                overflow-y: auto;
                display: block;
            }

        .formhemeroteca {
            position: relative;
            top: 0;
            right: 0;
        }



    .texto {
        /* position: relative; */
    }

    .texto .tablalistados,
    #contenidototal table {
        width: calc(100% + 40px)!important;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }

        .texto .tablalistados:first-of-type:before,
        .texto .tablalistados:first-of-type:after,
        #contenidototal table:first-of-type:before,
        #contenidototal table:first-of-type:after {
            content: "";
            position: absolute;
            top: 0;
            width: 20px;
            height: 100%;
        }

        .texto .tablalistados:first-of-type:before,
        #contenidototal table:first-of-type:before {
            left: -20px;
            background: linear-gradient(90deg, var(--bg-color-01), var(--bg-color-01) 40%, rgba(256,256,256,0));
        }
        .texto .tablalistados:first-of-type:after,
        #contenidototal table:first-of-type:after {
            right: -20px;
            background: linear-gradient(270deg, var(--bg-color-01), var(--bg-color-01) 40%, rgba(256,256,256,0));
        }

    .table--colateral,
    .table--parent {
        display: block!important;
    }

    .table--rating,
    #contenidototal table {
        max-width: calc(100% + 40px)!important;
    }

    .tablalistados[summary="Excel"] tr {
        display: table-row;
    }




    #pie {
        padding-bottom: 10px;
    }

        #pie ul {
            margin-left: 0!important;
            grid-template-columns: 50% 50%;
            padding-top: 120px!important;
        }

            #pie ul li {
                padding-right: 24px!important;
            }

                #pie ul li a {
                    font-size: 1.4em;
                }

        #pie #copy {
            min-width: 100%!important;
            left: 20px;
            bottom: auto;
            top: 72px;
        }

            #pie #copy:before {
                width: 40px;
                height: 45px;
                background-size: 40px 45px;
                bottom: 100%;
            }


    .inversores {

    }

        .inversores #menu {
            display: block;
        }

        .inversores #cabecera {
            margin-bottom: 104px;
        }

        .inversores #contenido {
            display: block;
        }

            .inversores #contenido #ruta {
                display: inline-block;
            }


    #cookies-alerta {
        width: 100%;
        max-width: 100%;
        min-height: 100%;
        box-sizing: border-box;
        margin-bottom: 0;
        padding: 110px 6.25% 50px;
        top: 0;
        left: 0;
        transform: translate(0);
    }


        .cookies-botones {
            flex-direction: column;
            margin-top: 32px;
        }

        a.cookies-boton,
        a.cookies-boton:visited {
            width: 100%;
            margin: 12px 0;
            box-sizing: border-box;
        }




    .body--onmenu {

    }

        .body--onmenu #webcontainer {
            position: fixed;
            top: 0;
            width: 100%;
        }

        .body--onmenu #cabecera #cab_segmentos #menu {
            transform: translateX(-100%);
        }


        .body--onmenu #contenido {
            pointer-events: none;
        }

        .body--onmenu #contenido:after {
            top: 60px;
            opacity: 1;
        }


    .body--onsubmenu {

    }

        .body--onsubmenu #cabecera #cab_segmentos #menu #listado_segmentos > ul {
            transform: translateX(-100%);
        }

    .body--onproductmenu {

    }

        .body--onproductmenu #cabecera #cab_segmentos #menu #listado_segmentos > ul {
            transform: translateX(-200%);
        }

}


/* @media (min-width: 768px) and (max-width: 1279.98px) { */
@media (min-width: 768px) and (max-width: 1199.98px) {


    /* .pestanas-detalle {
        width: 100%;
    } */

    #pestanas-nav {
        margin: 0 -20px;
        padding-left: 20px;
        padding-right: 20px;
        /* position: relative; */
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        max-width: calc(100vw - 373px)!important;
    }

        #pestanas-nav:before,
        #pestanas-nav:after {
            content: "";
            position: absolute;
            /* top: 0; */
            width: 20px;
            height: 36px;
        }

        #pestanas-nav:before {
            left: -21px;
            background: linear-gradient(90deg, var(--bg-color-01), var(--bg-color-01) 40%, rgba(256,256,256,0)), linear-gradient(0deg, var(--bg-color-01), var(--bg-color-01) 1px, rgba(256,256,256,0) 2px, rgba(256,256,256,0));
        }
        #pestanas-nav:after {
            right: -21px;
            background: linear-gradient(270deg, var(--bg-color-01), var(--bg-color-01) 40%, rgba(256,256,256,0)), linear-gradient(0deg, var(--bg-color-01), var(--bg-color-01) 1px, rgba(256,256,256,0) 2px, rgba(256,256,256,0));
        }

        .pestanas-detalle {
            margin-top: 24px;
        }

    #cabecera #cab_enlaces,
    #cabecera #cab_segmentos,
    #contenido,
    #contenido #blq_sup #intro_home,
    #contenido #blq_sup + div:not(#blq_inf),
    #contenido #blq_inf,
    #pie {
        width: 100%!important;
        padding: 0 20px;
        box-sizing: border-box;
    }

        #cabecera #cab_segmentos {
            min-width: 0!important;
        }


        #contenido #contenidoderecha,
        #contenido #contenidoderechainversores {
            /* margin-left: 96px;
            margin-right: 96px; */
            /* width: 372px; */
            margin-right: 42px;
            width: calc(100% - 138px);
        }

        #contenido #contenidoderechainversores {
            width: calc(100vw - 374px);
        }

        #contenido #blq_sup #intro_home .texto,
        #contenido #blq_sup + div:not(#blq_inf),
        #contenido #blq_inf ul {
            /* margin-left: 312px; */
            margin-left: 292px;
            margin-right: 42px;
        }


        .texto .tablalistados,
        #contenidototal table {
            width: calc(100% + 40px)!important;
            margin-left: -20px;
            margin-right: -20px;
            padding-left: 20px;
            padding-right: 20px;
            max-width: calc(100vw - 296px)!important;
        }

            .texto .tablalistados:first-of-type:before,
            .texto .tablalistados:first-of-type:after,
            #contenidototal table:first-of-type:before,
            #contenidototal table:first-of-type:after {
                content: "";
                position: absolute;
                top: 0;
                width: 20px;
                height: 100%;
            }

            .texto .tablalistados:first-of-type:before,
            #contenidototal table:first-of-type:before {
                left: -21px;
                background: linear-gradient(90deg, var(--bg-color-01), var(--bg-color-01) 40%, rgba(256,256,256,0));
            }
            .texto .tablalistados:first-of-type:after,
            #contenidototal table:first-of-type:after {
                right: -21px;
                background: linear-gradient(270deg, var(--bg-color-01), var(--bg-color-01) 40%, rgba(256,256,256,0));
            }

        .table--colateral,
        .table--parent {
            display: block!important;
        }

        .table--rating,
        #contenidototal table {
            max-width: calc(100% + 40px)!important;
        }

        .tablalistados[summary="Excel"] tr {
            display: table-row;
        }



    #pie {
        padding-top: 40px;
        padding-bottom: 40px;
    }

        #pie #copy {
            left: 24px;
        }


    @media (max-width: 999.98px) {

        #cabecera #cab_segmentos #menu ul {
            margin-left: 24px;
        }

        #cabecera #cab_segmentos #menu ul li:not(:first-child) {
            margin-left: 24px;
        }

        #contenido #ruta {
            margin-left: 42px;
            margin-bottom: 42px;
        }

        #contenido #contenidoderecha, #contenido #contenidoderechainversores {
            margin-left: 42px;
            width: calc(100% - 84px);
            /* width: 480px; */
        }

        #cabecera #cab_segmentos .tituloInversores {
            padding-left: 42px;
        }

            #contenido.contenido--unique {
                display: block;
            }

            #contenido.contenido--unique #ruta {
                margin-left: 0;
                display: flex;
            }

            #contenido #contenidototal {
                grid-column: 1;
                grid-row: 3 / 4;
                width: auto!important;
                margin-left: 0;
                margin-right: 0;
            }

            /* #contenido #contenidototal {
                width: 100%;
                margin-left: 0;
                margin-right: 0;
            } */


        #pestanas-nav {
            max-width: calc(100vw - 336px)!important;
        }
    }

}


@media (min-width: 1600px) {

}






