@charset "UTF-8";
/* CSS Document */

#donde {
	background: url(../img/about/10v.jpg) 50% no-repeat;
	width:100%;
	padding: 4em;
}
#donde h2 {
	padding: 1em;
	border-bottom: 1px solid white;
	font-family: 'Open Sans',Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto;
	color: white;
	width:50%;
}
#donde p {
	color: white;
	text-align: justify;
	max-width: 60em;
}
	@media screen and (max-width: 50em) {
		#donde {
			margin-top:120px;
			padding-top: 50px;
		}
		#donde h2 {
			width: 90%;
		}
	}

#map {
	width: 100%;
	height: 400px;
}
footer {
	margin-top: 10px;
}