/* *************************************** 
	ESTILOS PARA LA PORTADA 2017
	********************************
	26/04/2018
	14:43
 *************************************** */
/* estilos para ocultar texto en enlaces impte tema accesibilidad */

a span.accesibilidad {
    text-indent: -999em;
}
main.container {
    padding-bottom: 0px;
}
/* CARRUSEL */

.carousel-caption a {
	color:white;
}

.carousel {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -5px;
}
.carousel-caption {
    background: rgba(113, 114, 114, 0.6);
    text-shadow: 0 1px 2px rgba(5, 4, 4, 1);
    color: #FFFFFF;
    bottom: 10%;
    line-height: 1.1em;
    font-family: 'Fira Sans', sans-serif;
}

.carousel-control:focus, .carousel-control:hover {
	color: #fff !important;
}
.carousel-control {  
	color: #fff !important;
}

/* mediaquery para el carrusel */
@media screen and (max-width: 768px) {
	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
		right: 50%;
		margin-right: -20px;
	}
	.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
		left: 50%;
		margin-left: -20px;
	}
	.carousel-indicators {
    	bottom: -12px;
	}
}
@media screen and (min-width: 769px) {
	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
		margin-right: -45px;
	}
	.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
		margin-left: -45px;
	}
	.carousel-indicators {
    	bottom: -10px;
	}
}
@media screen and (min-width: 1000px) {
	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
		margin-right: -60px;
	}
	.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
		margin-left: -60px;
	}
	.carousel-indicators {
    	bottom: -10px;
	}
}
.carousel-control.left {
	background-image: none;
}
.carousel-control.right {
	background-image: none;
}
/* fuentes del cintillo blancas con dos enlaces */
td:nth-child(2) a.subenlace_carousel  {
	color:white;
}
/* PUBLICIDAD Y BANNERS */

.publicidadbanner img {
    padding: 12px 3px;
}
/* DESTACADOS */

.row.destacados {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: -15px;
    margin-right: -15px;
}
.row.destacados h2 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    line-height: 1.3em;
    font-size: 145%;
    margin-top: 0;
}
.row.destacados a:hover {
    text-decoration: none;
}
.destacados .featured-item .col-xs-12 {
    margin: 0;
    padding: 0 !important;
}
.destacados .featured-item {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: -7px;
}
.subitem {
    background-position: left top;
    background-repeat: no-repeat;
    margin-bottom: 9px;
    position: relative;
    box-sizing: border-box;
    color: white;
    height: 40px;
    padding: 9px 3px 9px 10px;
}
.destacados .flecha_estudios {
    float: right;
    margin-top: 5px;
    padding-right: 15px;
}
.destacados .subitem {
    background-color: #0d553f;
}
/* SECCION MAS INFORMACIÓN /OTROS ESTUDIOS  */

.row.masinformacion {
    margin-left: 15px;
    margin-right: 15px;
}
.masinformacion .featured-item {
    background-color: #d8d8d8;
    height: inherit;
    margin-top: 17px;
    margin-bottom: 15px;
    border-right: 4px solid #fff;
}
.masinformacion .featured-item {
    background-repeat: no-repeat;
    background-position: bottom right;
}
.masinformacion .featured-item:nth-child(1) {
    background-image: url(../img/ico_otrosestudios_matricula.png);
}
.masinformacion .featured-item:nth-child(2) {
    background-image: url(../img/ico_otrosestudios_formacion.png);
}
.masinformacion .featured-item:nth-child(3) {
    background-image: url(../img/ico_otrosestudios_idiomas.png);
}
.masinformacion .featured-item:nth-child(4) {
    background-image: url(../img/ico_otrosestudios_acceso.png);
    border-right: none;
}
.masinformacion h3 {
    color: black;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    border-bottom: #999 1px dashed;
    font-size: 120%;
    margin-left: 0px;
    padding-bottom: 6px;
    margin-top: 13px;
}
.masinformacion li {
    font-family: 'Fira Sans', sans-serif;
    color: #0099ff;
    font-size: 115%;
    margin-left: 0px;
    padding: 3px 0px;
}
.masinformacion li a {
    color: #0099ff;
}
.masinformacion li a:hover {
	color: #0099ff; text-decoration: underline;
}
h3.panel-title-uned a:hover {
    text-decoration: none;
}
/* acordeón */

