/**
 * Presentacion1PP
 */
body {
	background: #000;
	color: #fff;
	font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 300;
}
#main {
	margin: 0 auto;
	width: 960px;
}
#backstretch {
	filter: alpha(opacity=25);
	opacity: .25;
}
#header {
	margin: 30px 0;
	text-align: center;
}
.logo {
	margin-bottom: -100px;
}
.logo img {
	max-width: 250px;
}
h1,
h1 a,
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active {
	color: #eee;
	font-size: 74px;
	font-weight: 600;
	line-height: 1em;
	margin: 180px 0 25px 0;
}
h2 {
	color: #ccc;
	font-size: 26px;
	font-weight: 300;
	line-height: 1.3em;
	margin: 0;
}
.bodytext {
	font-weight: 300;
	margin: 50px auto;
	width: 600px;
}