.banner { width: 100%;height: 400px;background-image: url("../img/proyecto/proyecto1.jpg");background-position: center;background-size: cover; }
.banner .contenidoBanner { width: calc(100% - 2.52em);max-width: 960px;margin: 0 auto;font-size: 45px;text-shadow: 5px 5px 5px rgba(0,0,0,0.5);color:#FFF;text-align: center;padding-top: 85px;line-height: 1.5em }
.banner.miembros { height: 250px; }

.presentacion { width: 100%;padding: 40px 0px;border-bottom: 1px solid #EAEAEA; }
.presentacion .contenidoPresentacion { width: 980px;margin: 0 auto; }
.presentacion .contenidoPresentacion .titulo { float: left;width: 300px;font-size: 18px;font-weight: 700;color:#FF9900; }
.presentacion .contenidoPresentacion .texto { float: right;width: 650px;  }
.presentacion .contenidoPresentacion .texto a { color:#FF9900; }
.presentacion .contenidoPresentacion .texto a:hover { color:#FF9900;text-decoration: underline; }

.investigador { width: 100%;padding: 40px 0px;border-bottom: 1px solid #EAEAEA; }
.investigador .contenidoInvestigador { width: 980px;margin: 0 auto; }
.investigador .contenidoInvestigador .titulo { float: left;width: 300px;font-size: 18px;font-weight: 700;color:#FF9900; }
.investigador .contenidoInvestigador .texto { float: right;width: 650px;padding-bottom: 20px; }
.investigador .contenidoInvestigador .texto .foto { float: left;padding-right: 20px;padding-bottom: 20px;width: 200px; }
.investigador .contenidoInvestigador .texto .foto img { width: 100%; }
.investigador .contenidoInvestigador .texto .txt { float: left;width: calc(100% - 16em); }
.investigador .contenidoInvestigador .texto .destacado { color:#000;font-weight: 700; }
.investigador .contenidoInvestigador .texto a { color:#FF9900; }
.investigador .contenidoInvestigador .texto a:hover { color:#FF9900;text-decoration: underline; }


.investigador .contenidoInvestigador .texto .foto.otros { float: none;height: 200px;}

.fotoOtros img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.fotoOtros {
    width: 200px;
    height: 200px;
}

.investigador .contenidoInvestigador .investigador { float: left;width: 200px; height: 261px; margin-right: 20px;border-bottom: 0px;padding-top: 0px;text-align: center; }
.investigador .contenidoInvestigador .investigador.tercero { margin-right: 0px; }




