/* 
Document   : contenidos
Created on : 02-jul-2009, 11:18:50
Author     : Marian
Description:
Purpose of the stylesheet follows.
*/


.colorTituloSecundarioMenu a{color:#2E5282;}

h1{
    font-size: 11px;
}

.titulo_cabecera_contenido{  
    background-color: #ffffff;
    border-bottom: 1px solid #990000;
    /*height:39px;*/
    overflow:hidden;
}

.titulo_cabecera_contenido_con_altura{
    background-color: #ffffff;
    border-bottom: 1px solid #990000;
    height:39px;
}

.titulo_cabecera_contenido_dos_lineas{
    background-color: #ffffff;
    border-bottom: 1px solid #990000;    
    /*padding-bottom: 51px;*/
    overflow: hidden;
}

.titulo_cabecera_contenido_dos_lineas_test{
    background-color: #ffffff;
    border-bottom: 1px solid #990000;
    /*padding-bottom: 7px;*/
    /*padding-bottom: 51px;*/
    overflow:hidden;
}

.titulo_cabecera_contenido_tres_lineas{
    background-color: #ffffff;    
    border-bottom: 1px solid #990000;
    overflow:hidden;
}

.titulo_cabecera_contenido_borde_inferior{    
    height: 15px;
    margin-top:2px;
}

.rayas_verticales{
    border-right: 1px double #990000;
}
.titulo_cabecera_contenido_inicio{/*tb en explorer.css*/
                                  background-color:#FFFFFF;
                                  border-bottom:1px solid #990000;
                                  height:20px;/*18*/
                                  text-align:center;
}


.titulo_cabecera_contenido_texto{  
    background-color: #ffffff;
    border-bottom: 1px solid #990000;
    /*height:80px;*/
    clear:both;
}
.menu_derecha_convocatorias{
    height:27%;/*38*/
    margin-right:8px;
    background-color:white;
    position: relative;
    overflow:hidden;
}

.menu_derecha_ofertasempleo{
    height:27%;/*28*/
    margin-right:8px;
    background-color:white;
    position: relative;
}

.menu_derecha_noticias{
    height:40%;/*28*/
    margin-right:8px;
    background-color:white;
    position: relative;
}

.cabecera_titulo_anuncios{/*tb esta en explorer.css*/
                          bottom:11px;/*9*/
                          position:absolute;
}

.blanco_menu_dcha{
    background-color:#fff;
    position: absolute;
    margin-top:-155px;
    float:left;
    width:100%;
    height:155px;
    z-index:5;


}

.cabecera_menu_derecha{
    font-size: 0.7em;
    width:100%;
    height:25px;
    background:white;

}

.flechas{
    float:right;
    background:#FFFFFF;
}




.banderAcceso{
    color:white;
    float:right;
    font-size:11px;
    margin-right:12px;
}


.lista_granate{
    color:#990000;
}


.seccion_azul{
    background-color: #D6DCE6;
    color:#2E5282;
    font-size: 18px;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 40px;
    padding-bottom: 40px;
    width:100%;
    float: left;
    position:relative;
    line-height: 28px;
}


.seccion_light{
    background-color: #ffffff;
    color:#2E5282;
    font-size: 18px;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 40px;
    padding-bottom: 40px;
    width:100%;
    float: left;
    position:relative;
    line-height: 28px;
}

.boton-inicio{
    padding: 13px;
    background-color: #ffffff;
    color:#2E5282;
    font-size: 15px;
    cursor:pointer;
    width: 200px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius:8px;
    font-weight: 500;
}

.boton-inicio:hover{
    color: #ffffff;
    background-color:#2E5282;
}



.seccion_light .boton-inicio {
    color: #ffffff;
    background-color:#2E5282;
    border: 1px solid #2E5282;
}

.seccion_light .boton-inicio:hover{
    background-color: #ffffff;
    color:#2E5282;
}


.bloque-informacion .boton-inicio{
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color:#2E5282;
    margin-bottom: 0;
    width: 100%;
}

.bloque-informacion .boton-inicio:hover{
    color: #ffffff;
    background-color:#2E5282;
}


.titulo_seccion{
    width: 100%;
    /*margin-bottom: 15px;*/
    font-size: 15px;
}
.subtitulo_seccion{
    font-size: 32px;
    margin-bottom: 15px;
    width: 70%;
    min-width: 300px;
    max-width: 975px;
    line-height: 1.2;
    letter-spacing: -1px;
}

.texto_seccion{
    width: 70%;
    min-width: 300px;
    max-width: 975px;
}

@media (max-width: 950px) {
    .subtitulo_seccion{
        width: 100%;
    }

    .texto_seccion{
        width: 100%;
    }
}

.listado-noticias {
    width: 100%;
    display: flex;
    gap: 40px;
    align-content: center;
    align-items: stretch;   /* 🔑 hace que todos los hijos tengan la misma altura */
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 45px;
}

.noticia {
    position: relative;
    overflow: hidden;
    padding-top: 0;
    /*width:calc(100% - 40px);*/
    width:100%;
    font-size: 23px;
    line-height: 1.2;
    display: flex;          /* permite alinear el contenido dentro */
    flex-direction: column; /* apila el contenido en vertical */
    justify-content: space-between; /* reparte: arriba y abajo */
    /*max-width: 330px;*/
}

.swiper {
    width: 100%;
    padding: 20px 0;
}
.swiper-slide {
    display: flex !important;
    justify-content: center;
}



.swiper-button-next,
.swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% ;
    background: rgba(0, 0, 0, 0.5) !important; /* círculo blanco semitransparente */
    color: #ffffff !important; /* azul para la flecha */
    display: flex ;
    align-items: center ;
    justify-content: center ;
    top: calc(13vw - 20px) !important;
    transform: translateY(-50%) ;
    transition: background 0.3s, color 0.3s ;
}

