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

#fondo-mapa {
	background-image:url(../imagenes/presencia_imagenes/mapa_fondo.png);
	background-repeat:no-repeat;
	height:330px;
	width:630px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	background-position: -10px -30px;
}
#america-sur {
	position: absolute;
	height: 90px;
	width: 128px;
	left: 100px;
	top: 200px;
}
#simbolo {
	position: absolute;
	height: 90px;
	width: 128px;
}
