* { 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;
	text-align: center;
}
h3,h2,h4,p {
	color: #989898;
}
h1 {
	font-size: 2.4rem;
	line-height: 1;
}
h2 {
	font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.2;
}
h3 {
	font-size: 1.4rem;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 1.2;
}
h4 {
    text-align: left;
    font-weight: 300;
}
p {
	margin-bottom: 10px;
	font-weight: 100;
}

#container {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
/* Mapa de traslados */
#graph,
#main,
#main2 {
	width: 100%;
	height: 400px;
}
#mb6 span, #RC span {
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #3FB8AF;
	border-radius: 50%;
	margin: 3px;
}
#mb6 {
	color: #3FB8AF;
}
#RC {
	color: #40b800;
}
#menu {
	text-align: center;
}
#menu li {
	list-style: none;
	display: inline-block;
	width: 40%;
	border: 1px solid #4ad200;
	margin: 0 15px 15px;
	border-radius: 5px;
	cursor: pointer;
	line-height: 1;
	padding: 5px;
}
#menu li:hover {
	border: 1px solid #999!important;
	color: #999!important;
}
#menu li:first-child {
	color: #4ad200;
}
#main, #main2, #main4, #main5 {
	position: absolute;
	top: 0;
	left: -9999px;
}
#main {
	left: 0;
}
#titulo, h3 {
	color: #333;
	font-weight: 500;
}
/* Casas en venta*/
#main3 {
	width: 100%;
	height: 130vh;
}
#main4, #main5 {
	width: 100%;
	height: 40vh;
}