/* Icono de la flecha dentro */
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 18px !important; /* tamaño de la flecha */
    font-weight: bold !important;
}

/* Efecto hover */
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.7) !important; /* círculo negro semitransparente */
    color: #fff !important; /* flecha blanca */
}

@media (max-width: 1050px){
    .swiper-button-next,
    .swiper-button-prev {
        top: calc(26vw - 20px) !important;
    }

}

@media (max-width: 450px){
    .noticia {
        width: 100%;
    }
    .swiper-button-next,
    .swiper-button-prev {
        top: calc(45vw - 20px) !important;
    }

    .swiper-button-next::after, .swiper-button-prev::after {
        font-size: 25px !important;
    }
    .listado-noticias {
        gap: 25px;
    }
}

.leer-mas{
    margin-top: 10px;
    font-size: 13px;
}

.imagen_inicio{
    /*width:230px;
    height:180px;*/
    margin-bottom:20px;
    margin-right:20px;
    float:left;
    width:210px;
    height:141px;
}


.bloque-informacion{
    background-color: #2E5282;
    color: #ffffff;
    width:100%;
    float: left;
    position: relative;
    margin-bottom: 25px;
}
.bloque-informacion-texto{
    width:50%;
    height: 100%;
    float:left;
    position:relative;
    padding:30px;
    padding-bottom: 20px;
}
.texto-informacion{
    /*margin-top: 10px;*/
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 90px;
    letter-spacing: -1;
}
.bloque-informacion-imagen{
    width:50%;
    height: 100%;
    float:left;
    position: absolute;
    right: 0;
}


.reverse .bloque-informacion-texto {
    left:50%;
}

.reverse .bloque-informacion-imagen {
    left:0%;
}

@media (max-width:750px){
    .bloque-informacion-texto{
        width:75%;
        padding: 3vw;
    }
    .bloque-informacion-imagen{
        width:25%;
    }

    .reverse .bloque-informacion-texto {
        left:25%;
    }
}



@media (max-width:450px){
    .texto-informacion{
        font-size:24px;
    }
    /*
    .bloque-informacion-texto{
        width:100%;
    }
    .bloque-informacion-imagen{
        width:100%;
        position: relative;
        height: 40vh;
    }
    */
    .bloque-informacion-imagen {
        position: absolute;
        height: 100%;
        width:100%;
        opacity: 0.4;
        z-index: 0;
    }

    .bloque-informacion-texto {
        width:100%;
        z-index: 1;
    }

    .reverse .bloque-informacion-texto {
        left: 0;
    }

    .bloque-informacion {
        display: flex;
        flex-direction: column;
    }
    .texto-informacion{
        margin-bottom:50px;
        font-size:34px;
        letter-spacing: -1px;
    }
}

.imagen-cover{
    position: absolute;
    float:left;
    width:100%;
    height: 100%;
    object-fit:cover;
}

.tamaño_foto{
    width:210px;
    height:141px;
}

.tamano_imagenes{
    width:220px;
    height:165px;
}

.tamano_imagenes_retrato{
    width:220px;
    height:250px;
}

.tamano_imagenes_divulgacion_actividades{
    width:568px;
    height:280px;
}

