/**
 * Cosntruccion Moderno
 */
@import url(http://fonts.googleapis.com/css?family=Oswald);

body {
	background: #0a0a0a;
	color: #eee;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 400;
}
#main {
	margin: 0 auto;
	width: 960px;
}
#content {
	padding: 40px 0;
}
#header {
	background: url(../images/lineas.png) repeat-x center 0;
	padding: 90px 0 0 0;
	text-align: center;
}
#header-in {
	background: url(../images/lineas.png) repeat-x 0 100%;
	padding: 0 0 90px 0;
}
h1 {
	font-family: "Oswald", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 70px;
	font-weight: 400;
	line-height: 1em;
	margin: 0;
}
h2 {
	color: #858585;
	font-family: "Oswald", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.3em;
	margin: 0;
}
.bodytext {
	font-weight: 400;
	margin: 50px auto 0;
	width: 600px;
}