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

body {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
}
#Container {
	height: 500px;
	width: 384px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/mapa_llegada.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#Container a {
	display: block;
	width: 140px;
	height: 120px;
	background-image: url(../images/mapa_llegada_boton.png);
	text-decoration: none;
}
#Container a span {
	visibility: hidden;
}

