* {
	margin: 0px;
	padding: 0px;
}

#blocoBusca {
	position: relative;
	border-top: silver solid 3.5px;
	 background-color: rgb(239, 239, 239); 
 
	width: 760px;
	height: 205px;
	
	margin-left:auto;
	margin-right:auto;
	
	top:60px;
	
 
	
	 
}

#textoBusca {
	position: relative;
 	left: 15px;
	color: rgb(90, 90, 90);
	font-weight: bold;
	font-size: 10px;
	
	padding-top:20px;
	padding-left:20px;
	
	line-height:18px;
	

	 
 
}

#buscadas a {
 
	color: rgb(3, 107, 159);
	font-size: 2em;
	font-weight: bold;
	margin-top: 3px;;
	left: 15px;
}

#buscadas a:hover {
 
	color: rgb(3, 107, 159);
	font-size: 2em;
	font-weight: bold;
	left: 15px;
	text-decoration: none;
}

.mapaTemas{
	
	 left:120px;
	 top:21px;
	position:absolute;
	
	
	}
	
