* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.jumbotron {
    height: auto;
    margin: 0;
    padding: 50px 0;
}

.titulo-principal {
    margin: 40px 0;
    text-align: center;
}

.subtitulo-principal {
    margin-bottom: 20px;
    margin-top: 40px;
}

.seccion-general {
    margin: 30px 0;
    position: static;
}

.info-general {
    line-height: 1.5;
    margin: 0 auto;
    margin-bottom: 80px;
    max-width: 1200px;
    padding: 0 10px;
    word-wrap: break-word;
}

.info-general p {
    font-size: 16px;
}

.info-general li {
    font-size: 16px;
    margin-bottom: 10px;
}

.info-general ul ul {
    margin-left: 30px;
}

.row {
    margin: 0 auto;
    max-width: 1200px;
}

.parrafo-general {
    font-size: 16px;
    margin-bottom: 20px;
}

.top-navegacion {
    cursor: pointer;
    padding: 10px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #4db2ec;
    color: #fff;
    border-radius: 5px;
}

.top-navegacion:hover {
    background: #8ac3e3;
}

/* ----------------------- seccion del carrusel ----------------------- */

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.color-carrusel {
    background: #b3b3b3;
    width: 100%;
}

.fondo-carrusel {
    background: rgba(0, 0, 0, 0.4);
    bottom: 0;
    color: white;
    height: auto;
    left: 0;
    margin: 0 auto;
    max-width: 1200px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
}

.caption-centrado {
    height: auto;
    left: 50%;
    margin-top: 0;
    max-height: 200px;
    max-width: 1200px;
    position: absolute;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, .99);
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.titulo {
    height: auto;
    margin: 0 auto;
    max-width: 1200px;
    text-align: center;
    width: 100%;
}

/* ----------------------- seccion banner ----------------------- */

.banner {
    position: relative;
}

.banner img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

/* ----------------------- Seccion de informacion ----------------------- */

.info-general-area {
    background: #fff;
    font-size: 20px;
    padding: 65px 0;
    position: relative;
    text-align: center;
}

.info-general-area .iconos {
    color: #0D5B86;
}

.titulo-info-general-area {
    font-weight: bold;
    margin-top: 30px;
}

.info-general-area p {
    margin: 10px 25px;
}

.enlace {
    background-color: white;
    color: #008CBA;
    margin-left: 10px;
    padding: 5px 10px;
    transition: 0.3s background ease;
}

.enlace:hover {
    background-color: #566b77;
    color: #ffffff;
}

.info-general-overlay {
    background-color: #008CBA;
    bottom: 100%;
    height: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    transition: .5s ease;
    width: 100%;
}

.info-general-text {
    color: white;
    font-size: 20px;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.info-general-area:hover .info-general-overlay {
    bottom: 0;
    height: 100%;
}

/* ----------------------- Seccion de imagenes de eventos ----------------------- */

.fondo-eventos {
    background-color: #508888;
}

.titulo-eventos {
    color: #fff;
    margin: 40px 0;
    text-align: center;
}

.event img {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 99.5%;
}

.event {
    height: auto;
    margin: 15px auto;
    position: relative;
    width: 280px;
}

.event-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    height: 100%;
    left: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    transition: .5s ease;
    width: 0;
}

.event:hover .event-overlay {
    left: 0;
    width: 100%;
}

