*{
	margin:0;
	padding:0;
	}
h1{
	font:1.3em 'Open Sans', sans-serif;
	font-weight:800;
	color:#FFF;
	text-transform:uppercase;
	}
span{
	font:.6em 'Open Sans', sans-serif;
	text-transform:uppercase;
	}
p{
	margin-top:20px;
	font:1em 'Open Sans', sans-serif;
	line-height:2;
	}
a{
	text-decoration:none;
	color:#333;
	}
#logo{
	width:150px;
	height:116px;
	margin:40px auto 60px auto;
	}
#wrapper{
	width:100%;
	max-width:960px;
	margin:0 auto;
	text-align:center;
	color:#fff;
	}

#texto{
	width:100%;
	padding:30px 0;
	background:#64A483;
	}
hr{
	width:10%;
	border:none;
	background: #fff;
	margin:15px auto 0 auto;
	height:1px;
	}
