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


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


div#titulodatos{
	width: 25%;
	height: 300px;
	border: 0px solid #d9e026;
	margin: 20px;
	margin-right: 80px;
	
	}

div#relleno{
	border: 0.5px solid #d9e026;
}


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

h1#titulodatosdos{
	text-align: right;
	letter-spacing: 2px;
	margin-top: 10px;
    font-family: Casual;
	line-height:35px;
	color: #FFFFFF;
	font-size:3em;
	}

#titulodatostres{
	text-align: right;
	margin-top: 10px;
    font-family: montserratli;
	line-height:26px;
	color: #FFFFFF;
	font-size:1.2em;
	margin-left:0px;
	}





div#alumnos{
	width: 17%;
	line-height: 30px; 
	font-family: monserratli;
	font-size:1.2em;
	border: 0px solid green;
	height: 50px;
	align-content: center;
	color: #fff;
	margin-left: 60px;
	margin-right: 10px;
	margin-top: 40px;
}

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


div#hombres{
	width: 17%;
	line-height: 30px; 
	font-family: monserratli;
	font-size:1.2em;
	border: 0px solid green;
	height: 50px;
	margin: 10px;
	margin-top: 40px;
	align-content: center;
	color: #fff;
}

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

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


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

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



