/* CSS Document */

#contenedorGoogleMaps {
	height: 0;
	padding-bottom: 90%;
	position: relative;
	overflow: hidden;
	width: 100%;
}

#contenedorGoogleMaps > div {
	height: 100% !important;
	left: 0;
	position: absolute !important;
	top: 0;
	width: 100% !important;
}