#accordion {
    margin: 10px -15px 0px;
    background-color: #FFF;
    padding: 3px 3px 0px 3px;
}
.panel-default-uned {
    border: none;
}
.panel-heading-uned {
    font-family: 'Fira Sans', sans-serif;
    border: none;
}
.panel-body-uned {
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
}
.panel-body-uned ul {
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px dashed #666;
}
.panel-body-uned ul li {
    border-bottom: none;
    font-size: 110% !important;
    line-height: 1.2em;
    padding: 5px 5px 5px 0;
}
.panel-body-uned ul li a {
    color: #0099ff;
}
.panel-title-uned a span.glyphicon {
    color: #0099ff;
}
.panel-title-uned a {
    color: #000 !important;
}
/* SECCIÓN CÓMO ESTUDIAR */

.como_estudiar {
    background-color: #2a2f2d;
    color: #FFF;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    margin-top: 10px;
    padding: 5px 5px 15px;
}
.como_estudiar div {
    margin-top: 5px;
}
.como_estudiar div h4 {
    font-weight: 400;
    border-bottom: 1px dashed;
    padding-bottom: 4px;
    margin-bottom: 14px;
    font-size: 130%;
}
.como_estudiar div p {
    font-size: 110%;
    padding-left: 25px;
}
.como_estudiar div ul {
    font-size: 110%;
    padding-left: 25px;
    line-height: 0.9em;
}
.como_estudiar div ul li {
    list-style: none;
    padding-bottom: 0.6em;
}
.como_estudiar div ul li a {
    color: #0099ff;
}
.como_estudiar div ul li a:hover { 
	color: #0099ff; 
	text-decoration:underline;
}
.como_estudiar i {
    font-size: 120%;
    color: #4570b5;
    padding-top: 2px;
}
.como_estudiar i.fa-map-marker,
.como_estudiar i.fa-globe {
    font-size: 140%;
}
.como_estudiar li a i {
    font-size: 130%;
    color: #0099ff !important;
    padding-top: 0px;
}
/* SECCIÓN FUTURO ESTUDIANTE */

.row.futuro {
    background-color: #7d9bcb;
    color: #333;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 1px;
}
.futuro div {
    margin-top: 5px;
    margin-bottom: 10px;
    padding-right: 15px;
}
.futuro div h4 {
    font-weight: 400;
    color: #FFF;
    padding-bottom: 4px;
    margin-bottom: 14px;
    font-size: 130%;
}
.futuro div p {
    font-size: 110%;
    padding-left: 25px;
}
.futuro div i {
    font-size: 120%;
    color: #FFF;
}
.futuro div a.btn.btn-info {
    background-color: #FFF;
    color: #0099ff;
    border-radius: 0px;
    padding: 9px 33px 7px;
    border-color: #FFF;
    margin-left: 25px;
    font-weight: 500;
    font-size: 110%;
    margin-top: 10px;
}
/* SECCIÓN CANALUNED/CULTURA UNED */

.row.canaluned {
    /*padding: 20px 15px 25px 30px;*/
    background-color: #01573c;
    color: white;
}
.canaluned iframe {} .canaluned {
    padding-bottom: 25px;
}
.canaluned div[class^="col-"] {
    padding-left: 15px;
}
.canaluned div a {
    font-size: 110%;
    background-color: transparent;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    color: #0099ff;
}
.canaluned div a:hover {
	color: #0099ff; 
	text-decoration: underline;
}
.canaluned h3 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    line-height: 16px;
    font-size: 140%;
    padding-bottom: 5px;
    margin-left: 15px;
    margin-top: 25px;
}
.canaluned h4 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    line-height: 1.1em;
    font-size: 128%;
    margin-bottom: 8px;
    padding-top: 10px;
    text-transform: uppercase;
}
.canaluned p {
    font-family: 'Merriweather', serif;
    font-weight: 300;
    font-size: 100%;
    ;
    padding-right: 5px;
}
/* SECCIÓN INVESTIGACIÓN */

