* { 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;
	margin-bottom: 10px;
}
h3,h2,h4,p {
	color: #666;
}
/**/
h1 {
	font-size: 2.4rem;
	line-height: 1;
    margin-bottom: 10px;
}
h2 {
	font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.1;
}
h3 {
	font-size: 1.4rem;
    margin: 10px 0 0;
    font-weight: 300;
}
h1, h2, h3, h4, h5 {
	text-align: center;
}
h4 {
    font-weight: 500;
     margin-bottom: 15px;
    color: #FF2189;
}
h5 {
    font-weight: 300;
    margin-top: -15px;
    margin-bottom: 15px;
    color: #FE4757;
}
p {
	margin-bottom: 5px;
	font-weight: 100;
}
sup {
	font-size: 1rem;
}
#container {
	width: 100%;
	min-width: 318px;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
}
.activo,
#imagen li:hover {
	color: #FF2189 !important;
}
.activo span,
#imagen li:hover span {
	border: 5px solid #FF2189 !important;
}
.inactivo {
	color: #999 !important;
}
.inactivo span {
	border: 5px solid #999 !important;
}
#imagen {
	width: 100%;
	height: 250px;
	background: url(img/background-statistics.png) no-repeat;
	background-size: 600px;
	position: relative;
	margin: 20px 0 ;
}
#imagen li {
	list-style: none;
	display: inline-block;
	position: absolute;
	background: rgba(255, 255, 255, 0.7);
	cursor: pointer;
	color: #999;
}
#imagen li span {
	display: inline-block;
	width: 7px;
	height: 7px;
	border: 5px solid #999;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 5px;
}
#imagen li:nth-child(1) {
	left: 200px;
	top: 20px;
}
#imagen li:nth-child(2) {
	left: 200px;
    top: 60px;
}
#imagen li:nth-child(3) {
	left: 50px;
    top: 200px;
}
#imagen li:nth-child(4) {
	left: 10px;
    top: 180px;
}
#imagen li:nth-child(5) {
	left: 200px;
    top: 170px;
}
#definiciones div {
	width: 33%;
	position: absolute;
	right: 0;
	top: 150px;
	border: 1px solid #FF2189;
	background: rgba(255, 255, 255, 0.3);
	padding: 10px;
	border-radius: 7px;
	display: none;
}
/*------------------------------------------*/
#imagen2 {
	width: 100%;
	height: 400px;
	background: url(img/valores2.png) no-repeat;
	background-size: 600px;
	position: relative;
	margin: 20px 0 ;
}
#imagen2 li {
	list-style: none;
	display: inline-block;
	position: absolute;
	background: rgba(255, 255, 255, 0.8);
	cursor: pointer;
	color: #FF2189;
}
#imagen2 li span {
	display: inline-block;
	width: 7px;
	height: 7px;
	border: 5px solid #FF2189;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 5px;
}
#imagen2 li:nth-child(1) {
	left: 10px;
    top: 280px;
}
#imagen2 li:nth-child(2) {
	left: 300px;
    top: 280px;
}
#imagen2 li:nth-child(3) {
	left: 300px;
    top: 370px;
}
#imagen2 li:nth-child(4) {
	left: 10px;
    top: 390px;
}
#definiciones2 div {
	width: 70%;
	position: absolute;
	right: 0;
	top: 70px;
	border: 1px solid #FF2189;
	background: rgba(255, 255, 255, 0.8);
	padding: 10px;
	border-radius: 7px;
	display: none;
}
@media (max-width: 500px) {
	#definiciones div {
		width: 95%;
		position: absolute;
		right: 0;
		top: 350px;
	}
/*	#definiciones2 div {
		width: 95%;
		position: absolute;
		right: 0;
		top: 550px;
	}*/
}