#peq_his { 
	position:absolute;
	text-align:justify;
	margin:0 0 0 0;
	margin-left:20px;
	width: 360px;
	height:350px;
	top:170px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	z-index:0;
}

#mapa { 
	position:absolute;
	margin:0 0 0 0;
	margin-left:440px;
	width: 350px;
	height: 300px;
	top:170px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#000;
	z-index:0;
}

#faixa_baleia { 
	position:absolute;
	margin:0 0 0 0;
	margin-left:20px;
	width: 770px;
	height: 100px;
	top:550px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	z-index:0;
}

#carac_baleia { 
	position:absolute;
	margin:0 0 0 0;
	margin-left:20px;
	width: 770px;
	height: 200px;
	top:690px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	z-index:0;
}

h1{
	font-size:18px;
	color:#fff;
}
h3{
	font-size:14px;
	color:#fff;
}
p{
	font-size:11px;
	color:#fff;
}