/* Estilos de impresión */
#header{ display:none;}
.title{ display:none;}
#footer{ display:none;}
#map_canvas{
	position: relative;
	width: 704px;
	height: 635px;
}
#route{
	position: relative;
	width: auto;
	height: auto;
	}
.form-locate{ display:none;}
#main{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}

