    @charset "UTF-8";
    
    body, html {
        margin: 0px;
        padding: 0;
        height: 100%;
        width: 100%;
    }
    
    html {
        height: 100%;
        width: 100%;
    }

    * { font-family: 'Noto Sans', sans-serif; }

    a {
        color: #5378b9;
    }
    
    a:hover {
        color: #322e79;
    }

    .caja_menu {
		border-top: 20px solid #237da2;
		padding: 0;
	}
	
	.fondo_menu {
		background: #fff;
		position: absolute;
		right: 0;
		width: 100%;
		height: 60px;
		z-index: -1100;
	}
	
    .menu_principal {
        position: relative;
        padding: 10px 0;
        background: #fff;
    }
    
    .sombra_menu {
    	-webkit-box-shadow: 0px 1px 4px 0px rgba(204,204,204,1);
		-moz-box-shadow: 0px 1px 4px 0px rgba(204,204,204,1);
		box-shadow: 0px 1px 4px 0px rgba(204,204,204,1);
    }
	
	.menu_principal .navbar-nav:first-child {
		min-width: 80%;
	}
	
	.menu_principal .nav-link {
		color: #000;
		font-size: 1em;
    }
    
    .menu_principal .navbar-nav:first-child .nav-item {
        margin-right: 30px;
    }

    .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 img {
		width: 100%;
	}*/
	
	.menu_principal .sitio_menu {
		margin: 0;
		padding: 0;
		height: 54px;
		position: relative;
	}
	
	.menu_principal .sitio_menu:first-child {
		width: 54px;
		margin-right: 1%;
		margin-left: 2%;
		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: 200px;
		/*width: 220px;*/
		height: 50px;
		margin-right: 30px;
		background-image: url('/images/iisue.png');
		background-size: auto 100%;
		background-repeat: no-repeat;
		transition: 0.9s;
	}
	
	.menu_principal .boton_menu {
		color: #102360;
	}
	
	.menu_derecha .nav-item {
		font-size: 0.95em;
	}
	
	/*.menu_derecha li:last-child a {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}*/
	
	.fondo_menu {
		height: 45px;
	}
	
	.pie_frame {
        background: #102360;
        padding: 20px 3%;
        padding-bottom: 60px;
        /*position: relative;*/
        float: left;
        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: 0;
	}
	
	.pie_frame .caja_redes a {
        text-decoration: none;
        color: #fff;
        font-size: 1.2em;
        padding: 3px;
        display: inline-block;
    }
    
    .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;
	}
	
    .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: 'Josefin Sans', sans-serif;
        font-weight: 400;
        font-size: 20pt;
        color: #dcb439;
        text-align: center;
        text-shadow: 0px -1px 0px #F5F5F5;
        text-transform: uppercase;
    }
    .list-group img {
        max-width: 134px;
    }

    .cuerpo p {
        text-align: justify;
    }
    
    
    
    /*
    
    .pie_frame {
        background: #322e79;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .liga_pie {
        color: white;
        padding: 2px;
        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;
	}
    
    .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;
    }
    
    .tit {
        font-weight: bold;
        margin-top: 40px;
    }
    
    .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');
    }
    
    .menusitios {
        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;
    }
    
    .header_iisue {
		background: #586065;
		/*border-bottom: 1px solid #ccc;*/
	}
	
	#controles a {
		border-left-color: #ccc;
	}
	#controles a:nth-child(3) {
		background-color:#fff;
	}
    
    #lineas .carousel-item {
        height: 250px;
    }
    
    #lineas .carousel-item p {
        font-size: 1.5em;
        font-weight: bold;
        color: #322e79;
        line-height: 250px;
        text-align: center
    }
    
    .caja_titulo {
		background-image: linear-gradient(to right, #222F6E , #5378B9);
		/*margin-bottom: 40px;*/
		margin-top: 100px;
	}
	
	.caja_titulo h1 {
		color: #fff;
		text-align:left;
		margin: 0;
		padding: 0;
	}
	
	.swiper_iisue {
        padding: 0;
        width: 100%;
        max-width: 950px;
        margin: 0 auto;
        position: relative;
    }
    
    .swiper_iisue .s1 {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        position: relative;
		padding-bottom: 30px;
    }
    
    .s1 .swiper-wrapper .swiper-slide {
        width: 100%;
        height: 256px;
	}
    
    .s1 .swiper-slide a {
        width:100%;
        height: 100%;
        display: block;
        background-size: cover;
        background-position: center center;
        border: 1px solid #ccc;
    }
	
    .s1 .swiper-wrapper {
        width: 100%;
        /*height: 100%;*/
    }
    
    .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;
	}
	
	#s1 {
		position: absolute;
		bottom: 0px;
	}
	
	.caja_libros {
		background-image: url('/images/textura.png');
		/*background-size: cover;*/
		background-size: 100% auto;
		padding: 20px 0!important;
	}
	
	@media (max-width: 992px) {
		.caja_libros {
			background-size: auto auto;
		}
	}
    
    .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;
    }
    .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%); 
        }
    }


    #progress_bar {
        width: 100%;
        height: 4px;
        position: absolute;
        bottom: 38px;
    }

    #caja_buscar {
        margin-bottom:0!important;
        width:30%;
        /*float: right;*/
        float: left;
        position: relative;
        border-radius: 9999em;
        border: 2px solid #5378b9;
        border-right: none;
        padding: 0;
        padding-right: 38px;
        padding-bottom: 0!important;
        background: #eee;
    }

    #caja_buscar input {
        border-radius: 9999em;
        border: 1px solid transparent!important;
        background: #eee;
        margin:0!important;
    }
    #caja_buscar input:focus {
        outline: none;
        box-shadow: none;
    }

    .btns_redes {
        background:#322e79;
        padding-top:5px;
        padding-bottom: 5px;
    }
    .botones_redes i {
        color:#5378b9;
    }
    
    .botones_redes {
        text-decoration:none;
        margin-right:20px;
    }

    .botones_redes:hover i {
        color:#fff;
    }
    
    .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;
    }
    /*.boton_buscar a:hover i {
        color:#322e79!important;
    }*/

    #boton_intranet {
        margin-right:20px;
    }

    #boton_intranet:hover {
        color: #fff;
    }

    .caja_texto {
        padding: 2% 6%;
        /*background: rgba(255, 255, 255, 0.6);*/
        background:#fff;
    }

    .caja_texto2 {
        padding: 2% 6%;
        background: rgba(255, 255, 255, 0.6);
    }

    .caja_texto p {
        text-align: justify;
        color: #322e79;
    }

    .caja_texto h1{
        color: #181D73;
        font-family: 'Noto Serif', serif;
        font-size: 2.5em;
        margin-bottom: 30px;
        font-weight: bold;
        text-align: center;
    }

    .cabeza_serie {
        background: #646670;
        padding-top:8px;
        padding-bottom:8px;
    }

    .cabeza_serie p {
        margin:0;
        color:#fff;
        font-weight:bold;
        font-size:1.4em;
        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;
    }

    .lista_medios {
        width: 100%;
        height: 100%;
        padding: 10px;
        text-decoration: none;
        float: left;
        background: #f6f6f6;
        color: #5378b9;
        border: 1px solid #eee;
        display: block;
    }

    .lista_medios:hover {
        border-color: #322e79;
    }

    .lista_medios div:first-child {
        float: left;
        width: 15%;
        color: #808080;
        font-size: 2em;
    }
    .lista_medios div:last-child {
        float: left;
        width: 85%;
    }

    .lista_medios div:last-child span {
        color: #808080;
        font-size: 0.9em;
    }
    
    .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_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;
    }

    .capthca {
        border: 1px solid #ccc;
    }

    .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;
    }
    
    #password-strength {
		font-size: 0.9em;
	}
    
    @media (max-width:1240px) {
		
	    .menu_principal .nav-link {
	    	font-size: 0.95em;
	    }
	    
	    .menu_principal .navbar-nav:first-child .nav-item {
	        margin-right: 10px;
	    }
	}
	
	@media (max-width:1140px) {
		.menu_principal .navbar-nav:first-child .nav-item {
	        margin-right: 0;
	    }
	    
	    .menu_principal .nav-link {
			font-size: 0.9em;
	    }
	}

    @media (max-width:992px) {
        .grupo_selectores {
            padding-top: 8px;
            float: right;
        }
        
        .lista_medios div:first-child {
            font-size: 1.5em;
        }
        
        .menu_principal .nav-link {
			font-size: 1em;
			margin-left: 10px;
	    }
	    
        .menusitios a {
            width: 26%;
        }
        
        .animado_pie  {
        	margin-bottom: 40px;
        }
        
        .s1 .swiper-wrapper .swiper-slide {
        	height: 210px;
        }
    }
    
    @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;
		}
		
		.s1 .swiper-wrapper .swiper-slide {
        	height: 180px;
        }
    }
    
    @media (max-width:576px) {
    	
        .header {
            padding-left:10px;
            padding-right: 10px;
        }

        .header a:first-child {
            width:10%;
            float:left;
        }

        .s1 .swiper-wrapper .swiper-slide {
        	height: 150px;
        }

        #caja_buscar {
            width:45%;
        }

        .botones_redes {
            margin-right:0;
        }

        .lista_medios div:first-child {
            font-size: 1.5em;
        }

        #boton_intranet {
            margin-right:10px;
        }
        .cumple div {
            width: 48%;
        }
	}
	
	@media (max-width:430px) {
        .menusitios a {
            width: 44%;
        }
        .pie_derechos {
			margin-top: 60px;
		}
    }
    

    
