#map {
    position: fixed !important;
    width: 100%;
    height: 100%;
	top: 0px;
    left: 0px;
}
#mapaOferta, #mapaDemanda {
    /* width: 80%; */
    width: 100%;
    height: 300px;
	/* margin-left: 10%;
    margin-top: 5%;	 */
}
.gm-style-iw {
	min-width: 170px !important;
	max-width: none !important;
	background-color: #fff;
	box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
	border: 1px solid rgba(72, 181, 233, 0.6);
	border-radius: 2px 2px 10px 10px;
}
#closeDiagram {
	position: fixed;
	right: 540px;
	top: 10px;
	z-index: 1000;
}