@charset "utf-8";
/* CSS Document */
/* ---------------------------------------------------------------------------------
   Master Stylesheet
   Author: José M. Chiardola
--------------------------------------------------------------------------------- */

html, body, #mapcanvas {
	margin: 0;
	height: 100%;
}
.brand {
	position: fixed;
	top: 15px;
	right: 80px;
	z-index: 2;
}
.brand a {
	margin-right: 20px;
}
#mapcanvas {
	width: 100%;
	z-index: 1;
}
#mapcanvas a.maplink {
	cursor: pointer;
	text-decoration: none;
}