.row.investigacion {
    margin: 0px -15px;
}
.row.investigacion div[class^="col-"] {
    padding: 0;
    display: flex;
    align-items: center;
}
.row.investigacion div[class^="col-"] .velo {
    background-color: rgba(239, 147, 37, 0);
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 12;
}
.row.investigacion div[class^="col-"] .velo:hover {
    background-color: rgba(239, 147, 37, 0.6);
    transition: all 0.4s ease 0s;
}
.row.investigacion .foto_inves {
    max-height: 207px;
    overflow: hidden;
    width: 100%;
}
.row.investigacion div.foto_inves img {
    max-width: 120%;
    width: 120%;
}
.row.investigacion div img {
    display: block;
    position: relative;
}
.row.investigacion div[class^="col-"] a div.enlace_inves {
    background-color: #ef9325;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    max-width: 220px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    /*position: relative; top: 50%;transform: translateY(-50%);*/
}
.row.investigacion div[class^="col-"] a div h4 {
    font-family: "Fira Sans", sans-serif;
    font-size: 140%;
    font-weight: 400;
    text-align: center;
}
.row.investigacion div a {
    color: #FFF;
    font-family: "Fira Sans", sans-serif;
    font-size: 100%;
    font-weight: 400;
}
.row.investigacion div a:hover {
    text-decoration: none;
}
/* NOTICIAS 2 UNED - versión cuadros columnas */

.noticias2.row {
    background-color: #e6e6e6;
    padding: 5px 10px 15px 5px;
}
.noticias2.row .col-xs-12.col-sm-6.col-md-3 {} .noticias2 h3 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    line-height: 25px;
    font-size: 150%;
    margin-left: 15px;
    color: #293352;
    margin-bottom: 15px;
}
.cuerponoticia2 {
    background-color: white;
    margin: 5px 2px;
    /*height:auto;*/
}
.cuerponoticia2 img {
    width: 100%;
}
.contenidonoticia2 {
    margin-bottom: 10px;
    padding: 10px 5px;
}
.cuerponoticia2 h4 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    font-size: 130%;
    padding-right: 5px;
    padding-left: 10px;
    margin-bottom: 5px;
}
.cuerponoticia2 a h4 {
    text-decoration: underline;
}
.fecha2 {
    font-family: 'Fira Sans', sans-serif;
    font-size: 90%;
    margin-left: 10px;
    padding-bottom: 5px;
    color: #808080;
}
.cuerponoticia2 p {
    font-family: 'Merriweather', serif;
    font-size: 100%;
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 10px;
}
.cuerponoticia2 a {
    color: #01573c;
    letter-spacing: 0.03em;
}
.cuerponoticia2 a:hover {
	color: #01573c !important;
	letter-spacing: 0.03em; 
	text-decoration: underline;
}
/* NOTICIAS RESPONSABILIDAD SOCIAL */

.noticias2.responsabilidad {
    background-color: #5672b7;
}
.noticias2.responsabilidad h3 {
    color: #FFF;
    margin-left: 17px;
    line-height: 1.1em;
}
/* FIN NOTICIAS RESPONSABILIDAD SOCIAL */
/* INSTITUCIONAL */
/* version verde caqui para combinar con el area de responsabilidad social universitaria */
/*.institucional {background-color: #45564d;padding: 5px 5px 20px;color:#FFF;}
.institucional h3 { color:#FFF; margin-left:17px; line-height:1.1em; font-family: 'Fira Sans', sans-serif; font-weight:400;font-size:140%;}
.institucional div[class^="col-"] {margin-top:20px; margin-left:10px;}
.institucional div[class^="col-"] a {color:#09F; font-family: 'Fira Sans', sans-serif; font-weight:500; line-height:0.9em; font-size:110%;}*/
/* version azul para combinar con CANAL UNED */

.institucional {
    background-color: #293352;
    padding: 5px 5px 20px;
    color: #FFF;
}
.institucional h3 {
    color: #FFF;
    margin-left: 17px;
    line-height: 1.1em;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    font-size: 140%;
}
.institucional div[class^="col-"] {
    margin-top: 20px;
    margin-left: 10px;
}
.institucional div[class^="col-"] a {
    color: #09F;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    line-height: 0.9em;
    font-size: 110%;
}
.institucional .fa-2x {
    color: #B5CBEA;
}
/* EXTRAS */

