#programer{
	padding-top: 100px;
}

#titulo_queeslegalidad{
	font-family: montserratbold;
	font-size: 1.3em; 
	text-align: center;
}

#texto_queeslegalidad{
	font-family: montserratli;
	font-size: 0.9em; 
	text-align: center;
	padding-left: 10%;
	padding-right: 10%;
	line-height: 20px;
}


section#datos{
	width: 100%;
	height: auto;
	border: 0px solid red;
	padding-top: 50px;
	padding-bottom: 80px;
}

#contenedor_datos{
	width: 100%;
	border: 0px solid blue;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.dato_uno{
cursor: pointer;
position:relative;
overflow:hidden;
background-color: #FFFFFF;
width:500px;
height:400px;
border-radius:0px;
margin: 10px;
display: flex;
flex-wrap: wrap;
justify-content: center;
-webkit-box-shadow: -1px 5px 12px 0px rgba(0,0,0,0.10);
-moz-box-shadow: -1px 5px 12px 0px rgba(0,0,0,0.10);
box-shadow: -1px 5px 12px 0px rgba(0,0,0,0.10);
	align-content: center;
	align-items: center;

}
.dato_uno:hover .textbox {
margin-top:0;
}

.dato_uno img{
	width: 170px;
	height: 170px;


}



.dato_dos{
cursor: pointer;
position:relative;
overflow:hidden;
background-color: #FFFFFF;
width:500px;
height:400px;
border-radius:0px;
margin: 10px;
display: flex;
justify-content: center;
	flex-wrap: wrap;
-webkit-box-shadow: -1px 5px 12px 0px rgba(0,0,0,0.10);
-moz-box-shadow: -1px 5px 12px 0px rgba(0,0,0,0.10);
box-shadow: -1px 5px 12px 0px rgba(0,0,0,0.10);
	align-content: center;
	align-items: center;
}
.dato_dos:hover .textbox {
margin-top:0;
}

.dato_dos img{
	width: 170px;
	height: 170px;

}


.dato_tres{
cursor: pointer;
position:relative;
overflow:hidden;
background-color: #FFFFFF;
width:500px;
height:400px;
border-radius:0px;
margin: 10px;
display: flex;
justify-content: center;
	flex-wrap: wrap;
-webkit-box-shadow: -1px 5px 12px 0px rgba(0,0,0,0.10);
-moz-box-shadow: -1px 5px 12px 0px rgba(0,0,0,0.10);
box-shadow: -1px 5px 12px 0px rgba(0,0,0,0.10);
	align-content: center;
	align-items: center;
}
.dato_tres:hover .textbox {
margin-top:0;
}
.dato_tres img{
	width: 170px;
	height: 170px;

}


.dato_cuatro{
cursor: pointer;
position:relative;
overflow:hidden;
background-color: #FFFFFF;
width:500px;
height:400px;
border-radius:0px;
margin: 10px;
display: flex;
justify-content: center;
-webkit-box-shadow: -1px 5px 12px 0px rgba(0,0,0,0.10);
-moz-box-shadow: -1px 5px 12px 0px rgba(0,0,0,0.10);
box-shadow: -1px 5px 12px 0px rgba(0,0,0,0.10);
display: flex;
justify-content: center;
flex-wrap: wrap;
align-content: center;
	align-items: center;
}

.dato_cuatro:hover .textbox {
margin-top:0;
}

.dato_cuatro img{
	width: 170px;
	height: 170px;

}



.textbox {
width:500px;
height:400px;
position:absolute;
top:0;
left:0;
margin-top:-400px;
border-radius:0px;
background-color: rgba(0,169,189,1.00);
}



.text {
padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
color: #fff;
font-family:montserratli;
font-size:0.9em;
text-align: center;
}

a {
text-decoration: none;
}

.textbox {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}



@media (max-width:1024px){
	.dato_uno{
		width:400px;
	}
	.dato_dos{
		width:400px;
	}
	.dato_tres{
		width:400px;
	}
	.dato_cuatro{
width:400px;

}
.textbox {
	margin-top:-400px;
width:400px;
	
}
}

