.menu-textos {
	display: block;
	width: 80%;
	margin: 60px auto;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 32px;
}
.menu-textos a {
	color: #999;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.menu-textos a:hover {
	color: #000;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
section {
	margin: 60px auto 40px;
	padding: 20px 0;
	border-top: 1px solid #333;	
}
@media screen and (min-width:861px) {
section {
	margin: 20px auto;
	width: 80%;
	max-width: 1000px;
}
@media screen and (max-width:860px) {
h2 {
	color: #000;
	font-size: 24px;
	font-size: 2.4rem;
	margin: 60px auto;
	padding: 20px 0;
	text-align: center;
	font-weight: normal;
	display: block;
	width: 80%;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
}
}
