	/* G-Maps CSS */
	
	#gmOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	cursor: pointer;
	z-index: 1;
	}
	
	#gmCenter, #gmBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index: 9;
	}
	
	.gmLoading {
		background: #fff url(../Configuraci%C3%B3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/L646XWZK/loading.gif) no-repeat center;
	}
	
	#gmMap {
	width: 600px;
	height: 400px;
	border: 10px solid #000000;
	}
	
	#gmBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
	}
	
	#gmCloseLink {
		display: block;
		float: right;
		width: 80px;
		height: 22px;
		background: transparent url(../Configuraci%C3%B3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/L646XWZK/closelabel.gif) no-repeat center;
		margin: 5px 0;
	}
	
	#gmCaption {
		margin-right: 71px;
	}

