/*Para cambiar la altura de la cabecera aparte de cambiar el js, hay que cambiar...
subcabecera 
#centro
#contenido
#contenido_sin_menus
#contenido_sin_menu_derecha
#menu_izq
#menu_dcha

*/

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-VariableFont_wdth,wght.ttf') format('truetype-variations');
    font-weight: 100 900;   /* rango de pesos disponibles */
    font-stretch: 75% 100%; /* rango de anchos disponibles */
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Italic-VariableFont_wdth,wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-stretch: 75% 100%;
    font-style: italic;
}


/*Estilos Estructurales*/
body, html{
    border: 0;
    margin: 0;
    padding: 0;
    font-family: "Open Sans", "Myriad Pro", Verdana, Arial, "Frutiger-Light", Helvetica, sans-serif;
    height: auto !important;
    /*min-width:1024px;*/
    height: 100%;
}


a{
    text-decoration:none;
    color:#2A57A8;
}
a:hover{
    text-decoration:none;
    color:#089BC1

}
a:link{
    text-decoration:none;
}

a:visited{
    text-decoration:none;
    /*color:#2A57A8;*/
}

a:active{
    text-decoration:none;
    color:#089BC1
}

p{
    text-align:justify;
    color:#000000;
}
#cabecera {
    width:100%;
    padding-left: 3%;
    padding-right: 3%;
    height:104px;
    z-index:12;
    background-color: #ffffff;
    position: fixed;
    font-weight: 600;
}
#cabecera a{
    text-decoration:none;
    color:#808080;
}


#cabecera a:hover{
    text-decoration:none;
    color:#2E5282;

}
#cabecera a:link{
    text-decoration:none;
}

#cabecera a:visited{
    text-decoration:none;
    /*color:#808080;*/
}

#subcabecera {
    background:white ;
    height: 25px;
    width: 100%;
    top: 90px;
    left: 0;
    position: fixed;
    z-index:11;
}
#centro {   
    float: left;
    position: relative;
    width: 100%;
    z-index: 1;
    background-color: #FFFFFF;
    min-height: 695px;
    margin-top: 104px;
}

#contenido_inicio {
    float: left;
    position: relative;
    width: 100%;
    z-index: 2;
    background-color: #FFFFFF;
}
#contenido, #contenidoNoMenuDer {
    float: left;
    width: 594px;
    z-index: 2;
    background-color: #FFFFFF;
}
#contenidoNoMenuDer {
    width: 794px;
}

#contenido_sin_menus {
    background: blue;
    position: absolute;
    top:115px;
    bottom:16px;
    right:0;
    left:0;
    z-index:0;
}

#contenido_sin_menu_derecha {
    background: blue;
    position: absolute;
    top:115px;
    bottom:16px;
    z-index:0;
    right:0;
    left:20%;
}

#cabecera_contenido {
    background:#FFFFFF;
    width: 100%;
}
#cabecera_contenido_inicio {
    background:white;
    position:relative;
    float:left;
    z-index:4;
}

#cabecera_contenido_ancha {
    top:115px;/*134*//*prueba 0723*/
    background-color:#ffffff;

    position:fixed;
    right:20%;
    left:20%;
    height:80px;
    z-index:4;

    /*padding-top:19px;*//*lo quitamos para subir 19px hacia arriba todo*/

}

#cabecera_contenido_inicio_ancha {
    top:115px;/*134*//*prueba 0723*/
    background-color:#ffffff;

    position:fixed;
    right:25%;
    left:20%;
    height:80px;
    z-index:4;

    /*padding-top:19px;*//*lo quitamos para subir 19px hacia arriba todo*/

}


#cabecera_contenido_sin_menu_derecha {
    background:green;
    position:fixed;
    right:0;
    left:20%;
    height:40px;
    z-index:4;

}

#cabecera_contenido_sin_menus {
    background:green;
    position:fixed;
    right:0;
    left:0;
    /*right:0%;
    left:0%;*/
    height:40px;
    /*width: 100%;*/
    z-index:4;

}
#texto_contenido {/*tb en explorer css*/
                  background-color: #FFFFFF;
                  left: 1px;
                  margin-bottom: 43px;
                  margin-top: 40px;
                  width: 100%;
}

#texto_contenido_titulo_largo {/*tb en explorer css*/
                               padding-top:32px; /*Hemos subido todo 19px*/
                               width: 100%;/*marian*/
                               top:40px;
                               padding-bottom:30px;/*para que el texto no se meta entre las lineas en el explorer*/
                               bottom:0;
                               z-index:0;
                               position:absolute;
}

