@media print {
	#botones_maparuta {
		display: none;
	}
	#box_detalle {
		display: none;
	}
	#box_imprimir {
		display: none;
	}
	#container_detalle_maparuta_top {
		display: none;
	}
}

#img_titulo {
}
#txt_direccion {
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
	font-size: 0.9em;
}
#img_abrirplano a img {
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
}
#img_expandirmapa a img {
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
}
#img_bases a img {
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
}
#img_contactar a img {
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
}
#txt_form1 {
	margin-top: 15px;
	font-size: 12px;
	font-style: italic;
	text-align: center;
}
#form_localizacion {
	margin-top: 10px;
}
#botones {
	margin-top: 10px;
}
#mapagoogle {
    width: 100%;
    height: 100%;
}
#mapagooglegrande {
	width: 940px;
    height: 540px;
}

#container_maparuta {
}
#overflow_maparuta {
	height:550px;
	overflow-y:auto;
	overflow-x:hidden;
}
#mapa_maparuta {
	display:block;
	width:auto;
	height:500px;
	margin-right: 15px;
}
#botones_maparuta {
	margin-top: 15px;
}
#box_detalle {
	width: 80px;
}
#box_imprimir {
	width: 80px;
}
#container_detalle_maparuta_top {
	margin-top: 30px;
}
#container_detalle_maparuta_bottom {
	margin-top: 30px;
}

