

/**  Estilos globales */

    @charset "UTF-8";

    body, html {
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
        background: #fff;
    }

    * { font-family: 'Noto Sans', sans-serif; }

    a {
        color: #102360;
    }

    a:hover {
        color: #322e79;
    }

	.caja_menu {
		border-top: 20px solid #237da2;
		padding: 0;
		z-index: 10009;
	}

	/*.fondo_menu {
		background: #fff;
		position: absolute;
		right: 0;
		width: 100%;
		height: 60px;
		z-index: -1100;
	}*/

    .menu_principal {
        position: relative;
        padding: 10px 0!important;
        background: #fff;
    }

	/*.menu_principal .navbar-nav:first-child {
		max-width: 80%;
	}*/

	.menu_principal .nav-link {
		color: #000;
		font-size: 0.95em;
		text-overflow: ellipsis;
		white-space: nowrap;
    }

    .menu_principal .navbar-nav > li {
    	padding-left: 0;
    	padding-right: 0!important;
    }

    .sombra_menu {
    	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.3);
		-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.3);
		box-shadow: 0px 1px 3px 0px rgba(0,0,0,.3);
    }

    .menu_principal .navbar-nav:first-child .nav-item {
        margin-right: 2%;
    }

    .menu_principal .navbar-nav:first-child .nav-item:last-child {
        margin-right: 0;
    }

    .menu_principal .nav-item .nav-link:focus {
        color: #5378b9;
    }

	.menu_principal .nav-item .nav-link:after {
	    content: '';
	    display: block;
	    height: 2px;
	    width: 0;
	    transition: width .5s ease, background-color .5s ease;
	}

	.menu_principal .nav-item .nav-link:hover:after {
	    width: 100%;
	    background:#237da2;
    }

    .menu_principal .nav-item .menu_activo.nav-link:after {
        content: '';
        display: block;
        height: 2px;
        background:#237da2;
        width: 100%!important;
    }

	.menu_principal .sitio_menu {
		margin: 0;
		padding: 0;
		height: 54px;
	}

	.menu_principal .sitio_menu:first-child {
		width: 54px;
		margin-right: 0.5%;
		margin-left: 1%;
		background-image: url('/images/unam.png');
		background-size: auto 100%;
		background-repeat: no-repeat;
		transition: 0.9s;
	}

	.menu_principal .sitio_menu:nth-child(2) {
		width: 280px;
		/*width: 220px;*/
		height: 50px;
		margin-right: 10px;
		background-image: url('/images/iisue.png');
		background-size: auto 100%;
		background-repeat: no-repeat;
		transition: 0.9s;
	}

	.menu_principal .boton_menu {
		color: #102360;
	}

	#caja_submenu {
		position: relative;
		padding: 0;
		padding-left: 5%;
		width: 100%;
		margin-bottom: 20px;
	}

	#caja_submenu .boton_menu {
		color: #237da2;
	}

	#navbarsubmenu ul li:first-child i {
		color: #237da2;
		font-size: 1.3em;
		margin-top: 7px;
	}

	.menu_nosotros .nav-link {
		color: #237da2;
	}

	.texto_link {
		text-decoration: none;
		display: inline-block;
		color: #237da2;
	}

	.texto_link:hover {
		text-decoration: none;
	}

    .texto_link i {
		margin-left: 20px;
	}

	.texto_link:after {
	    content: '';
	    display: block;
	    width: 100%;
	    height: 1px;
	    background: #237da2;
	    transition: width .4s;
	}

	.texto_link:hover:after {
	    width: 0;
	}

	/*.sub_menu {
		background: none!important;
	}*/

	.menu_derecha .nav-item {
		font-size: 0.95em;
	}

	.menu_derecha span {
		font-size: 0.9em;
		margin: 0!important;
	}

	.menu_derecha li:last-child a {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		margin-left: 0!important;
	}

	.caja_seccion {
		/*background-color: #fff;*/
		float: left;
		width: 100%;
		padding-bottom: 40px;
	}

	.boton_redondeado {
		color: #fff;
		text-decoration: none;
		display: inline-block;
		border: 1px solid #fff;
		border-radius: 22px;
		padding: 5px 20px;
		text-shadow: 1px 1px 1px #AAAAAA;
		background: rgba(255,255,255,.4);
	}

	.boton_redondeado:hover {
		background: #fff;
		text-shadow: none;
		text-decoration: none;
		color: #102360;
	}

	.boton_redondeado2 {
		color: #102360;
		text-decoration: none!important;
		display: inline-block;
		border: 1px solid #102360;
		border-radius: 22px;
		padding: 10px 20px;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 16px;
		background-color: #fff;
		transition: all 1.1s ease;
	}

	.boton_redondeado2:hover {
		background-color: #102360;
		text-shadow: none;
		color: #fff;
	}

	h1, h2 {
		margin:0;
        color:#000;
        font-family: 'Noto Serif', serif;
        margin-bottom: 30px;
        margin-top: 20px;
        font-size: 2em;
	}

	.suscribir {
		background: none;
		color: #fff;
	}

	.suscribir::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
		color: #eee;
		opacity: 1; /* Firefox */
	}

	.suscribir:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #eee;
	}

	.suscribir::-ms-input-placeholder { /* Microsoft Edge */
		color: #eee;
	}







    /*.caja_contenedor {
        background-color: #FFFFFF;
        margin-bottom: 10px;
        padding-top: 20px;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border: 1px solid #ced7ee;
        border-top: none;
        float: left;
        width: 100%;
    }*/

    /*.panel_texto {
        -webkit-box-shadow: none;
    	-moz-box-shadow: none;
    	box-shadow: none;
    }

    .nav_botones {
        overflow: hidden;
        padding-left: 0;
        padding-right: 0;
    }*/

    /*h2 {
		text-align: left;
		font-size: 14pt;
		font-weight: bold;
		color: #322e79;
    }

    .entrada_barra {
        border: none!important;
    }

    .entrada_barra img {
        height: 112px;
        width: 134px;
    }
    .barra_derecha img {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
        -webkit-box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
        box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#333333')";
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#333333');
        width: 100%;
        max-width: 134px;
    }
    .barra_derecha a {
        padding: 10px 5px;
        display: block;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .barra_derecha a:hover {
        background: #F9F9FF;
    }
    .entrada_sitios{
        text-decoration: none!important;
        border-bottom: 1px solid #ccc;
    }*/
    /*.sitios a {
        background: #fdfdfd;
    }
    .sitios a:hover {
        background: #F9F9FF;
    }

    .lista_items a {
        padding: 8px;
        display: block;
        text-decoration: none;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .lista_items a:hover {
        background: #F9F9FF;
    }

    #youmax-header{ display:none !important; }
    #youmax-tabs{ display:none !important; }
    #youmax{ width:100% !important; }*/
    /*.youmax {
        width: 100%;
        background: grey;
        padding:0;
        float: left;
    }*/

    /*.yl-title {
        margin-top: 20px;
    }

    .titmenu {
        background-color: #5b616f;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#5b616f), to(#4c505b));
        background-image: -webkit-linear-gradient(top, #5b616f, #4c505b);
        background-image: -moz-linear-gradient(top, #5b616f, #4c505b);
        background-image: -ms-linear-gradient(top, #5b616f, #4c505b);
        background-image: -o-linear-gradient(top, #5b616f, #4c505b);
        background-image: linear-gradient(to bottom, #5b616f, #4c505b);
        filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#5b616f, endColorstr=#4c505b);
        color: white;
        border: 1px solid #5b616f;
    }*/

