@charset "utf-8";
/* CSS Document */
/* ---------------------------------------------------------------------------------
   Master Stylesheet
   Author: José M. Chiardola
--------------------------------------------------------------------------------- */

html, body, #mapcanvas {
	margin: 0;
	height: 100%;
}
menu {
	position: fixed;
	z-index: 1030;
	top: 65px;
	left: 0;
	background: rgba(255,255,255,0.8);
	padding: 5px 20px;
	border-radius: 2px;
}
#mapcanvas {
	width: 100%;
	z-index: 1;
}
#mapcanvas a.maplink {
	cursor: pointer;
	text-decoration: none;
}
.navbar-default {
	margin-left: 150px;
	background: rgba(255,255,255,0.8);
}
.navbar-brand {
	height: 60px;
	padding: 10px;
}