.event-text {
    color: white;
    font-size: 20px;
    height: auto;
    left: 50%;
    overflow: hidden;
    padding: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.event-text a {
    border: 1px solid #fff;
    border-radius: 3px;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    transition: 0.5s background ease, 0.5s color ease;
}

.event-text a:hover {
    background-color: white;
    color: rgba(0, 0, 0, 0.7);
}

/* ----------------------------- paginas ------------------------- */

/* ----------------------- Pagina informacion  ----------------------- */

.fila-informacion p {
    font-size: 16px;
    line-height: 1.5;
}

.titulo-informacion {
    color: #6DA1B0;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 2px;
    text-align: center;
}

.fila-informacion {
    margin: 50px auto;
}

/* ----------------------- Pagina academicos  ----------------------- */

.contenido-general {
    margin: 0;
    padding: 2px 0;
}

.fondo-gris-claro {
    background: #c7c7c7;
}

.fondo-academico {
    background: #e5e5e5;
}

.fondo-colaboradores {
    background: #C0BFAC;
}

.fila-info-personal {
    margin: 40px auto;
}

.tarjeta-info-persona {
    background: #fff;
    border-left: 7px solid #aa1515;
    padding-top: 5px;
}

.nombre-personal {
    margin-top: 15px;
}

.seccion-personal {
    margin: 15px 0 0 10px;
}

.tarjeta-info-persona ul {
    margin-left: 25px;
    margin-top: 10px;
}

.list-group i,
.list-group span {
    margin-right: 5px;
}

.abrir-semblanza {
    float: right;
    margin-right: 0;
    margin-top: 3px;
}

.info-academicos {
    margin-bottom: 0;
    margin-left: 35px;
    margin-top: 0;
}

.semblanza {
    border: 1px solid #d0d0d0;
    display: none;
    line-height: 1.5;
    padding: 20px;
}

.semblanza p {
    margin-bottom: 15px;
}

.polaroid {
    background-color: white;
    border: 1px solid #777;
    margin: 0 auto;
    margin-bottom: 25px;
    width: 85%;
}

.enlaces-info li {
    cursor: pointer;
}

.texto-polaroid {
    padding: 10px 20px;
    text-align: center;
}

.texto-polaroid p {
    margin: 0;
}

.list-group-item:hover {
    background: #6DA1B0;
    color: white;
}

.list-group-item:hover a {
    color: black
}

.info-hovererable {
    background: #6DA1B0;
    color: white;
}

.imagen-thumb {
    display: block;
    height: auto;
    width: 100%;
}

.polaroid:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

/* ----------------------- pagina proyectos integracion -----------------------*/

.cantidad {
    margin-top: 30px;
    text-align: center;
}

.proyecto {
    background: #fff;
    border-left: 4px solid #9b0f0f;
    display: inline-table;
    height: 450px;
    margin: 10px;
    padding: 30px 10px;
    text-align: center;
    transition: 0.5s background ease, 0.5s color ease;
    width: 280px;
}

.proyecto:hover {
    background: #008CBA;
    color: #fff;
    border-left: 4px solid #fff;
}

.subtitulo-integracion {
    margin-top: 20px;
    margin-bottom: 5px;
}

.contenedor-archivo-externo {
    margin: 0 auto;
    max-width: 1200px;
    display: table;
}

.formulario-proyectos-integracion {
    max-width: 1200px;
    width: 95%;
    background: #fff;
    margin: 0 auto;
    padding: 20px;
    font-size: 16px;
}

.formulario-combo-select {
    padding: 10px;
    border-radius: 4px;
    background-color: #f1f1f1;
    border: 1px solid #008CBA;
    margin-right: 15px;
    margin-bottom: 10px;
    width: auto;
}

/* ----------------------- pagina egresados ----------------------- */

.egresado {
    display: inline-table;
    max-width: 380px;
    width: 100%;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 16px;
    margin: 10px;
    font-size: 16px;
}

.egresado i {
    margin: 30px;
}

.nombre-egresado {
    margin: 0;
    padding: 10px 50px;
}

.btn-contacto {
    display: block;
    width: 100%;
    background: #000;
    color: #fff;
    padding: 8px;
}

.btn-contacto:hover {
    opacity: 0.7;
    text-decoration: none;
    color: #fff;
}

.egresado p {
    margin: 30px 10px;
}

.formulario-contacto {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    font-size: 16px;
}

.formulario-contacto-entrada {
    margin-bottom: 20px;
    width: 100%;
    padding: 5px;
}

.formulario-contacto span {
    color: crimson;
    font-size: 20px;
}

.btn-enviar-form {
    background: crimson;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
    border: none;
    opacity: 0.5;
}

.btn-enviar-form:hover {
    opacity: 1;
}

/* ----------------------- pagina de servicios social ----------------------- */

.titulo-proyecto-servicio {
    margin: 30px 0;
    color: #777;
    text-align: center;
}

.asesores {
    margin: 50px 0;
    text-align: center;
}

.actividad {
    max-width: 1100px;
    width: 95%;
    margin: 30px auto;
    padding: 20px;
    background: #6DA1B0;
    color: #fff;
    transition: 0.4s opacity ease;
    text-align: center;
}

.actividad:hover {
    opacity: 0.7;
}

.actividad p {
    font-size: 18px;
}

.color-fondo-requisitos {
    background: #ddd;
    font-size: 16px;
}

.info-requisitos {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
    word-wrap: break-word;
}

.info-requisitos li {
    margin: 15px 0;
}

.info-requisitos ul ul {
    margin-left: 30px;
}

/* ----------------------- pagina de proyectos de investigación ----------------------- */

.imagen-proyecto-inv {
    padding: 0;
}

.imagen-proyecto-inv img {
    width: 99.5%;
    height: auto;
}

.fondo-titulo-proyecto-inv {
    background: #6DA1B0;
    color: #fff;
    height: auto;
}

.titulo-proyecto-inv {
    text-align: center;
    line-height: 1.2;
    padding: 40px 30px;
}

/* ----------------------- pagina de laboratorios ----------------------- */

.responsable img {
    float: left;
    margin-right: 15px;
}

.responsable {
    background: #6DA1B0;
    color: #fff;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

/* --------------- galeria --------- */

.gallery-overlay {
    background-color: #000;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .5s ease;
    width: 100%;
}

.text-zoom {
    color: white;
    font-size: 36px;
    left: 50%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.gallery-row .col-sm-4:hover .gallery-overlay {
    opacity: 0.5;
}

.gallery-card img {
    height: auto;
    width: 100%;
}

.gallery-card {
    margin: 20px auto;
    position: relative;
    width: 95%;
}

/* ----------------------- pagina de grupos temáticos ----------------------- */

.grupo-tematico {
    width: 90%;
    margin: 30px auto;
    text-align: center;
    background: #6DA1B0;
    border: 1px solid #6DA1B0;
    transition: 0.3s background ease, 0.3s border ease;
}

.grupo-tematico:hover {
    background: orangered;
    border: 1px solid orangered;
}

.grupo-tematico ul {
    list-style: none;
    background: #fff;
    margin-bottom: 0;
}

.grupo-tematico ul li {
    font-size: 16px;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.grupo-tematico ul li:hover {
    background-color: #eee;
}

.grupo-tematico i {
    color: #fff;
    margin-top: 50px;
}

.grupo-tematico p {
    font-size: 25px;
    padding: 20px;
    color: white
}

/* ----------------------- posgrado ----------------------- */

.posgrado .col-sm-1,
.posgrado .col-sm-2,
.posgrado .col-sm-3,
.posgrado .col-sm-6 {
    padding: 0;
}

.posgrado .row p {
    font-size: 15px;
    margin: 10px 0;
}

.posgrado .row:hover .trim-caption {
    opacity: 0.7;
}

.trim-caption {
    padding: 50px 10px;
    height: 150px;
    text-align: center;
    margin: 3px;
    color: #fff;
    font-weight: bold;
    background-color: #ff4500;
}

.mapa-uea {
    border: 1px solid #000;
    color: #fff;
    padding: 15px 2px;
    height: 150px;
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 12px;
    text-align: center;
    margin: 3px;
    text-decoration: none;
}

.obligatoria {
    background-color: #6DA1B0;
}

.optativa {
    background-color: #FF950D;
}

.protocolo {
    background-color: #7F3E26;
}

.seminarios {
    background-color: #00B290;
}

.tesis {
    background-color: #14CC41;
}

.movilidad{
    background-color: darkred;
}

.obligatoria:hover,
.optativa:hover,
.seminarios:hover,
.protocolo:hover,
.tesis:hover,
.movilidad:hover {
    opacity: 0.6;
    text-decoration:none;
}

.info-adicional {
    color: #fff;
    margin: 20px auto;
    background-color: darksalmon;
    padding: 30px 10px;
    text-align: center;
    width: 80%;
}

.info-adicional a {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}

.info-adicional:hover {
    opacity: 0.7;
}

.tabla-azul{
    background: #6DA1B0;
    color: #fff;
    text-align: center;
    font-size: 18px;
    border: 1px solid #6DA1B0;
}

.tabla-posgrado{
    text-align: center;
    font-size: 16px;
}

.tabla-posgrados{
    max-width: 800px;
    margin: 0 auto;
}

.tabla-posgrados:hover .tabla-azul{
    background: orangered;
    border: 1px solid orangered;
}

.tabla-posgrados tbody{
    border: 1px solid #6DA1B0; 
}

.tabla-posgrados:hover tbody{
    border: 1px solid orangered; 
}

.tabla-posgrados tr:hover{
    background: #eee;
}

.item-planta-academica{
    overflow: auto;
    margin-bottom: 20px;
    font-size: 20px;
}

.item-planta-academica:hover{
    background: #ddd;
}

.item-planta-academica img{
    float: left;
    margin-right: 20px;
}

.pills-centradas{
    max-width: 1200px;
    margin: 0 auto;
}

/*

.pills-centradas li a{

	textdecoration:none;
	padding:10px 15px;
	display:block;

}

.pills-centradas > li{
	float:left;
	

}
.pills-centradas a:hover{

	background-color: #434343;
	
}
.pills-centradas li ul{

	display:none;
	position:absolute;
	min-width:140px;

}
.pills-centradas li:hover > ul{


	display:block;	

}


*/

/* ----------------------- cursos anteriores ----------------------- */

#cursos a {
    width: 100%;
}

#anteriores ul {
    max-width: 800px;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 30px;
}

/* ----------------------- material apoyo ----------------------- */

.profe {
    overflow: auto;
    margin-top: 40px;
}

.profe p {
    display: block;
    background: #6DA1B0;
    font-size: 18px;
    padding: 15px;
    margin-left: 50px;
    color: white;
    text-align: center;
    margin-top: 45px;
}

.profe img {
    float: left;
    width: 100px;
    margin: 0;
    border-radius: 50%;
}

.grupo-uea {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 18px;
    padding: 20px;
    border: 1px solid #bbb;
    border-radius: 4px;
    text-decoration: none;
    margin-left: 0;
    transition: 0.3s border ease, 0.3s color ease;
}

.grupo-uea:hover {
    color: orangered;
    border: 1px solid orangered;
    text-decoration: none;
}

.grupo-uea i {
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
}

.separacion-consulta {
    margin-bottom: 50px;
}

.block-face {
    display: block;
    margin: 20px auto;
}


/* ----------------------- Productos de trabajo ----------------------- */

.productos {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.productos a {
    display: block;
    font-size: 32px;
    padding: 30px;
    background: #6DA1B0;
    color: white;
    margin: 20px 0;
}

.productos a:nth-of-type(odd) {
    margin-left: 30px
}

.productos a:nth-of-type(even) {
    margin-right: 30px
}

.productos a i {
    margin-right: 10px;
    color: red;
    background: white
}

/* ----------------------- Distinciones ----------------------- */

.distincion {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    padding: 20px;
    line-height: 1.5;
}

.distincion p {
    margin-bottom: 20px;
}

.distincion h4 {
    text-align: center;
}

.distincion a {
    display: block;
    margin: 0 auto;
}

.distincion img {
    display: block;
    margin: 0 auto;
    width: 450px;
    height: auto;
}

/* ----------------------- Seccion de paginas de UEA ----------------------- */

.cont-adicional {
    display: table;
    width: 100%;
}

.adicional {
    display: table-cell;
    padding: 30px 15px;
    text-align: center;
    width: 30%;
    border: 2px solid #fff;
    background: #6DA1B0;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}

.adicional:hover {
    opacity: 0.7;
    text-decoration: none;
    color: #fff;
}

.adicional i {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.recurso {
    display: block;
    padding: 20px;
    border: 1px solid #6DA1B0;
    border-radius: 5px;
    margin-bottom: 5px;
    text-decoration: none;
}

.recurso:hover {
    color: orangered;
    border: 1px solid orangered;
}

.recurso i {
    margin-right: 10px;
}

.item-blibliografia {
    background: #222;
    color: #fff;
    overflow: auto;
    margin-bottom: 20px;
    font-size: 20px;
}

.item-blibliografia:hover {
    background-color: #666;
}

.item-blibliografia img {
    width: 150px;
    float: left;
    margin-right: 20px;
}

.item-blibliografia h3 {
    font-weight: bold;
}

.item-video-youtube {
    margin-bottom: 20px;
}

/* ----------------------- Seccion de enlaces ----------------------- */

.enlaces {
    padding: 40px 0;
    margin: 0 auto;
    background: #353C3C;
    position: static;
    color: #bbb;
}

.titulo-enlaces {
    color: #99b782;
    margin-bottom: 20px;
}

.enlaces a {
    color: #bbb;
    line-height: 1.5;
    transition: color 0.5s ease;
}

.enlaces a:hover {
    text-decoration: none;
    color: #fff;
}

.enlaces ul {
    list-style: none;
    font-size: 13px;
    margin-bottom: 15px;
}

.enlaces ul li {
    margin: 5px 0;
}

.enlaces span {
    font-size: 36px;
}

.iconos-redes {
    margin: 10px 0;
}

/* ----------------------- Seccion del footer ----------------------- */

footer {
    padding: 40px 0;
    background: #2a363b;
    color: #b3b3b3;
    position: static;
    width: 100%;
    text-align: center;
}

footer p {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
}

.titulo-copyright {
    margin-bottom: 0;
}

/* beta */

/* ----------------------- galerias ----------------------- */

.column {
    float: left;
    width: 11.1%;
}

/* The Modal (background) */

.galery-modal {
    display: none;
    position: fixed;
    z-index: 10;
    padding-top: 50px;
    padding-bottom: 30px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1100px;
}

.close {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    opacity: 1;
}

.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.mySlides img {
    width: 100%;
}

.cursor {
    cursor: pointer
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
}

/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 6px 16px;
    color: white;
}

.caption-container p {
    margin: 0;
}

.demo {
    opacity: 0.5;
    border: 1px solid #000;
}

.active {
    opacity: 1;
    /*border: 1px solid #008CBA;*/
}

.demo:hover {
    opacity: 1;
    border: 1px solid #333;
}

/* --------------------------- Animacion --------------------------*/

.slideanim {
    visibility: hidden;
}

.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@media screen and (max-width: 768px) {
    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }
}

@media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
}

/* ----------------------- seccion de noticias----------------------- */
.noticias{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #FFF;
}

.noticia{
    border: 3px solid grey;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 20px;
    padding-right: 20px;
    box-shadow: 6px 6px 6px grey;
}



.title{
    margin-bottom: 20px;
    border-bottom:5px solid crimson;
}
.foto img{
    width: 350px;
    height:300px;
    border-radius:150px;
    
}

.news{
    text-align: right;
}

/*Últimas líneas de CSS agregadas por el ayudante*/
.contenedor-video {
    line-height: 1.5;
    margin: 0 auto;
    margin-bottom: 80px;
    max-width: 1200px;
    padding: 0 10px;
    word-wrap: break-word;
    position:center;
}