.extras {
    background-color: #999;
    padding: 5px 5px 20px;
    color: #333;
}
.extras div[class^="col-"]:first-child {
    margin-top: 20px;
    margin-left: 5px;
}
.extras div[class^="col-"]:nth-child(2) {
    margin-top: 10px;
    margin-left: 10px;
}
.extras h3 {
    color: #FFF;
    margin-top: 0;
    line-height: 1.1em;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    font-size: 140%;
}
.extras p {
    color: #333;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    font-size: 110%;
    margin-left: 25px;
}
.extras p a {
    color: #333;
}

.extras p a:hover {
    color: white;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
}
.extras p i {
    color: #000;
}
/* ATENCIÓN PRESENCIAL */

.atencion {
    padding-bottom: 20px;
}
.atencion.row {
    margin-top: 15px;
}
.atencion h3 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    line-height: 1em;
    font-size: 140%;
    color: #01573c;
    margin-bottom: 20px;
    margin-left: 10px;
}
.atencion div[class^="col-"] h4 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    font-size: 110%;
    margin-bottom: 0px;
    color: #666;
    margin-top: 0px;
    margin-left: 14px;
}
.atencion div[class^="col-"] i {
    font-size: 120%;
    color: #01573c;
}
.atencion div[class^="col-"] p {
    font-family: 'Fira Sans', sans-serif;
    font-size: 110%;
    padding-top: 5px;
    padding-right: 5px;
    margin-left: 13px;
    color: #666;
}
.atencion div[class^="col-"] a {
    color: #09F;
}
/* VERSIONES @MEDIA */
/* moviles antiguos? */

