body {
	margin:0px;
	padding:0px;
}

div.highlight {
	position: absolute;
	top:315.5px;
	left:232px;
	z-index: 1150;
	display: none;
	background-color: none;
	opacity: 1;
	filter: alpha(opacity=100);
	width:100px;
	height:100px;
	border-radius: 60px;
}

#bottom_map {
	position: relative;
	margin:0px;
}

.menu_lateral {
	position: absolute;
	top:52px;
	left:502px;
	z-index: 10;
}

#map_canvas {
	position:absolute;
	top:55px;
	left:8px;
}

div.links_terremotos {
	position:absolute;
	top:55px;
	left:503px;
	z-index: 14;
}

div.links_terremotos a:link, div.links_terremotos a:visited {
	display: block;
/*	background-color: #4c4c4c; */
	background-color: rgba(76,76,76,0.9);
	width:122px;
	height:33px;
	line-height: 33px;
	padding:4px;
	color: #ffb006;
	font-size:11px;
	z-index: 15;
	border-bottom: 1px dotted #747474;
	transition: all 0.2s linear;
	  -webkit-transition: all 0.2s linear;
	  -ms-transition: all 0.2s linear;
	  -moz-transition: all 0.2s linear;
	  -o-transition: all 0.2s linear;
}

div.links_terremotos a span {
	color:white;
	font-size:12px;
	font-weight: normal;
}

div.links_terremotos img {
	position:relative;
	top:3px;
	margin-right:5px;
	border:none;
}

div.links_terremotos a:hover {
	background-color:#646464;
	background-color: rgba(76,76,76,0.2);
	transition: all 0.3s linear;
	  -webkit-transition: all 0.3s linear;
	  -ms-transition: all 0.3s linear;
	  -moz-transition: all 0.3s linear;
	  -o-transition: all 0.3s linear;
}

.infomapagoogle {
	font-family:Arial, Helvetica, sans-serif;
}

.infomapagoogle h3 {
	color:#FF0000;
	font-size:18px;
	font-weight: bold;
	margin:0px;
	padding:0px;
}

.infomapagoogle p {
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#000000;
}
.infomapagoogle img {

 margin-top:5px;
 border: 1px solid #CCC;
 width:300px;
}

.links_terremotos a:link, .links_terremotos a:visited {
	text-decoration: none;
	color:black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.links_terremotos a:hover {
	color:#444;
}

#top_map {
	margin-bottom:-5px;
	position:relative;
}