section#datos{
	background-image: url(../img/contac.jpg);
	background-position: center;
	background-size: cover;
	border: 0.1px solid rgba(0,0,0,0.10);
	height: auto;
	width: 100%;
	text-align: center;
}


section#datos .contenedor {
	border: 0px solid blue;
	display:flex;
	justify-content:center;
	flex-wrap: wrap;
	margin-bottom: 100px;
	margin-top: 100px;
	height:auto;
} 


div#titulodatos{
	width: 100%;
	height: auto;
	border: 0px solid #d9e026;
	margin-bottom:90px;	
	justify-content: center;
	padding-left:150px;
	padding-right:150px;
	}



h1#titulodatosuno{
	text-align: center;
	letter-spacing: 2px;
	margin-top: 10px;
    font-family: Casual;
	line-height:35px;
	color: #d9e026;
	font-size:3em;
	margin-bottom: 10px;
	}

#titulodatostres{
	text-align: center;
	letter-spacing: 0.5px;
	margin-top: 10px;
    font-family: Casual;
	line-height: 35px;
	color: #fff;
	font-size:1.7em;
	margin-bottom: 10px;
	}
	
div#titulodatos hr{
	margin-bottom:0px;
	height:1px;
	background-color:#d9e026;
	border: 0px;
	}






div#proyectos{
	width: 17%;
	line-height: 25px; 
	font-family: monserratli;
	font-size:1.2em;
	border: 0px solid green;
	height: auto;
	align-content: center;
	color: #fff;
	margin:15px;
}

div#proyectos img{
	margin-top:10px;
	margin-bottom: 30px;
}
div#proyectos:hover{
	color:#d9e026;
	}



div#alumnos{
	width: 17%;
	line-height: 25px; 
	font-family: monserratli;
	font-size:1.2em;
	border: 0px solid green;
	height: auto;
	align-content: center;
	color: #fff;
	margin:15px;
}

#alumnos img{
	margin-bottom: 20px;
}
div#alumnos:hover{
	color:#d9e026;
	}


div#hombres{
	width: 17%;
	line-height: 25px; 
	font-family: monserratli;
	font-size:1.1em;
	border: 0px solid green;
	height: auto;
	margin: 15px;
	align-content: center;
	color: #fff;
}

#hombres img{
	margin-bottom: 20px;
}

div#hombres:hover{
	color:#d9e026;
	}
	
	
div#mujeres{
	width: 17%;
	line-height: 25px; 
	font-family: monserratli;
	font-size:1.1em;
	border: 0px solid green;
	height: 50px;
	margin: 15px;
	align-content: center;
	color: #fff;
}


#mujeres img{
	margin-bottom: 20px;
}

div#mujeres:hover{
	color:#d9e026;
	}