@media only screen and (max-width: 320px) {
    main.container .col-xs-12 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .destacados.container .featured-item {
        margin-top: 0px !important;
        margin-bottom: 0px;
    }
}
/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {
    /* texto carrusel y fondo */
    
    .carousel-caption {
        font-size: 110%;
    }
    .carousel {
        margin-top: 0px;
    }
    /* DESTACADOS */
    /* NOTICIAS */
    /* ENLACES OTROS ESTUDIOS */
    
    .panel-title-uned {
        font-size: 130%;
        margin-left: 8px;
        margin-right: 10px;
        margin-top: 9px;
        padding-bottom: 0;
        font-weight: 400;
    }
    .panel-title-uned:nth-child(3) {
        border-bottom: none !important;
    }
    .panel {
        box-shadow: none;
    }
    .panel-group .panel {
        background-color: #d8d8d8;
        border-radius: 0px;
    }
    .panel-title-uned a {
        color: #000;
    }
    .panel-heading-uned {
        padding: 5px 19px 1px 3px;
    }
    /* CUADRO BUSQUEDA CONTACTO REDES */
    
    .busqueda2 {
        width: 95%;
        height: 100px;
        margin: 2px 8px;
    }
    .busqueda2 a {
        color: #fff;
    }
    /* VIDEO CANAL UNED */
    /* noticias */
    
    .noticiacuerpo {
        /*height:155px;*/
    }
}
/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {
    /* texto carrusel y fondo */
    
    .carousel-caption {
        font-size: 100%;
    }
    .carrusel {
        /* margin-left: 15px !important;

			margin-right: 15px !important;*/
    }
    /* DESTACADOS */
    /* noticias */
    
    .noticiacuerpo {
        /*height:120px;*/
    }
    /* INVESTIGACIÓN */
    
    .container .investigacion div[class^="col-"] a div.enlace_inves {
        margin-top: 8%;
    }
}
/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    /*.container-fluid {padding-left:10px;} mga*/
    /* texto carrusel y fondo */
    
    .carrusel {
        margin: 0px !important;
    }
    .carousel {
        margin: 0 1%;
    }
    .carrusel {
        margin-left: 9px !important;
        margin-right: 21px !important;
    }
    .carousel-caption {
        font-size: 120%;
    }

    /* DESTACADOS */
    
    .row.destacados {
        margin: -5px 16px 5px 4px;
        /*padding-left: 24px;
		padding-right: 26px;*/
    }
    .destacados .panel-title-uned {
        margin-left: 15px;
    }
    .destacados .featured-item {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: -3px;
    }
    .destacados .subitem.subitem_01 {
        background-image: url(http://portal.uned.es/bootstrap/img/destacados01.jpg);
        background-repeat: no-repeat;
    }
    .destacados .subitem.subitem_02 {
        background-image: url(http://portal.uned.es/bootstrap/img/destacados02.jpg);
        background-repeat: no-repeat;
    }
    .destacados .subitem.subitem_03 {
        background-image: url(http://portal.uned.es/bootstrap/img/destacados03.jpg);
        background-repeat: no-repeat;
    }
    .destacados .subitem.subitem_04 {
        background-image: url(http://portal.uned.es/bootstrap/img/destacados04.jpg);
        background-repeat: no-repeat;
    }
    .row.destacados h2 {
        line-height: 1em;
        font-size: 140%;
    }
    .subitem {
        height: 65px;
        padding: 14px 10px;
        background-color: transparent;
    }
    .destacados .flecha_estudios {
        float: none;
        margin-top: 2px;
        padding-right: 5px;
    }
    /* OTROS ESTUDIOS */
    
    .masinformacion .featured-item {
        /*height:230px;*/
    }
    #accordion {
        margin: 5px 18px 7px 6px;
    }
    /* FUTURO ESTUDIANTE */
    
    .futuro div img {
        margin-top: 10%;
    }
    /* NOTICIAS */
    
    .noticiaimg {
        width: 28%;
    }
    .cuerponoticia2 a h4 {
        text-decoration: none;
         /*letter-spacing: .2px; */
    }
    .noticias2.row > .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    /* intento de solucionar bug safari  http://stackoverflow.com/questions/34250282/flexbox-safari-bug-flex-wrap */
    
    .noticias2.row .container:before,
    .noticias2.row .container:after,
    .noticias2.row:before,
    .noticias2.row:after {
        content: normal;
        /*// IE doesn't support `initial`*/
    }
    .noticias2.row > .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }
    .noticias2.row > .container div[class^="col-"] {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        
        display: -webkit-flex;
        /* NEW - Chrome */
        
        display: flex;
        flex-direction: column;
        background-color: #fff;
        border-right: 10px solid #e6e6e6;
        margin-bottom: 20px;
    }
    .noticias2.responsabilidad.row > .container div[class^="col-"] {
        border-color: #5672b7;
    }
    .noticias2 h3,
    .noticias2.responsabilidad h3 {
        margin-left: 0px;
    }
    .noticias2.row .cuerponoticia2 {
        margin: 0px -15px;
        /*height: 360px;*/
        
        height: 100%;
    }
    /* VIDEO CANAL UNED */
    
    .canaluned h3 {
        margin-top: 25px;
    }
    .canaluned p {
        padding-left: 0px;
    }
    /* INVESTIGACIÓN */
    
    .row.investigacion div[class^="col-"] a div.enlace_inves {}
    /* INSTITUCIONAL */
    
    .institucional div[class^="col-"] {
        margin-left: 0px;
    }
    .institucional .fa-2x {
        font-size: 1.8em;
    }
    /* EXTRAS */
    
    .extras div[class^="col-"]:nth-child(2) {
        margin-top: 20px;
    }
    /* CONTACTO */
    
    .atencion {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
	
	/* PIE PÁGINA */
	.contenedorpie { text-align:center; margin-left:0px !important; margin-right:0px !important;}
	.enlacespie, .copyright {text-align:left; padding-left:15px; margin-left:0px !important; margin-right:0px 				!important;}
	
}
/* solucionar headar portal estilos cabecera interfieren? */

@media only screen and (min-width: 769px) {
    /* DESTACADOS */
    
    .row.destacados {
        padding-left: 1px;
        padding-right: 1px;
        margin: 0px 9px 10px;
        /*padding-left: 24px;

    		padding-right: 26px;*/
    }
    .carrusel {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    #accordion {
        margin: 5px 11px 7px 11px;
    }
	
}
/* solucionar headar portal estilos cabecera interfieren? */

@media only screen and (min-width: 800px) {
    /* DESTACADOS */
    
    .row.destacados {
        margin: 3px 9px 12px;
        padding-left: 1px;
        padding-right: 1px;
    }
    .carrusel {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
	
	/* PIE PÁGINA */
	.contenedorpie {}
	.enlacespie, .copyright {text-align:center;}
}
/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
    /* texto carrusel y fondo */
    
    .carousel-caption {
        font-size: 120%;
    }
    .carrusel {
        margin-left: 3px !important;
        margin-right: 24px !important;
    }
    /* DESTACADOS */
    
    .row.destacados {
        padding-left: 1px;
        padding-right: 1px;
        /*padding-left: 24px;

    		padding-right: 26px;*/
    }
    .destacados .featured-item {
        margin-bottom: 7px;
    }
    .row.destacados h2 {
        font-size: 140%;
        font-weight: 400;
        letter-spacing: 0.01em;
    }
    .destacados .subitem {
        height: 72px;
        padding: 14px 20px 20px;
    }
    /*OTROS ESTUDIOS */
    
    .row.masinformacion {
        margin-left: 3px;
        margin-right: 23px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }
    /* intento de solucionar bug safari  http://stackoverflow.com/questions/34250282/flexbox-safari-bug-flex-wrap */
    
    .container.masinformacion.row:before,
    .container.masinformacion.row:after,
    .masinformacion.row:before,
    .masinformacion.row:after {
        content: normal;
        /*// IE doesn't support `initial`*/
    }
    .row.masinformacion > div.featured-item {
        display: flex;
        flex-direction: column;
    }
    .masinformacion li {
        line-height: 1.25em;
        font-size: 110%;
        padding-bottom: 2px;
    }
    /* FUTURO ESTUDIANTE */
    
    .futuro div img {
        margin-top: 25px;
    }
    .futuro div a.btn.btn-info {
        margin-top: 30%;
        margin-left: 0px;
    }
    /* CANAL UNED */
    
    .canaluned p {} .canaluned h4 {
        padding-right: 5px;
        padding-top: 0px;
        margin-top: 0px;
        font-size: 130%;
    }
    .canaluned a {
        padding-right: 5px;
    }
    /* INVESTIGACION */
    
    .row.investigacion {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .row.investigacion > .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .row.investigacion .foto_inves {
        max-height: 170px;
    }
    /* CUADRO BUSQUEDA CONTACTO REDES */
    
    .busqueda2 {
        width: 30%;
        padding: 10px 10px 10px 18px;
        margin-left: 19px;
    }
    /* NOTICIAS */
    
    .noticiaimg {
        width: 19.5%;
    }
    .cuerponoticia2 {
        /*height: 400px;*/
    }
	
	/* PIE PÁGINA */
	
	.enlacespie {text-align:left;}
	
	
	
}
/* Minimo 1024 para ipad */

@media only screen and (min-width: 1024px) {
    /* DESTACADOS */
    
    .row.destacados {
        padding-left: 1px;
        padding-right: 1px;
        margin: 0px 9px;
    }
    .carrusel {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .row.masinformacion {
        margin-left: 15px;
        margin-right: 15px;
    }
    .noticias2.row > .container div[class^="col-"]:nth-child(4) {
        border-right: 0px;
    }
			/* PIE PÁGINA */
	footer.contenedorpie { padding:0px; margin-right:auto !important; margin-left:auto !important; }
	.enlacespie { text-align:left; /* width:1170px; */ }
    .corse  { margin-right:auto !important; margin-left:auto !important; width: 1024px;}
}
/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
    /* texto carrusel y fondo */
    
    .carousel-caption {
        font-size: 130%;
    }

    /* CUADRO BUSQUEDA CONTACTO REDES */
    
    .busqueda2 {
        width: 31%;
        padding: 10px 10px 10px 18px;
        margin-left: 14px;
    }
    .destacados .subitem {
        padding: 27px 20px 20px;
    }
    /* NOTICIAS */
    
    .noticiaimg {
        width: 39.9%;
    }
    .cuerponoticia2 {
        margin: 5px -5px;
        /*height: 380px;*/
    }
	
		/* PIE PÁGINA */
		
	.corse {width: 1200px;}
	.copyright {text-align:center;}
	
	
}
