* { margin: 0; padding: 0; font-size: 1.4rem;}
html {font-size: 62.5%;}
body {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 300;
	background: #FFF;
}
/*colores*/
h1 {
	color: #49D100;
	font-weight: 100;
}
h3,
#datos p::before {
	color: #49D100;
	font-weight: 100;
}
h2,h4,p {
	color: #989898;
}
/**/
h1 {
	font-size: 2.4rem;
	line-height: 1;
    margin-bottom: 7px;
}
h2 {
	font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.1;
}
h3 {
	font-size: 2rem;
    margin-top: 10px;
    text-decoration: underline;
}
h1, h2, h3 {
	text-align: center;
}
h4 {
    text-align: left;
    font-weight: 300;
}
p {
	margin-bottom: 10px;
}
li { list-style: inside; }
#container {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
#mapa {
	margin: 10px 0 20px;
}
#mapa img {
	width: 100%;
}
#estado {
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 10px;
}

#pueblo h4::before,
#datos p::before {
	font-weight: 300;
	white-space:pre;
}
#pueblo h4::before {
	font-weight: 500;
}
#distancia::before{
	content: 'Distancia de la CDMX: ';
}
#distancia::after{
	content: '.';
}
#tiempo::before{
	content: 'Tiempo de recorrido: ';
}
#tiempo::after{
	content: '.';
}
select{
	width: 100%;
	-webkit-appearance: none;
	border: 1px solid #49D100;
	border-radius: 0;
	padding: 3px 5px;
	color: #49D100;
	background: #fff url(down.png) no-repeat 98% center;
	margin-top: 30px;
	font-weight: 300;
}
#datos p::before {
	font-size: 1.6rem;
	text-decoration: underline;
	margin-bottom: 7px;
    display: block;
    text-align: center;
}
#informacion::before {
	content: 'Información\A';
}
#queHacer::before{
	content: '¿Qué hacer?\A';
}
#ubicacion::before {
	content: 'Ubicación\A';
}
@media screen and (min-width: 480px) {
    #datos p::before {
	    text-align: left;
	}
}