#nosotros{
	/*background: url(../img/home/bgHome.jpg) center center no-repeat;*/
	-webkit-background-size: cover;
	background-size: cover;	
	padding-top: 0px;
	padding-bottom: 100px;
}

#nosotros h1{
	width: 60%;
	font-weight: 700;
	font-size: 33px;
	color:#24540e;
	text-transform: uppercase;
	margin:0 auto;
}
#nosotros p{
	width: 60%;
	margin:0 auto;
	font-size: 14px;
	color:#24540e;
	font-weight: 400;
	margin-top:20px;
	text-align: justify;
}

@media screen and (max-width: 1023px){
	#nosotros h1{
		width: 80%;
		text-align: center;
	}
	#nosotros p{
		width: 80%;
	}
}