

#informe{
	width: 100%;
	height: auto;
	border: 1px solid #d91b5b;
	background-color: #d91b5b;
}


#informe .contenedor{
	border: 0px solid black;
	widows: 90%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 5%;
	margin-bottom: 5%;
}










#tituloinforme{
	width:100%;
	height:auto;
	}

#tituloinformeuno {
	letter-spacing: 2px;
	font-size:3em;
    font-family: Casual;
	text-align: center;
	line-height:35px;
	border: 0px solid green;
	margin-bottom:10px;
	margin-top:10px;
	color:#fff;
	}

#tituloinformedos {
	letter-spacing: 2px;
    font-family: Casual;
	text-align: left;
	line-height:35px;
	border: 0px solid green;
	margin-bottom:10px;
	color:#38445e;
	}
	
#tituloinforme hr{
	margin-top: 20px;
	margin-bottom:80px;
	height:1px;
	background-color:#d9e026;
	border: 0px;
	}


















#informeuno{
	margin-left: 18%;
	width: 200px;
	height: 300px;
	border: 0px solid #fff;
	color: white;
	text-align: center;
}

#informedos{
	margin-right: 18%;
	width: 200px;
	height: 300px;
	border: 0px solid #fff;
	color: white;
	text-align: center;
}








#proyectouno{
	text-align: center;
}

div#informeuno img{
	align-content:center;
	border: 2px solid #fff;
	padding: 10px;
	transition: padding 0.5s, background-color 0.5s;
	cursor: pointer;
}

div#informeuno img:hover{
	background-color:rgba(155,187,201,0.20);
	border: 1px rgba(155,187,201,0.20);
	padding: 30px;
}






#proyectodos{
	text-align: center;
}

div#informedos img{
	align-content:center;
	border: 2px solid #fff;
	padding: 10px;
	transition: padding 0.5s, background-color 0.5s;
	cursor: pointer;
}

div#informedos img:hover{
	background-color:rgba(155,187,201,0.20);
	border: 1px rgba(155,187,201,0.20);
	padding: 30px;
}