#texto_contenido_titulo_largo_test {/*tb en explorer css*/
                                    padding-top:71px; /*Hemos subido todo 19px*/
                                    width: 100%;/*marian*/
                                    top:40px;
                                    padding-bottom:30px;/*para que el texto no se meta entre las lineas en el explorer*/
                                    bottom:0;
                                    z-index:0;
                                    position:absolute;
}

#texto_contenido_destacadas {/*tb en explorer css*/
                             padding-top:6px; /*Hemos subido todo 19px*/                            
                             margin-top:10px;
                             width: 100%;/*marian*/
                             position: absolute;
                             top:80px;
                             padding-bottom:30px;/*para que el texto no se meta entre las lineas en el explorer*/
                             bottom:0;
                             z-index:0;
}

#texto_contenido_inicio {/*tb en explorer css*/

                         width: 100%;
                         position: absolute;
                         top:0px;
                         padding-bottom:30px;/*para que el texto no se meta entre las lineas en el explorer*/
                         bottom:0;
                         z-index:0;
                         /* margin-top:40px; lo quitamos para subir 19px hacia arriba todo*/
                         margin-top:21px;
}

#menu_izq {
    float: left;
    width: 215px;
    z-index: 1;
}

#cabecera_menu_izq {
    background:yellow;
    height:40px;
    width: 100%;
}



#menu_dcha{
    float: left;
    width: 215px;
    z-index: 1;
}


#cabecera_menu_dcha {
    /*background:yellow; */
    height:40px;
    width: 100%;
}





#pie {
    width: 100%;
    z-index:12;
    border-top-color: #2A57A8;
    border-top-width: 1px;
    border-top-style: solid;
    background-color: #ffffff;
    clear:both;
}


#pie a{
    text-decoration:none;
    /* color:#ffffff;*/
    color:#2A57A8;
}


#pie a:hover{
    text-decoration:none;
    color:#2E5282;

}
#pie a:link{
    text-decoration:none;
}

#pie a:visited{
    text-decoration:none;
    color:#2A57A8;
}




h2{
    font-size: 1em;
    color: #008ec5;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

img{
    border: 0;
    padding: 0;
    margin: 0;
    border-style: none;
}

.izq{ float: left;}
.dcha{float: right;}

.displaynone{
    display:none;
}




#menu_izq ul{
    text-align: left;
    list-style-type:none;
    margin: 0;
    padding: 0;
    padding-top: 5px;
    padding-left:0px;

}

#menu_izq li{
    font-size: /*0.7em;*/12px;
    list-style-type: none;
    margin-top: 3px;
    margin-bottom: 0.5em;
    padding-top: 0;
    /*line-height: 1.1em;*/
    line-height: 1em;
    margin-right:5px;
    margin-bottom:5px;

}


#menu_dcha_inicio{
    float: left;
    position: relative;
    width: 215px;
    z-index: 1;
}

#menu_dcha_inicio li{
    font-size: 0.7em;
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0.5em;
    padding-top: 0;
    line-height: 1.1em;
    margin-left:5px;
    margin-right:14px;
}
#menu_dcha_inicio ul{
    list-style-type:none;
    margin:0;
    padding:0;
    text-align:left;
}

#menu_dcha_inicio ul a{
    text-decoration:none;
    color:#000000;
}
#menu_dcha_inicio ul a:hover{
    text-decoration:none;
    color:#000000;

}
#menu_dcha_inicio ul a:link{
    text-decoration:none;
}

#menu_dcha_inicio ul a:visited{
    text-decoration:none;
    color:#000000;
}




#menu_dcha ul{

    text-align: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 20px;
    padding-right:10px;
}



#menu_dcha li{
    font-size: 0.7em;
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0.5em;
    padding-top: 0;
    /*line-height: 1.1em;*/
    line-height: 1em;
    margin-left:5px;

}


.listado
{
    /* background: pink;*/

}


.listado ul{
    text-align: left;
    list-style-type:none;
    margin: 0;
    padding: 0;
    padding-top: 2em;
    padding-left:3em;
}

.listado li{
    font-size: 11px;
    list-style-image: url(../imagenes/pdf.gif);
    margin-top: 0;
    margin-bottom: 0.5em;
    padding-top: 0;
    line-height: 1.1em;
}


.logo{
    margin-top:26px;    
    margin-left:10px;
}
.imagenCabecera{
    height:80px;
    margin-top:16px;
    position:absolute;
    right:90px;/*48*/

}

.logos{
    height:78px;
    margin-top:20px;
    position:absolute;
    right:0px;
    margin-right:10px;

}

.parrafo_estrecho{
    line-height:15px;
}