.tamano_imagenes_alta{
    height:220px;
    width:165px;
}

.recuadro{
    width:210px;
    height:141px;
    background:#ffffff;
    border:1px solid #bababa;
}

.texto_inicio{
    /**/
    position:relative;
    font-size: 11px;
    text-align:justify;
    margin-bottom:10px;
    /* margin-left:35px;*/

}
.titulo_inicio{
    font-size:11px;
    font-weight:bold;
    /* margin-bottom:12px;*/
    margin-bottom:8px;
    text-align:justify;

}

.publicacion{
    clear:both;
    margin:35px;
    margin-bottom:60px;
}

.titulo1{
    /*font-size: 13px;*/
    font-size: 12px;
    /*color:#990000;*/
    color:#2A57A8;
    margin-top:10px;
}

.separacion_grande {
    margin-top:7px;
}

.separacion_mediana {
    margin-top:3px;
}

.separacion_pequena {
    margin-top:2px;
}

.titulo2{
    /*color:#990000;*/
    color:#2A57A8;
}

.titulo2Cursiva{
    /*color:#990000;*/
    color:#2A57A8;
    font-style: italic;
}

.caracteristicas_texto{
    font-size: 11px;
    text-align:justify;
    padding-right:5px;
    position:relative;
    width: 100%;
}



.base{
    padding-bottom:80px;
}

.contactoImagen{
    height:74px;
    width:200px;
    float:left;
}

.logo1{
    z-index:300;
    position:absolute;
}

.logo2{ z-index:300;}

.imagen_con_texto{
    margin-right:10px;
    margin-bottom:10px;
    float:left;
}
.imagen_izquierda_con_texto{
    margin-right:10px;
    margin-bottom:10px;
    float:left;
}
.imagen_derecha_con_texto{
    margin-left:10px;
    margin-bottom:10px;
    float:right;
}

.imagen_debajo_texto{
    margin-top:10px;
    margin-bottom:10px;
    text-align:center;
}

.texto_con_imagen{
    /**/
    position:relative;
    font-size: 11px;
    text-align:justify;

}

.paddingTopCabecera1Lineas{
    padding-top:30px;
}

.paddingTopCabecera2Lineas{
    padding-top:50px;
}

.paddingTopCabecera3Lineas{
    padding-top:60px;
}
.paddingTopCabecera4Lineas{
    padding-top:80px;
}

.volver1Lineas{
    padding-top:65px;
    z-index:1;
    position:fixed;
    right:25%;
}

.volver2Lineas{
    padding-top:40px;
}

.volver3Lineas{
    padding-top:60px;
}
.volver4Lineas{
    margin-top:147px;
    position:fixed;
    right:25%;
    z-index:1;
}


.alturaCabecera2Lineas{
    height:44px;
}

.alturaCabecera3Lineas{
    height:62px;
}

.alturaCabecera4Lineas{
    height:80px;
}

.lista_vinculos{
    color:#990000;
}

.lista_vinculos li{
    margin-bottom:10px;
}

.cuadroFotos{
    /*background:pink;*/
    /*margin:15px auto;*/
    margin:20px;
    /*width:100%;*/
    width:100%;
    height:400px;

} 

.imagenes_temas{
    width:115px;
    height:115px;
}

/************************BOTONES***********************************/


.posicion_boton_buscar_emergente {
    bottom:9px;
    left:243px;
    position:absolute;
}
.posicion_boton_buscar_emergente2 {
    bottom:9px;
    position:absolute;
}
.boton {
    font-size:11px;
    border:1px solid;
    cursor:pointer;
    margin-left:7px;
    padding:1px 5px;
    text-align:center;
    width:75px;

    background-color:#FDF7F4;
    border-color:#990000;
    color:#51646B;

}


/* I acceso administrar usuarios */

.contenido_izquierda_acceso{ /*las capas de este tipo se apilan horizontalmente*/
                             height: 100%;
                             width: 54%;
                             float: left;
                             padding-top:12px;

}
.contenido_derecha_acceso{
    padding-top:12px;
    padding-right:12px;
    height: 100%;
    width: 43%;
    float: right;
}

.boton_texto {
    background-color:#FFFFFF;
    border:0 solid #FFFFFF;
    color:#990000;
    cursor:pointer;
    font-size:11px;
    margin-left:7px;
    padding:1px 5px;
    text-align:center;
    width:75px;

}
.autores{
    font-size:11px;
    /* margin-bottom:12px;*/
    margin-bottom:8px;
    text-align:justify;
}

