@font-face{
	font-family: Noticia;
	src: url(../font/Noticia.woff) format("woff");
}

*{
	margin: 0;
	padding: 0;
}

body{
 	font-family: Noticia, serif;
 	color: #4D4D4D;
 	background-image: url(../img/bg-grey.jpg)
}

.wrapp{

}
header{
	height: 100px;
	text-align: center;
	background-color: #fff;

}
header h1{
	position: relative;
	top: 20%;
}
.wrapp_section{
	margin: 0 auto;
	width: 900px;	
}
section{
	display: flex;
	flex-flow: row;
}
article h1{
	padding: 20px;
	font-size: 30px;
}
.article1{
	flex: 1 2 50%;
	text-align: center;
}
.article2{
	flex: 1 1 50%;
	padding-top: 30px;
	text-align: center;
}
.article2 p{
	margin-bottom: 10px;
}
.boton{
	background-color: #4E5A74;
	border-radius: 5px;
	width: 200px;
	height: 45px;
	margin: 0 auto;
	margin-top: 20%;
}
.boton a{	
	color: #fff;
	text-decoration	: none;
}
#respuesta{
	margin-top: 10px;
}
footer{
	position: absolute;
	bottom: 0px;
	height: 50px;
	margin:auto;
	background-color: #1F1F1F;
	text-align: center;
	width: 100%;

}
footer p{
	position: relative;
	font-family: 'Roboto', sans-serif;
	top: 40%;
	color: #ffffff;
}