.errores_form {
    clear:both;
    color:red;
    font-size:11px;
    margin-left:30.5%;
    padding-top:24px;
}
#menuPublico{}
#menuPublico ul{}

.tree li a {
    font-size:0.7em;
    text-color:#990000;
}

.textoAviso{ color:red; }

.scroll{
    overflow:scroll;
    overflow-x:hidden;	
}

.contenedorBtnRadioListado {
    float:left;
}

.contenidoOpcionListado{ /*las capas de este tipo se apilan horizontalmente*/
                         width:96%;
                         float:left;
                         clear:right;
                         margin-left:5px;
                         margin-top:3px;
}

.tituloOpcionListado{
    float:left;
    clear:both;
    color:#91544A; /*Color marron del titulo de las opciones del listado */
    font-size:11px;
}

.detalleOpcionListado{
    float:left;
    clear:both;
    font-size:11px;
    margin-top:5px;
    text-align:justify;
}

.contenedorFilaListado{
    float:left;
    clear:both;
    width:97%;
    height:auto;
    margin-top:10px;
    margin-bottom:10px;
}

.contenedorFilaListado a{
    color:#2A6CD9;
}

.contenedorFilaListado a:hover{
    color: #0606B5;
}

.contenedorObjeto{

}

.contenedorDescripcion{
    clear:both;
    padding-bottom:5px;
    *padding-bottom:1px;
}

.contenedorListado{
    margin-top:80px;
    position:absolute;p
    width:100%;
    padding-bottom:35px;
    *padding-bottom:45px;
}

.contenedor_centrado{
    /*width: 1024px;*/
    margin: 0 auto;
    background-color:#ffffff;
}

.contenedor_menu{
    float:left;
    position:relative;
    width:100%;
}

.contenedor_calendario{
    float:left;
    position:relative;
    width:100%;
    bottom: -40px;
    *bottom: -40px;
}