/**  Revista perfiles */

    .revista {
        font-size:13pt;
        margin: 0;
        margin-bottom: 30px;
        padding:0;
        font-weight: bold;
        text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
        color: #002b5b;
    }

    .seccion {
        font-weight: bold;
        font-size: 13pt;
        letter-spacing:1px;
        text-align: left!important;
        border-bottom: 2px solid #dcb439;
        padding-left: 10px;
    }


    .titulo_art {
         margin:0;
         padding:0;
         font-weight:bold;
         font-size: 11pt;
    }
    .autor_art {
         margin: 5px 0 0 0;
         padding:0;
         font-style: italic;
         font-size: 11pt;
    }

    .texto_accesos {
        font-size: 8pt;
        padding: 10px;
        border: 1px solid #ced7ee;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .texto_accesos p {
        text-align: center;
    }

    .caja_resumen {
        margin-top: 30px;
        display: none;
    }
    .caja_resumen p {
        text-align: justify;
    }

    .artic {
        float: left;
        margin-top: 50px;
    }
    .cuerpo{
        text-align: justify;
        padding: 10px 6%;
    }
    .pizquierda {
        float: left;
        display: block;
        margin: 0!important;
        padding: 2%!important;
        width: 15%;
        background: #FFF;
        border: 1px solid #DDD;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
        -webkit-box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
        box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#333333')";
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#333333');
    }
    .pderecha{
        float: left;
        margin: 0;
        padding: 0;
        margin-left: 2%;
        padding-top: 2%;
        display: block;
        width: 83%;
    }
    .in_indices img {
        margin: 0!important;
        width: 100%;
        padding: 0!important;
    }
    .in_indices {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        margin-top: 15px;
    }
    .pe_indices{
        float: left;
    }
    .in_indices p{
        margin: 0!important;
        padding: 0!important;
    }

    .cuerpo_texto li {
        margin-top: 7px;
        margin-bottom: 7px;
        text-align: justify;
        font-family: arial, helvetica, sans-serif!important;
        font-size: 11pt!important;
        line-height: 1.4;
    }
    .principal {
        font-weight: bold;
    }
    .caja_logo {
        padding: 5px;
        width: 100%;
        float: left;
        border: 1px solid #002b5b;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .caja_logo:hover {
        border: 1px solid #eee;
    }

    .titulo {
        /*font-family: 'Noto Serif', serif;*/
        font-family: 'Noto Sans', sans-serif;
        color: #102360;
        font-weight: 700;
        font-size: 2em;
    }
    .list-group img {
        max-width: 134px;
    }

    .cuerpo p {
        text-align: justify;
    }

    footer {
    	width: 100%;
    	background: #102360;
    	padding: 30px 0;
    	float: left;
    }

    .pie_frame {
    	width: 100%;
    	margin: 0;
    }

    .pie_frame .row .animado_pie {
		opacity: 0;
	}

    .pie_frame p {
		color: #fff;
		font-size: 0.9em;
	}

	.pie_frame p:first-child {
		font-size: .85em;
		font-weight: bold;
	}

	.pie_frame ul {
		color: #fff;
		list-style-type: none;
		margin: 0;
		padding: 0;
		font-size: 0.9em;
	}

	.pie_frame ul li {
		margin-bottom: 6px;
	}

	.pie_frame a {
		color: white;
        padding: 4px;
        text-decoration: none;
	}

	.pie_frame .col-form-label {
		color: #fff;
		font-size: 0.9em;
		padding-left: 18px;
	}

	.pie_frame a:hover {
		color: #102360;
		background: #fff;
	}

	.pie_frame .caja_redes {
		position: absolute;
		top: 0;
		right: 10px;
	}

	.pie_frame .caja_redes a {
        text-decoration: none;
        color: #fff;
        font-size: 1.2em;
        padding: 10px;
        display: block;
        float: left;
        margin-right: 0;
        margin-left: 0;
    }

    .pie_frame .caja_redes i {
		text-align: right;
	}

    .pie_frame .caja_redes a:hover {
        background-color:#fff;
        color: #102360;
    }

    .pie_frame .derechos {
        font-size: 0.9em;
        font-weight: normal!important;
        text-align: center;
		/*text-align: right;*/
		margin: 0;
		margin-top: 40px;
	}

    .liga_pie {
        color: white;
        padding: 2px;
        /*margin-right: 10px;*/
        border-radius: 22px;
        height: 44px!important;
    }

    .liga_pie:hover {
        background: white;
        color: #002b5b;
    }

    .liga_pie:last-child {
		margin-right: 0;
	}

    .liga_pie img {
		height:40px;
	}

	/*.fast {
	    -vendor-animation-duration: 1000s;
	    -vendor-animation-delay: 1000s;
	}
	.slow1 {
	    -vendor-animation-duration: 1500s;
	    -vendor-animation-delay: 13s;
	}

	.slow2 {
	    -vendor-animation-duration: 7s;
	    -vendor-animation-delay: 5s;
	}
	.slow3 {
	    -vendor-animation-duration: 9s;
	    -vendor-animation-delay: 3s;
	}*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

	@-webkit-keyframes fadeInUp {
		from {
			opacity: 0;
			-webkit-transform: translate3d(0, 10%, 0);
			transform: translate3d(0, 10%, 0);
		}

		to {
			opacity: 1;
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}
	}

	@keyframes fadeInUp {
		from {
			opacity: 0;
			-webkit-transform: translate3d(0, 10%, 0);
			transform: translate3d(0, 10%, 0);
		}

		to {
			opacity: 1;
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}
	}

	.fadeInUp {
		-webkit-animation-name: fadeInUp;
		animation-name: fadeInUp;
	}

	@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@keyframes fadeIn {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadeIn { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadeIn { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadeIn { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.caja_principal {
	animation: fadeIn 2s;
	-moz-animation: fadeIn 2s;
	-webkit-animation: fadeIn 2s;
	-o-animation: fadeIn 2s;
	min-height: 75vh;
	padding-top: 95px;
	float: left;
	width: 100%;
}


    .privacidad {
		color: #fff;
		font-size: .8em;
		padding: 5px;
		border: 1px solid transparent;
	}

	.privacidad:hover {
		border-color: #fff;
		text-decoration: none;
		color: #fff;
	}

    .foto_directorio {
        margin: 0;
        float: left;
        width: 15%;
    }

    .foto_directorio img {
        width: 100%;
        border: 1px solid #ccc;
        -webkit-border-radius: 5px!important;
        -moz-border-radius: 5px!important;
        border-radius: 5px!important;
        -moz-box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
        -webkit-box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
        box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#333333')";
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#333333');
    }

    .texto_directorio {
        margin: 0;
        padding: 0 3%;
        float: left;
        width: 80%;
    }

    .texto_directorio span {
        margin-right: 2%;
    }

    .margen_20 {
        margin-bottom: 40px;
        float: left;
    }



    .menusitios, .circulos {
        display: flex;
        flex-direction: row;
        flex-flow: wrap;
        justify-content: space-around;
        padding: 0px 0.5% 0px 0.5%;
    }

    .menusitios a {
        /*width: 24%;*/
        width: 19%;
        display: block;
        margin: 0;
        margin-bottom: 60px;
        padding: 10px;
        color: #5c6166;
        text-decoration: none;
        text-align: center;
        border: 1px solid transparent;
        font-size: 0.9em;
        font-weight: bold;
    }

    .menusitios img {
        display:block;
        height: 60px;
        margin: 0 auto;
        padding: 0;
        margin-bottom: 10px;
    }

    .menusitios a:hover {
        border-color: #5378b9;
    }

    @media (max-width:992px) {
        .menusitios a {
            width: 26%;
        }
    }

    @media (max-width:430px) {
        .menusitios a {
            width: 44%;
        }
        .pie_derechos {
			margin-top: 60px;
		}
    }

    #lineas .carousel-item {
        height: 250px;
    }

    #lineas .carousel-item p {
        font-size: 1.5em;
        font-weight: bold;
        color: #322e79;
        line-height: 250px;
        text-align: center
    }

    .area_titulo {
        padding-top: 100px;
        padding-bottom:8px;
    }

    .area_titulo p {
        margin:0;
        color:#000;
    }

    .area_titulo h1 {
        color:#000;
        font-weight:bold;
        font-size:1em;
        margin: 0;
        padding: 0;
    }

    .titulo_investigadores {
        /*background:  rgba(255, 255, 255, 0.6);*/
        background-color: #fff;
        padding:40px;
    }

    .titulo_investigadores h2 {
        color:#5378b9;
        font-family: 'Noto Serif', serif;
        font-size: 2em;
        text-align: center;
    }

    .area_investigadores {
        padding:40px;
        padding-bottom: 0;
    }

    .area_investigadores .swiper-slide {
        background: none;
        text-align: center;
    }

    .area_investigadores .swiper-slide img {
        height: 200px;
        width: auto;
        object-position: center center;
        object-fit: contain;
    }

    .area_investigadores .swiper-slide a {
        text-decoration: none;
        text-align: center;
        font-size: 0.9em;
        color: #322e79;
        display: inline-block;
        background:  rgba(255, 255, 255, 0.6);
        padding: 10px;
        margin: 0 auto;
    }

    .area_investigadores .swiper-slide a:hover {
        /*background: #fff;*/
        background-color: rgba(83, 120, 185, 1.0);
        color: #fff
    }

    .area_investigadores .swiper-slide a p {
        margin: 0;
    }
    .investigador img {
        height: auto;
        width: 25%;
        margin-left: 15px;
        margin-bottom: 15px;
        -moz-box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
        -webkit-box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
        box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#333333')";
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#333333');
    }

    .investigadores a {
        padding: 10px;
        height: 100%;
        width: 100%;
        float:left;
        text-decoration: none;
        border: 1px solid #eee;
        color: #5378b9;
        text-align: center;
        background: #f6f6f6;
        /*-moz-box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
        -webkit-box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
        box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#333333')";
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#333333');*/
    }

    .investigadores a:hover {
        border-color: #322e79;
    }

    .investigadores a img {
        height: 100px;
        width: auto;
        margin: 0 auto;
        display: block;
        -moz-box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
        -webkit-box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
        box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#333333')";
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#333333');

    }

    .investigadores a p {
        margin:5px 0;
        text-align: center;
    }

    .s4 {
        padding-bottom:50px;
    }

    .listado a {
        padding: 8px;
        display: block;
        text-decoration: none;
        color: #322e79
    }
    .listado a:hover {
        background-color: #F9F9FF;
    }

    .lineas {
        padding: 40px;
        margin: 0;
    }

    .lineas ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .lineas ul > li a {
        display: block;
        /*border-bottom: 1px solid rgb( 221, 221, 221, 1.0 );*/
        padding: 8px 30px;
        text-decoration: none;
    }

    /*.lineas ul > li a:hover {
        background:  rgba( 255, 255, 255, 1.0 )!important;
        color: #322e79!important;
    }*/

    .lineas ul > li:nth-of-type(odd) a {
        background:  rgba(235, 233, 233, 0.6);
        color: #322e79;
        border: 1px solid #eee;
    }

    .lineas ul > li:nth-of-type(even) a {
        background-color: rgba(83, 120, 185, 0.6);
        color: #fff;
        border: 1px solid #5378b9;
    }
    .lineas ul > li:nth-of-type(odd) a:hover {
        background:  rgba(255, 255, 255, 1.0);
        color: #322e79;
    }

    .lineas ul > li:nth-of-type(even) a:hover {
        background-color: rgba(83, 120, 185, 1.0);
        color: #fff;
    }

    .lineas ul > li:last-child a {
        border-bottom: none;
    }

    .botones_areas a {
        background: #322e79;
    }
    .botones_areas a:hover {
        background: #5378b9;
    }

    .label_area {
        background: #322e79;
        color: #fff;
        border-color: #322e79
    }

    /*#area {
        color: #322e79;
        font-style: italic;
    }*/

    #back-to-top {
        position: fixed;
        bottom: 80px;
        right: 10px;
        display: none;
        color: #102360;
        padding: 1px;
        border-radius: 42px;
        height: 42px!important;
        background: white;
        z-index: 2000;
    }

    #back-to-top:hover {
        background-color: #102360;
        color: #fff;
    }

    #back-to-top i {
		font-size: 2.5em;
	}

    .caja_texto_transmision {
        background: #5378b9;
    }
    .texto_transmision {
        padding-top:3px;
        padding-bottom:3px;
        height:33px;
        position: relative;
        overflow: hidden;
    }
    .texto_transmision p, .texto_transmision span {
        margin:0;
        color:#fff;
    }

    .texto_transmision a {
        text-decoration: none;
        color: #fff;
        margin-right: 50px;
    }

    .texto_transmision a:hover {
        color: #322e79;
    }

    .texto_transmision .titulo_transmision {
        color:#fff;
        position: absolute;
        left:0;
        display: block;
        background: #5378b9;
        padding-left: 20px;
        padding-right: 20px;
    }

    .texto_transmision .marquee {
        font-size: .9em;
        color: #fff;
        position: absolute;
        width: 80%;
        height: 100%;
        margin: 0;
        padding: 0;
        margin-left:20%;
        line-height: 24px;
        text-align: center;
        -moz-transform:translateX(100%);
        -webkit-transform:translateX(100%);
        transform:translateX(100%);
        -moz-animation: texto_transmision 15s linear infinite;
        -webkit-animation: texto_transmision 15s linear infinite;
        animation: texto_transmision 15s linear infinite;
    }
    @-moz-keyframes texto_transmision {
        0%   { -moz-transform: translateX(100%); }
        100% { -moz-transform: translateX(-100%); }
    }
    @-webkit-keyframes texto_transmision {
        0%   { -webkit-transform: translateX(100%); }
        100% { -webkit-transform: translateX(-100%); }
    }
    @keyframes texto_transmision {
        0%   {
            -moz-transform: translateX(100%); /* Firefox bug fix */
            -webkit-transform: translateX(100%); /* Firefox bug fix */
            transform: translateX(100%);
        }
        100% {
            -moz-transform: translateX(-100%); /* Firefox bug fix */
            -webkit-transform: translateX(-100%); /* Firefox bug fix */
            transform: translateX(-100%);
        }
    }

    /*.swiper_iisue {
        padding: 0;
        width: 100%;
        max-width: 950px;
        margin:0 auto;
    }
    .swiper_iisue .s1 {
        width: 100%;
        max-width: 950px;
        height: 296px;
        margin: 0;
        padding: 0;
        position: relative;
		padding-bottom: 30px;
    }

    .s1 .swiper-wrapper {
        width: 100%;
        height: 100%;
    }*/

    .swiper-button-prev {
        padding: 10px 30px 10px 10px!important;
    }

    .swiper-button-prev:after,
    .swiper-button-next:after {
		content: ''!important;
	}

    .swiper-button-next {
        padding: 10px 25px 10px 15px!important;
    }

    .swiper-button-next,
    .swiper-button-prev {
        background-color: #000000;
        padding-top: 11px;
        color: #ffffff!important;
        opacity: 0.3;
        filter: alpha(opacity=30);
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

    .swiper-button-next:hover, .swiper-button-prev:hover {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }
    .swiper-button-next i, .swiper-button-prev i {
        width: 100%;
    }
	/*
	#s1 {
		position: absolute;
		bottom: 5px;
	}

    .s1 .swiper-slide {
        background: #fff;
        border: 1px solid #eee;
        width: 100%;
        height: 100%;
    }
    .s1 .swiper-slide a {
        width:100%;
        height: 100%;;
        display: block;
        background-size: auto 100%;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .s1 .swiper-pagination-bullet {
    	opacity: 0.8;
		background-color: #fff;
		border: 1px solid #ccc;
		-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.25)!important;
        -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.25)!important;
        box-shadow: 1px 1px 1px rgba(0,0,0,0.25)!important;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color='#333333')"!important;
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color='#333333')!important;
    }

    .s1 .swiper-pagination-bullet-active {
		background-color: #237da2;
		border-color: #237da2;
	}

    #progress_bar {
        margin-top: -42px;
        padding: 0;
        width: 100%;
        height: 4px;
    }


    main {
		position: relative;
		width: 100%;
	}*/

    #caja_buscar {
        width: 40%;
        position: fixed;
		top: 84px;
		right: 10px;
        padding: 10px;
        z-index: 1001;
        padding-top: 14px;
        padding-bottom: 0;
        background: #f6f6f6;
        display: none;
        -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.25);
        -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.25);
        box-shadow: 1px 1px 1px rgba(0,0,0,0.25);
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color='#333333')";
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color='#333333');
    }

    /*.boton_buscar {
        position: absolute;
        right: 0;
        top:-1px;
        margin: 0;
        /*float: left;
        display: block;*/
        /*padding: 2px 7px;
        border-radius: 9999em;
        border: 3px solid #5378b9;
    }

    .boton_buscar:hover {
        border-color: #322e79;
        color: #322e79;
    } */
    #caja_camino {
        padding: 5px 0;
		background: #fff;
		border: 1px solid #ccc;
		position: fixed;
		top: 94px;
		left: 10px;
		z-index: 10008;
		display: none;
	}

	#caja_camino ol li a {
		color: #237da2;
		text-decoration: none;
		display: inline-block;
		white-space: nowrap;
		position: relative;
	}

	#caja_camino ol li a:after {
	    content: '';
	    display: block;
	    height: 2px;
	    width: 0;
	    transition: width .5s ease, background-color .5s ease;
	    position: absolute;
	    bottom: 0;
	}

	#caja_camino ol li a:hover:after {
	    width: 100%;
	    background:#237da2;
	}

	#caja_camino ol {
		list-style-type: none;
		margin: 0;
		padding: 0;
		padding-left: 1em;
	}

	#caja_camino ol li {
		font-size:0.85em;
		display: inline-block;
		position: relative;
		padding-right: 2em;
		margin: 0;
	}

	#caja_camino ol li:last-child {
		padding-right: 1em;
	}

	#caja_camino ol li:after {
		font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f105";
		position: absolute;
		display: inline-block;
		right: 0;
		width: 2em;
		text-align: center;
	}

	#caja_camino ol li:last-child:after {
		content: '';
		width: 0;
	}

