html, body, h1, h2, h3{
	margin:0px;
	padding:0px;
}
body{
	font-family: 'Pontano Sans', sans-serif;
	font-size:12px;
	text-align:center;
	background: white url(fondo.png) repeat;
}
a, a:active, a:visited, a:hover{
	color:inherit;
	text-decoration:none;
}
h1{
	font-size:4em;
	text-transform:uppercase;
	font-weight:100;
	font-family: 'Raleway', sans-serif;
	display:inline;
	color:rgba(0,0,0,0.3);
}
h2{
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 3px 0;
	background:rgba(0,0,0,0.1);
}
h3{
	font-size:5em;
	line-height:1em;
	font-weight:300;
	font-family: 'Raleway', sans-serif;
	display:inline;
	color:rgba(0,0,0,0.3);
}
header{
	width:100%;
	height:70px;
	color:white;
	background:#1162BF;
	border-bottom: 3px solid rgba(0,0,0,0.3);
	padding-top:5px;
	margin: 0px;
}
section{
	text-transform:uppercase;
	width:32%;
	height:auto;
	background:#1162BF;
	color:white;
	padding:1px;
	display:inline-block;
	float:left;
	margin:0.5%;
}
section *{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
article{
	width:14.27%;
	background:rgba(0,0,0,0.2);
	display:inline-block;
	border:1px solid #1162BF;
	float:left;
}
.fest{
	background: white !important;
	color: #1162BF;
}
article.pasado{
	opacity:0.3;
}
footer{
	display:block !important;
	margin:25px 0 0 0;
	text-align:center;
	width:100%;
	color:white;
	background:#1162BF;
	border-top: 2px solid rgba(0,0,0,0.3);
	height:20px;
	padding:6px 0px 3px 0px;
	text-transform:uppercase;
	font-size:11px;
	letter-spacing:1px;
	clear:both;
	float:none;
}

@media (max-width:1000px){
	section{
		width:49%;
		display:block;
		margin:0.3%;
	}
	header{
		height:50px;
	}
	h1{
		font-size:2.8em;
	}
	h3{
		font-size:3.3em;
	}
}

@media (max-width:600px){
	section{
		width:100%;
		display:block;
		margin:1% 0 0 0;
	}
}