.socialMediaContainer{
    float:left;
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.socialMediaIcon{
    margin-bottom: 10px;
    margin-left: 5px;
}

.socialMediaImage{
    width: 105px;
    height: 50px;
    margin-left:17px;
}

.socialMediaText{
    font-size: 12px;
    float: left;
    margin-top: 10px;
    position: relative;
    width: 40%;
}

.socialMediaTextDown{
    font-size: 12px;
    font-weight: bold;
    position: relative;
    width: 72%;
    text-align: justify;
    clear:both;
    color:black;
}

.socialMediaTextDownLeft{
    font-size: 12px;
    font-weight: bold;
    position: relative;
    width: 72%;
    text-align: left;
    clear:both;
    color:black;
}

.socialMediaTextDownCenter{
    font-size: 12px;
    position: relative;
    width: 142px;
    margin-left:-1px;
    text-align: center;
}

.opcion_principal{
    font-size: /*11px;*/12px;
    padding-top:4px;
    font-weight: bold;
    margin-bottom: 2px;
    position: relative;
    float: left;
    width: 100%;

}

.subopciones{
    margin-left: 10px;
    margin-bottom: 10px;
    position: relative;
    float: left;
    width: 100%;
}

.contenido_superior{
    float:left;
    position:relative;
    width:100%;
    height: 50vh;
    height: calc(100vh - 104px);
    min-height: 300px;
    background-color: #FFFFFF;
    z-index: 6;  
    display: flex;
    align-items: center;
}

.imagen_portada{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position:absolute;
}

.velo_imagen_portada{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.4;
    float: left;
    top: 0;
    left: 0;
}
.scroll_portada{
    position: absolute;
    float: left;
    bottom: 25px;
    left: 3%;
}

.recuadro_master{
    position:absolute;
    float: right;
    padding: 20px;
    padding-right: 3%;
    bottom:0;
    right: 0;
    background-color: #D6DCE6;
    border-top-left-radius: 10px;
    color:#2E5282;
    font-size:18px;
    max-width: 530px;
}

@media (max-width: 700px) {
    .recuadro_master{
        max-width: 700px;
        width:100%;
        bottom:-40px;
    }

    .contenido_superior{
        margin-bottom:35px;
        height:55vh;
    }
}

.recuadro_master a{
    text-decoration: none;
    color:#2E5282;
}

.master_degradado{
    background: linear-gradient(90deg, #7CB63B, #315081); /* degradado horizontal */
    float: left;
    -webkit-background-clip: text; /* necesario en Chrome, Safari, Edge */
    -webkit-text-fill-color: transparent; /* hace visible el degradado */
    background-clip: text; /* soporte en navegadores modernos */
    color: transparent; /* fallback */
    font-weight: 600;
}
.segunda_linea_master{
    width: 100%;
    float:left;
    margin-top: 5px;
}
.master_peque{
    font-size: 16px;
    float:left;
    margin-top:20px;
}

.titulo_pagina_portada{
    font-size: 55px;
    color: #fff;
    width: 70%;
    min-width: 300px;
    position: relative;
    left: 3%;
    max-width: 975px;
}

@media (max-width: 1400px) {
    .titulo_pagina_portada{
        font-size: 45px;
    }
}


@media (max-width: 1150px) {
    .titulo_pagina_portada{
        font-size: 35px;
        width: 94%;
    }
}

.contenido_inferior{
    float:left;
    position:relative;
    width:100%;
    background-color: #FFFFFF;
    margin-top:15px;
    /*height:360px;*/
}

.contenedor_carrusel{
    float:left;
    position:relative;
    width:100%;
    height:215px;
    margin-top: 17px;

}

.contenedor_informacion{
    float:left;
    position:relative;
    width:100%;
    font-size: 12px;
    margin-top: 30px;
    text-align: justify;
}

.contenedor_publicacion{
    float:left;
    position:relative;
    width:100%;
    font-size: 11px;
    text-align: justify;
    margin-bottom: 25px;
}

.contenedor_titulo_publicacion{
    float:left;
    position:relative;
    width:100%;
    /*font-weight: bold;*/
}

.contenedor_imagen_publicacion{
    float:left;
    position:relative;
    width:100%;
    text-align: center;
    margin-top: 10px;
}

.contenedor_mas{
    float:left;
    position:relative;
    width:100%;
    text-align: right;
    font-weight: bold;
    font-size: 9px;
    margin-top:3px;
}

.imagen_publicacion_destacada{
    width: 150px;
}

.imagen_grupo_linea{
    width: 100%;
}

.imagen_divulgacion{
    width: 80%;
}

.imagen_carrusel{
    height: 100%;
    width: 100%;
}

.contenedor_izquierda_pie{
    position:relative;
    float:left;
    width: 185px;
    font-size: 11px;
    /*margin-top: 8px;*/

}

.contenedor_centro_pie{
    position:relative;
    float:left;
    width: 285px;
    font-size: 11px;
    /*margin-top: 8px;*/

}

.contenedor_derecha_pie{
    position:relative;
    float:right;
    width:505px;
    margin-right: 15px;
}

.contenedor_imagen_pie{
    position:relative;
    float:right;
    /*width:30%;*/
    /*margin-left: 3%;*/
    /* height:30px;*/
}

.imagen_pie{
    height:30px;
    /* width: 100%;*/

}

.contenido_pie{
    /*height: 60px;*/
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 3%;
    padding-right: 3%;
    flex-wrap: wrap;
    gap: 15px;
}

.enlace-pie-izquierdo{margin-left:0 !important;}

@media (max-width:1150px){
    .logo-europa{width:135px;}
    .logo-micinn{width:125px;}
    .logo-gob{width:100px;}
    .contenedor_derecha_pie{width:auto;}
}

@media (max-width:1000px){
    .logo-europa{width:110px;}
    .logo-micinn{width:106px;}
    .logo-gob{width:70px;}
    .contenedor_derecha_pie{width:auto;}
}



@media (max-width:950px){
    .contenido_pie{justify-content:space-around;}
    .contenedor_derecha_pie{
        width:100%;
        display:flex;
        justify-content:center;
        flex-direction:row-reverse;
    }
    .logo-europa{width:135px;}
    .logo-micinn{width:125px;}
    .logo-gob{width:100px;}
}




@media (max-width:550px){
    .contenido_pie{justify-content: start;}
    .contenedor_izquierda_pie{text-align:left;}
    .logo-europa{width:110px;}
    .logo-micinn{width:106px;}
    .logo-gob{width:70px;}
}


.contenedor_caja_inferior {
    float: left;
    position: relative;
    width: 47%;
    overflow:hidden;
    height: 100%;
}

.contenedor_publicaciones{
    float: left;
    position: relative;
    width: 100%;
    font-size: 11px;
    margin-bottom: 40px;
    overflow: hidden;
}

.contenedor_objetos{
    float: left;
    position: relative;
    width: 100%;
    font-size: 11px;
    overflow: hidden;
    margin-top: 10px;
    /*height: 310px;*/
}

.contenedor_objetos_largo{
    float: left;
    position: relative;
    width: 100%;
    font-size: 11px;
    overflow: hidden;
    margin-top: 10px;
    /*    height: 625px;*/
}

.contenedor_objeto{
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 15px;

}

.contenido_objeto, .contenidoObjetoConImagen{
    float: left;
    position: relative;
    width: 100%;
    margin-top: 15px;
}
.contenido_texto_objeto{
    float: left;
    position:relative;
}

.contenidoObjetoConImagen{
    width: 100%;
}
.contenidoImagenObjeto{
    float: left;
    margin-right:10px;
    width:100%;
    aspect-ratio: 1 / 1; /* mantiene proporción 1:1 */
}

.imagen-noticia{
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    object-fit: cover;
}

@media (max-width: 450px){
    .contenidoImagenObjeto{
        aspect-ratio: 4 / 3; 
    }
}

.contenido_objeto a, .contenidoObjetoConImagen a{
    /*color:#000000;*/
}

.contenido_objeto a:hover, .contenidoObjetoConImagen a:hover{
    /*color:#000000;*/
}

.fecha_objeto, .fechaObjetoConImagen{
    float: left;
    position: relative;
    width: 100%;
    text-align: left;
    font-size:12px !important;
    text-transform: uppercase;
    margin-top: 12px;
    margin-bottom: 8px;
}
.fechaObjetoConImagen{
    width: 100%;
}

.contenedor_fijo{
    /*position:fixed;*/
}

.contenedor_cabecera_centro{
    font-size: 11px;
    font-weight: bold;
    position:relative;
    background-color: #ffffff;
    z-index: 3;
    width: 100%;
    float:left;
}

.contenedor_cabecera_publicaciones{
    background-color: #ffffff;
    position: relative;
    float: left;
    width: 100%;
    z-index: 3;
    padding-bottom: 5px;
}

.capa_scroll{
    /*padding-right: 10px;*/
    text-align: justify;
    float:left;
    position: relative;
    width: 100%;
}

.capa_scroll_high{
    /*padding-right: 10px;*/
    text-align: justify;
    float:left;
    position: relative;
}

.capa_normal{
    float:left;
    position: relative;
    width: 100%;
}

.contenedor_listados{
    /*margin-top: 20px;*/
    font-size:11px;
    width: 100%;
    *width: 97%;
}

.contenedor_guia{
    font-size:10px;
    background-color: #FFFFFF;
    z-index: 4;
    color: #BBBBBB;
    padding-top:5px;
    width: 100%;
}

.contenedor_texto_guia{
    float: left;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    height: 17px;
}

.linea_migas{
    padding-top: 1px;
    width: 100%;
    position:relative;
    float:left;
}

.contenedor_submenu_cabecera{
    font-size:10px;
    background-color: #FFFFFF;
    position: relative;
    z-index: 1;
    color: #2A57A8;
    width: 100%;
}

.contenedor_objeto_listados{
    width:99%;
    float:left;
    /*clear:right;*/
    margin-left:5px;
    margin-top:3px;
    margin-bottom: 15px;
}

.contenedor_imagen_objeto {
    float:left;
    position:relative;
    height: 140px;
    width: 100px;
}

.contenedor_informacion_objeto{
    float: left;
    position: relative;
    width: 75%;
    margin-left: 15px;
    text-align:justify;
}

.contenedor_texto_objeto{
    float: left;
    position: relative;
}

.imagen_objeto {
    width: 100%;
}

.imagen_personal {
    /*height: 100%;*/

    float:left;
    position:relative;
    height: 100px;
    width: 100px;
    margin-bottom: 5px;
    margin-right: 15px;
    margin-top: 15px;
}

.imagen_highlights {
    height: 110px;
    max-width: 175px;
}

.texto_contenido {
    background-color: #FFFFFF;
    left: 1px;
    margin-bottom: 43px;
    margin-top: 40px;
    *margin-top: 15px;
    width: 100%;
}

.texto_contenido_sectores {
    background-color: #FFFFFF;
    left: 1px;
    margin-bottom: 43px;
    margin-top: 40px;
    *margin-top: 15px;
    width: 100%;
}

.texto_contenido_corto {
    background-color: #FFFFFF;
    left: 1px;
    margin-bottom: 43px;
    margin-top: 45px;
    *margin-top: 15px;
    width: 100%;
}

.texto_contenido_organigrama {
    background-color: #FFFFFF;
    height: 630px;
    left: 1px;
    overflow: hidden;
    margin-bottom: 43px;
    margin-top: 20px;
    position: absolute;
    width: 600px;
}

.texto_contenido_volver {
    background-color: #FFFFFF;
    height: 668px;
    left: 1px;
    overflow: auto;
    margin-bottom: 43px;
    margin-top: 36px;
    position: absolute;
    width: 100%;
}

.enlace_volver {
    color: rgb(42, 87, 168);
    font-size:10px;
}

.contenedor_titulo_listados{
    float:left;
    position: relative;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 5px;
}

.imagen_contacto{
    width: 13px;
    margin-right: 5px;
}

.contenedor_imagen_usuario {
    float:left;
    position:relative;
    height: 200px;
    width: 200px;
    margin-top: 20px;
}

.contenedor_grupo{
    float:left;
    position:relative;
    width:45%;
    margin-left: 3%;
    margin-bottom: 10px;
}

.contenedor_imagen_grupo{
    float:left;
    position:relative;
    width:20%;
}

.contenedor_nombre_grupo{
    float:left;
    position:relative;
    width:75%;
    margin-left: 4%;
}

.contenedor_contrato{
    float:left;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.contenedor_nombre_contrato{
    float:left;
    position: relative;
    width: 100%;
}

.contenedor_patente{
    float:left;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.contenedor_nombre_patente{
    float:left;
    position: relative;
    width: 100%;
}

.texto_cortado{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.ul_publicaciones {
    /*list-style-type: none;*/
    margin-left: 15px;
    margin-top:35px;
    padding: 5px 0 0;
    text-align: left;
}

.ul_publicaciones_grupos {
    /*list-style-type: none;*/
    margin-left: 15px;
    margin-top:15px;
    padding: 5px 0 0;
    text-align: left;
}

.contenedor_tema{
    float:left;
    position:relative;
    width:100%;
    margin-bottom: 20px;
}

.imagen_grupo{
    width: 100%;
    height: 300px;
}

.contenedor_mas_noticias{
    float:left;
    position:relative;
    width:100%;
    bottom: 0px;
    font-weight: bold;
    background-color: #FFFFFF;
}

.contenedor_mas_destacados{
    float:left;
    position:relative;
    width:100%;
    font-weight: bold;
    background-color: #FFFFFF;
    bottom: 0px;
}

.contenedor_imagen_divulgacion{
    float:left;
    position:relative;
    width:100%;
    text-align: center;
    margin-top: 10px;
}

.bloqueIzquierda{
    float: left;
    width: 50%;
    margin-top: 10px;
}

.bloqueDerecha{
    float: left;
    width: 50%;
    margin-top: 10px;
}
.contenidoConMargen{
    margin: 15px;
}

.contenedor_imagen_lineas {
    float:left;
    position:relative;
    height: 100px;
    width: 100px;
}


.contenedor_imagen_sector_industrial{
    display: table-cell;
    position:relative;
    width:45%;
}

.contenedor_nombre_sector_industrial{
    display: table-cell;
    vertical-align: middle;
    position:relative;
    width:50%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 2%;
    padding-right: 2%;
}

.contenedor_sector_industrial{
    display: table;
    float:left;
    position:relative;
    width:45%;
    margin-left: 3%;
    margin-bottom: 10px;
}

.contenedor_imagen_capacidad_industrial{
    float:left;
    position:relative;
    width:20%;
}

.contenedor_texto_capacidad_industrial{
    float:left;
    position:relative;
    width:75%;
    margin-left: 5%;
}

.contenedor_titulo_capacidad_industrial{
    float:left;
    position:relative;
    width:100%;
    clear: both;
    margin-bottom: 10px;
    font-size: 13px;
}

.contenedor_capacidad_industrial{
    float:left;
    position:relative;
    width:97%;
    margin-left: 3%;
    margin-bottom: 10px;
}

.parColumn{
    float:right;
}

.texto_sector{
    font-size: 16px;
}

.imagen_sector{
    width: 100%;
    height: 90px;
}

@media screen\9 { /* IE7*/

                  .contenedor_calendario{
                      float:left;
                      position:relative;
                      width:100%;
                      bottom: -40px;

                  }
                  .contenedor_imagen_divulgacion{
                      float:left;
                      position:relative;
                      width:98%;
                      text-align: center;
                      margin-top: 10px;
                  }

                  .texto_contenido_sectores {
                      background-color: #FFFFFF;
                      left: 1px;
                      margin-bottom: 43px;
                      margin-top: 0px;
                      width: 100%;
                  }

                  .contenedor_imagen_sector_industrial{
                      display:inline;
                      position:relative;
                      width:45%;
                      float:left;
                  }

                  .contenedor_nombre_sector_industrial{
                      display:inline;
                      position:relative;
                      width:50%;
                      margin-left: 2%;
                      margin-right: 2%;
                      padding-left: 0%;
                      padding-right: 0%;
                      float:left;
                      height: 90px;

                  }

                  .centrado_vertical_ie7{
                      position: absolute;
                      bottom:35%;
                      width:100%;

                  }

                  .contenedor_sector_industrial{
                      display:inline;
                      float:left;
                      position:relative;
                      width:45%;
                      margin-left: 3%;
                      margin-bottom: 10px;
                  }

}

@media \0screen { /*IE8*/


}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){ /* IE11 */

}










/*INICIO MENU*/


.navbar {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-brand {
    font-size: 1.8rem;
    font-weight: 700;
}
.navbar a {
    color: black;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='rgba(53,118,187,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.hamburger {
    width: 32px;
    height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hamburger span {
    display: block;
    height: 2px;
    background-color: #2E5282;
    background-color: #808080;
    border-radius: 2px;
}

.navbar-toggler {
    border-color: #2E5282;
    cursor: pointer;
}

.nav-item {
    background: transparent;
    border-left: 1px solid #ccc;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0;
    transition: all 0.5s ease;
}


.close {
    content: url(../imagenes/close.svg) !important;
    transform: scale(0.7);
}

#topmenu,
#topmenu ul,
#topmenu ul li,
#topmenu ul li a,
#topmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#topmenu:after,
#topmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#topmenu #menu-button {
    display: none;
}
#topmenu {
    width: auto;
    font-family: "Open Sans", sans-serif;
    line-height: 1;
    background: #ffffff;
}
#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 0px;
    background: #009ae1;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
#topmenu > ul > li {
    float: left;
}
#topmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}
#topmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}
#topmenu.align-center ul ul {
    text-align: left;
}
#topmenu.align-right > ul > li {
    float: right;
}
#topmenu.align-right ul ul {
    text-align: right;
}
#topmenu > ul > li > a {
    padding: 5px 5px;
    /*padding-bottom: 54px;*/
    font-size: 13px;
    text-decoration: none;
    /*text-transform: uppercase;*/
    color: #000000;
    /*-webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
    */
}
#topmenu > ul > li:hover > a,
#topmenu > ul > li.active > a {
    /*color: #009ae1;*/
    color: #2E5282;
}
#topmenu > ul > li:hover > a {
    /*color: #009ae1;*/
    /*color: white;
    background: #2E5282;*/
}
#topmenu > ul > li.has-sub > a {
    padding-right: 25px;
}
#topmenu > ul > li.has-sub > a::after {
    position: absolute;
    top: 9px;
    right: 14px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