/*#caja_camino ol li a:hover {
    text-decoration: underline;
  }*/




    #boton_intranet {
        margin-right:20px;
    }

    #boton_intranet:hover {
        color: #fff;
    }

    .caja_texto {
    	padding-top: 2%;
    	padding-bottom: 2%;
        /*padding: 2% 6%;*/
        /*background: rgba(255, 255, 255, 0.6);*/
        /*border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;*/
    }

    .caja_texto2 {
        padding: 2% 6%;
        background: rgba(255, 255, 255, 0.6);
    }

    .caja_texto p {
        text-align: justify;
        color: #64656F;
    }

    .caja_texto h1{
        color: #181D73;
        font-family: 'Noto Serif', serif;
        font-size: 3em;
        margin-bottom: 30px;
        font-weight: bold;
        text-align: center;
    }

    .caja_texto .tit, .tit {
        font-weight: bold;
        margin-top: 40px;
        font-size: 1.7em;
        color: #5A77B4;
        font-family: 'Noto Serif', serif;
        text-align: left;
    }

    .tit img {
        -webkit-border-radius: 5px!important;
        -moz-border-radius: 5px!important;
        border-radius: 5px!important;
        -moz-box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
        -webkit-box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
        box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#333333')";
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#333333');
    }

    .subtitulo {
		font-weight: bold;
	}

    .imagen {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

    .cabeza_serie {
        background: #fff;
        padding-top:20px;
        padding-bottom:20px;
    }

    .cabeza_serie p {
        margin:0;
        color:#000;
        font-size:3em;
        text-align: center;
        font-family: 'Noto Serif', serif;
    }

    .cabeza_serie .container {
        position: relative;
    }

    /*.cabeza_serie a {
        color: #fff;
        position: absolute;
        right: 10px;
        top: 2px;
    }

    .cabeza_serie a:hover {
        color: #ccc;
    }*/

    .lgas {
    	margin-bottom: 30px;
    }



    .liga_medio:hover {
		border-color: #322e79;
	}

    .liga_medio {
        width: 100%;
        height: 100%;
        padding: 10px;
        text-decoration: none;
        float: left;
        background: #f6f6f6;
        color: #5378b9;
        border: 1px solid #eee;
    }

    .liga_medio div:first-child {
        float:left;
        width: 15%;
        color: #808080;
        font-size: 2em;
    }
    .liga_medio div:last-child {
        float:left;
        width: 85%;
        margin: 0;
        padding: 0;
    }

    .liga_medio div:last-child span {
        color:#808080;
        font-size: 0.9em;
    }

    /*.lista_medios .audio {
        float: left;
    }*/

    #lista_meses {
        padding: 10px;
    }

    #lista_meses p {
        font-weight: bold;
        color: #322e79;
        text-align: center;
    }

    #lista_meses a {
        text-decoration: none;
        color: #5378b9;
        padding: 10px;
        width: 25%;
        margin: 0;
        display: inline-block;
        border: 1px solid transparent;
        text-align: center;
        font-size: 0.9em;
    }
    #lista_meses a:hover {
        border-color: #322e79;
    }

    .dropdown-menu {
        min-width: 200px;
    }
    .dropdown-menu.columns-3 {
        min-width: 600px;
    }
    .dropdown-menu li a {
        padding: 5px 15px;
        font-weight: 300;
    }
    .multi-column-dropdown {
        list-style: none;
      margin: 0px;
      padding: 0px;
    }
    .multi-column-dropdown li a {
        display: block;
        clear: both;
        line-height: 1.428571429;
        color: #333;
        white-space: normal;
    }
    .multi-column-dropdown li a:hover {
        text-decoration: none;
        color: #262626;
        background-color: #999;
    }

    .libros {
        margin-bottom: 30px;
    }

    .libros .portada {
        border: 1px solid #eee;
        background: #f6f6f6;
        width: 100%;
        height: 100%;
        padding: 10px;
        display: inline-block;
        text-decoration: none;
        font-size: 0.9em;
        position: relative;
    }

    .libros .portada:hover {
        border-color: #322e79;
    }

    .libros img {
        width: 20%;
        margin-right: 10px;
        margin-bottom: 10px;
        -moz-box-shadow: 0 0 5px #888;
        -webkit-box-shadow: 0 0 5px#888;
        box-shadow: 0 0 5px #888;
    }

    .libros p {
        text-align: left;
    }

    /*.libros p:last-child {
        font-size: 0.9em;
    }*/

    .biblioteca > .portadas {
        margin-bottom: 30px;
    }

    .biblioteca > .portadas > a {

        /*background: #f6f6f6;*/
        width: 100%;
        height: 100%;
        padding: 0;
        display: block;
        text-decoration: none;
    }

    .biblioteca > .portadas > a:hover img {
        border-color: #322e79;
    }

    .biblioteca > .portadas a img {
        width: 100%;
        height: auto;
        border: 1px solid #ccc;
        display: block;
        -moz-box-shadow: 0 0 5px #888;
        -webkit-box-shadow: 0 0 5px#888;
        box-shadow: 0 0 5px #888;
    }

    .descargas {
        position: absolute;
        bottom: 10px;
        right: 25px;
    }

    .page-item.active .page-link {
        background: #5378b9;
        border: 1px solid #5378b9;
    }

    .page-item .page-link {
        color: #322e79;
    }

    /*.libros button {
        margin-top: 10px;
    }*/

    .bootstrap-select {
        margin-right: 8px;
    }

    .header img {
        width:100%;
        height:auto;
    }

    .header a {
        display:block;
    }

    .header a:first-child {
        width:5.5%;
        float:left;
    }

    .header a:nth-child(2) {
        width:35%;
        padding-top:6px;
        float:right;
    }

    .header a:nth-child(3) {
        width:30%;
        float:right;
    }

    a[disabled="disabled"] {
        pointer-events: none;
    }

    .captcha {
        border: 1px solid #ccc;
    }

    .video-wrapper {
		position: relative;
	}

    .isbn {
        font-size:0.9em;
        font-weight:normal;
        position: absolute;
        right:0;
        top:-5px;
        line-height: 18px;
        color: #fff;
        text-align: right;
        padding-right: 10px;
    }

    .encabezado {
        margin-bottom: 30px;
    }

    .texto_resumen {
		font-size: 1.2em;
	}

	.cabeza_seccion {
		font-size: 4em;
		color: #322e79;
		font-weight: bold;
    }

    @media (max-width:1240px) {
	    .menu_principal .navbar-nav:first-child .nav-item {
	        margin-right: 10px;
	    }

	    .menu_principal .sitio_menu:first-child {
			width: 34px;
			height: 34px;
		}

		.menu_principal .sitio_menu:nth-child(2) {
			width: 190px;
			height: 32px;
		}

		.caja_principal {
			padding-top: 85px;
		}

		.caja_texto h1 {
        	font-size: 2.8em;
        }
    }

    @media (max-width:1140px) {
		.menu_principal .navbar-nav:first-child .nav-item {
	        margin-right: 0;
	    }

	    .menu_principal .sitio_menu:nth-child(2) {
	    	margin-right: 0;
	    }

	    .menu_principal .nav-link {
			font-size: 0.9em;
		}
		.menu_derecha .nav-link {
			font-size: 0.9em;
		}

		.texto_resumen {
			font-size: 1.1em;
		}

		.menu_derecha .quita_menu {
			display: none!important;
		}

		.caja_texto h1 {
        	font-size: 2.5em;
        }
    }

    @media (max-width: 992px) {
        .grupo_selectores {
            padding-top: 8px;
            float: right;
        }

        .lista_medios div:first-child {
            font-size: 1.5em;
        }

		.texto_resumen {
			font-size: 1em;
		}

		.menu_principal .nav-link {
			padding-left: 10px;
			width: 90%;
			font-size: 1em;
		}

		.caja_texto h1 {
        	font-size: 2.2em;
        }
	}

    @media (max-width: 767px) {
        .dropdown-menu.multi-column {
            min-width: 240px !important;
            overflow-x: hidden;
        }

        .lista_medios div:first-child {
            font-size: 1.5em;
        }

        .cumple div {
            width: 32%;
        }

        .titulo_transmision {
			padding-left: 1px!important;
        	padding-right: 1px!important;
		}
        .texto_transmision {
        	font-size:0.85em;
        	padding-left: 1px!important;
        	padding-right: 1px!important;
        	margin: 0!important;
		}

        .titulo_transmision span {
			display: none;
			margin-left: 0;
		}

	    .caja_texto_transmision {
			padding:0;
		}

		.texto_resumen {
			font-size: 0.9em;
		}

		.cabeza_seccion {
			font-size: 2em;
		}

		.caja_texto h1 {
        	font-size: 1.8em;
        }

        .pie_frame p:first-child {
        	margin-top: 30px;
        }

        footer {
	    	padding-top: 0;
	    }
	    .pie_frame .caja_redes {
			top: 30px;
		}
    }

    @media (max-width:576px) {
        /*.libros .portada {
            width: 40%;
            margin-left: 30%;
            margin-bottom: 10px;
        }*/
        .header {
            padding-left:10px;
            padding-right: 10px;
        }

        .header a:first-child {
            width:10%;
            float:left;
        }

        .botones_redes {
            margin-right:0;
        }

        .lista_medios div:first-child {
            font-size: 1.5em;
        }

        #boton_intranet {
            margin-right:10px;
        }

        .caja_texto h1 {
        	font-size: 1.5em;
        }
	}

	@media (max-width:400px) {
		.caja_texto h1 {
        	font-size: 1.2em;
        }
	}
