* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial;
}

#gm_container {
	width: 880px;
	height: 490px;
	overflow: hidden;
	padding: 10px;
	padding-top: 0px;
	background-color: #fdfdfd;
}

#gm_esquerra {
	width: 250px;
	height: 490px;
	float: left;
}

#gm_dreta {
	width: 625px;
	height: 490px;
	float: right;
	margin-left: 5px;
}

.gm_top {
	width: 100%;
	height: 60px;
}


.gm_titol {
	font-weight: bold;
	font-size: 23px;
}

#gm_llista {
	width: 250px;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 430px;
}

#mapaG {
	height: 430px;
	width: 625px;
	overflow: hidden;
}

#opcions {
	background-color: #f0f0f0;
	margin-bottom: 10px;
	height: 40px;
	padding: 5px;
	padding-left: 10px;
	font-size: 13px;
	line-height: 20px;
}