#topmenu > ul > li.has-sub:hover > a::after {
    border-color: #000;
}
#topmenu ul ul {
    position: absolute;
    left: -9999px;
}
#topmenu li:hover > ul {
    left: auto;
}
#topmenu.align-right li:hover > ul {
    right: 0;
}
#topmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}
#topmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
#topmenu ul ul li {
    height: 0;
    -webkit-transition: height 0.2s ease;
    -moz-transition: height 0.2s ease;
    -ms-transition: height 0.2s ease;
    -o-transition: height 0.2s ease;
    transition: height 0.2s ease;
}
#topmenu ul li:hover > ul > li {
    height: 32px;
}
#topmenu ul ul li a {
    padding: 10px 20px;
    width: 220px;
    width: auto;
    font-size: 13px;
    background: #D6DCE6; /*#ee5057; Fondo de menus*/
    text-decoration: none;
    color: #000;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.anchuraOpcion3{width: 245px !important;}
.anchuraOpcion5{width: 225px !important;}

#topmenu ul ul li:hover > a,
#topmenu ul ul li a:hover {
    color: #fff;
    background: #2E5282;
    /*background: #D6DCE6;*/
}
#topmenu ul ul li.has-sub > a::after {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
#topmenu.align-right ul ul li.has-sub > a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}
#topmenu ul ul li.has-sub:hover > a::after {
    border-color: #000;
}
@media all and (max-width: 1300px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1300px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1300px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1300px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1300px),
only screen and (min-resolution: 192dpi) and (max-width: 1300px),
only screen and (min-resolution: 2dppx) and (max-width: 1300px) {
    .mobile {
        display: block !important;
    }
    .ordenador {
        display: none !important;
    }

    #topmenu {
        width: 100%;
    }

    #topmenu ul {
        width: 100%;
        display: none;
    }
    #topmenu.align-center > ul,
    #topmenu.align-right ul ul {
        text-align: left;
    }
    #topmenu ul li,
    #topmenu ul ul li,
    #topmenu ul li:hover > ul > li {
        width: 100%;
        height: auto;
        border-top: 1px solid rgba(120, 120, 120, 0.15);
    }
    #topmenu ul li a,
    #topmenu ul ul li a {
        width: 100%;
    }
    #topmenu > ul > li > a {
        padding: 20px;
        padding-bottom: 20px;
    }
    #topmenu > ul > li,
    #topmenu.align-center > ul > li,
    #topmenu.align-right > ul > li {
        float: none;
        display: block;
    }
    #topmenu ul ul li a {
        padding: 20px 20px 20px 30px;
        font-size: 12px;
        color: #000000;
        background: none;
    }
    #topmenu ul ul li:hover > a,
    #topmenu ul ul li a:hover {
        color: #000000;
        background: #2E5282;
    }
    #topmenu ul ul ul li a {
        padding-left: 40px;
    }
    #topmenu ul ul ul ul li a {
        padding-left: 60px;
    }
    #topmenu ul ul,
    #topmenu ul ul ul {
        position: relative;
        left: 0;
        right: auto;
        width: 100%;
        margin: 0;
    }
    #topmenu > ul > li.has-sub > a::after,
    #topmenu ul ul li.has-sub > a::after {
        display: none;
    }
    #menu-line {
        display: none;
    }
    #topmenu #menu-button {
        display: block;
        padding: 20px;
        color: #000000;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
        display: none;
    }
    #topmenu #menu-button::after {
        content: "";
        position: absolute;
        top: 20px;
        right: 20px;
        display: block;
        width: 15px;
        height: 2px;
        background: #000000;
    }
    #topmenu #menu-button::before {
        content: "";
        position: absolute;
        top: 25px;
        right: 20px;
        display: block;
        width: 15px;
        height: 3px;
        border-top: 2px solid #000000;
        border-bottom: 2px solid #000000;
    }
    #topmenu .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.15);
        height: 52px;
        width: 52px;
        cursor: pointer;
    }
    #topmenu .submenu-button::after {
        content: "";
        position: absolute;
        top: 21px;
        left: 26px;
        display: block;
        width: 1px;
        height: 11px;
        background: #000000;
        z-index: 99;
    }
    #topmenu .submenu-button::before {
        content: "";
        position: absolute;
        left: 21px;
        top: 26px;
        display: block;
        width: 11px;
        height: 1px;
        background: #000000;
        z-index: 99;
    }
    #topmenu .submenu-button.submenu-opened:after {
        display: none;
    }
}

