h2 {
	color: #5378b9;
}

.cabeza_seccion {
	font-size: 3em;
	color: #322e79;
	font-weight: bold;
}

.datos_proyecto {
	margin-bottom: 40px;;
}

.datos_proyecto p {
	margin: 0;
	color: #707070;
}

.datos_proyecto p:first-child {
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 20px;
	color: #5378b9;
}

.titulo_responsable {
	position: relative;
	margin-top: 60px;
	margin-bottom: 60px;
}

.titulo_responsable span:first-child {
	padding: 10px;
	background: #237da2;
	width: 100%;
	color: #fff;
	font-weight: bold;
	display: block;
}

.titulo_responsable span:nth-child(2) {
	position: absolute;
	bottom: 0;
	right: 0;
	border-top: 22px solid #237da2;
	border-bottom: 22px solid #237da2;
	border-right: 22px solid #fff;
}

.caja_proyectos {
	padding-top:20px;
	min-height: 600px;
}

.caja_proyectos a {
	text-decoration: none;
}

.caja_proyectos a:hover {
	color: #237da2;
}

.datos_proyecto p i {
	margin-left: 20px;
}

.liga_investigador {
	text-decoration: none;
	padding-top: 10px;
	width: 100%;
	display: block;
	color: #5378b9;
	float: left;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	margin-bottom: 40px;
}

.liga_investigador:hover {
	color: #322e79;
}

.liga_investigador img {
	display: block;
	width: 30%;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	float: left;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.liga_investigador:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.liga_investigador p {
	display: block;
	width: 60%;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	float: left;
}

.liga_investigador p span:first-child {
	font-size: 1.4em;
	font-family: 'Noto Serif', serif;
	font-weight: bold;
	display: block;
}

.liga_investigador p span:nth-child(2) {
	font-size: 0.9em;
	color: #707070;
}