@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)
}


header{
	height: 100px;
	text-align: center;
	background-color: #fff;

}
header h1{
	position: relative;
	top: 20%;
}
.wrapp_section{
	margin: 0 auto;
	width: 900px;	
	cursor: pointer;
}
section{
	display: flex;
	flex-flow: row;
}
article h1{
	padding: 20px;
	font-size: 30px;
}
.article1{
	flex: 1 2 50%;
	text-align: center;
	font-size: 26px;
	margin-top: 100px;
}
.wrap_caja{
	width: 700px;
	margin: auto;
}
.left{
	float: left;
}
.dato{
	width: 40px;
	text-align: right;
	margin-right: 5px;
}
.hora{
	width: 80px;
}

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;
}