@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
}


h1 {
	font-size: 4.5em;
	margin: 0 0 .5em 0;
	position: absolute;
	top: 235px;
	left: 18px;
}

h2 {
	font-size: 1.7em;
	position: absolute;
	top: 275px;
	left: 20px;
}

nav {
	width: 100%;
	display: block;
	position: absolute;
	top: 350px;
}

nav a {
	margin: 12px 0px 10px 20px;
}

header {
	height: 350px;
	background: grey url(../img/banner_large.jpg) no-repeat right 0px;
}

section {
	padding: 45px 20px 10px 20px;
	float: left;
}

.data_container {
	padding: 60px 20px 15px 20px;
}

.data_container .bloque {
	width: 40%;
	float: right;
}