.referencias{
    font-size:11px;
    /* margin-bottom:12px;*/
    margin-bottom:8px;
    text-align:justify;
}

.logoCSIC{
    width:81px;
    height:114px;
    border:0;
}
.logoUnizar{

    width:114px;
    height:114px;
    border:0;
    margin-left:40px;
}
.alturaCabecera1Lineas{
    height:23px;
}
.borde_gris_abajo{ 
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:#ECECEC;
}

.imagen_ejea{
    float: left;
    margin-top: 67px;
}

.texto_contenido_ejea{
    float: left;
    margin-left: 142px;
    margin-top: 49px;
}

.imagen_puertas_abiertas{
    float: left;
    margin-top: 12px;
}

.texto_contenido_puertas_abiertas{
    float: left;
    max-width:65%;
    margin-top: 13px;
    margin-left: 223px;
    *margin-left: 0px;
}

.texto_descripcion_imagen {
    font-size: 10px;
    margin-top: 3px;
    text-align: center;
}

.contenido_mas_informacion{
}

.titulo_contenido_mas_informacion{
    color: blue !important;
    font-weight: bold;
    font-style: italic;
}

.inline_block{
    display: inline-block;
    *margin-left: 10px;
    *float: left;
}

.listado_enlaces{
    margin-left: 50px;
}

.clearAmbos { clear:both; }

.centrar_capa{margin:0 auto 0 auto;}
.anchura500px{ width: 500px; }

.linea_separacion_larga {
    margin-bottom: 2px;
    /*width: 775px;*/
    width: 100%;
    height: 1px;
    margin-top:15px;
}

.logo_isqch_cabecera {
    height: 55px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.logo_cabecera img{
    float: left;
    height:32px;
    margin-left: 15px;
}


.logo_uz_cabecera {
    height: 57px !important;
    margin-top: 2px;
}


.contenedor_cabecera_derecha{
    float: right;
    position: relative;
    z-index: 3;
    margin-top: 6px;
    display: flex;
    align-items: center;
}
.contenedor_iconos_cabecera{
    margin-right: 35px;
}
.subcontenedor_iconos_cabecera{
    margin-top:2px;
}

@media (max-width: 380px){

    .contenedor_iconos_cabecera{
        margin-right: 10px;
    }
    .subcontenedor_iconos_cabecera{
        margin-top:0px;
    }

}

.contenedor_segunda_cabecera{
    float: left;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contenedor_logos{
    display: flex;
    align-items: center;
}

.separador_logos{
    width: 1px;
    height: 42px;
    background-color: #a8a8a8;
    margin-left: 20px;
    margin-right: 5px;
}


@media (max-width: 650px){
    .logo_cabecera img{
        float: left;
        height:25px;
        margin-left: 10px;
    }
    .logo_uz_cabecera {
        height: 49px !important;
        margin-top: 4px;
    }

    .separador_logos {
        margin-left: 10px;
    }
}



@media (max-width: 550px){
    .logo_cabecera img{
        float: left;
        height:20px;
        margin-left: 8px;
    }
    .logo_uz_cabecera {
        height: 38px !important;
        margin-top: 1px;
    }

    .separador_logos {
        margin-left: 5px;
        height: 28px;
    }

    .logo_isqch_cabecera{
        /*width:100px;*/
        height:42px;
    }

    .contenedor_segunda_cabecera{
        margin-top:14px;
    }

}




@media (max-width: 400px){
    .logo_cabecera img{
        height:18px;
    }
    .logo_uz_cabecera {
        height: 33px !important;
        margin-top:3px;
    }

    .separador_logos {
        margin-left: 5px;
        height: 28px;
    }

    .logo_isqch_cabecera{
        /*width:90px;*/
        height:30px;
    }

}

.contenedor_acceso{
    color: #808080;
    float: left;
    /*font-size: 11px;
    margin-right: 12px;*/
    height: 17px;
    width: 100%;
    display: flex;
    align-items: center;
}

.contenedor_logos_derecha{
    float: left;
    position: relative;
}

.contenedor_opciones_acceso{
    float: left;
    font-size: 11px;
    margin-top:2px;
}

.imagen_redes{
    margin-right: 5px;
}


@media (max-width: 360px){
    .imagen_redes{
        margin-right: 2px;
    }

}

.contenedor_map{
    width: 238px;
    height: 150px;
}

#divulga li {
    list-style: none outside none;
}

#conocer ul {
    margin: 0;
    padding: 0;
    text-align: left;
}