/*FIN MENU*/


@media screen and (max-width: 800px) {


    .imagenMobile {
        display: block !important;
    }
    .imagenOrdenador{
        display:none !important;
    }
    .containerImagenesOrdenador{min-height:auto;}
}

/* MENU MOVIL */


.pushNav li{
    font-size: 25px;
    font-weight: normal;
}

.pushNav li a{
    color: #2E5282 !important;
}

@media screen and (max-width: 600px) {


    .pushNav {
        width: 90%;
        right: -90%;
    }



    .tm-section-title {
        font-size: 15px;
    }
}
@media screen and (min-width: 601px) {
    .pushNav {
        width: 350px;
        right: -350px;
    }
}
ul.pushNav {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.pushNav {
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    overflow: hidden;
    background: #D6DCE6;
    transition: ease-in-out 0.5s;
}
.pushNav hr {
    border: 1px solid #555;
}

.pushNav,
.pushNav a {
    /*font-size: 1em;
      font-family: helvetica, sens-serif;
      font-weight: 100;*/
    color: #000;
    text-decoration: none;
}

.pushNavIsOpen {
    overflow: auto;
    height: 100%;
}

.js-topPushNav.isOpen,
.pushNav_level.isOpen {
    right: 0;
}

.closeLevel,
.openLevel {
    cursor: pointer;
}

.closeLevel {
    height: 46px;
    margin-top:10px;
}

.openLevel,
.closeLevel,
.pushNav a {
    padding: 8px 0;
    display: block;
    /*text-indent: 20px;*/
    transition: background 0.4s ease-in-out;
    margin-left: 20px;
margin-right: 20px;
color: #2E5282;
}
.openLevel:hover,
.closeLevel:hover,
.pushNav a:hover {
    /*background: #494a50;
      background: #ee5057;*/
}

.hdg {
    background-color: #D6DCE6;
}

.closeLevel,
closelevel > i {
    font-size: 14px;
    color: #2E5282;
}

.burger {
    position: absolute;
    top: 24px;
    right: 48px;
}
.burger i {
    font-size: 15px;
}

.screen {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.pushNavIsOpen .screen {
    height: 100%;
    opacity: 1;
}

.fa {
    display: inline;
    padding: 5px;
    font-size: 9px;
}

.fa-close {
    float: right;
    position: relative;
    top: -8px;
    top: -12px;
    top: -3px;
    right: 4px;
    right: -18px;
    right: -7px;
    opacity:1 !important;
    font-size: 23px !important;
}

/*FIN MENU MOVIL*/
