body{
	#f5f5f5;
}
.banner-home{
    width: 100%;
    height: 200px;
}

.banner-home img{
    position: absolute;
    margin-left: 50%;
    left: -400px;
}

.link-sair {
	color: #0088cc;
	text-decoration: none;
}

.busca-title{
	margin-left: 180px;
	margin-bottom: 40px;
}

.legenda ul{
	list-style: none;
	margin: 0;
	margin-top: 30px; 
}

.legenda ul li{
	width: 270px;
	height: 35px;
	float: left;
}

.legenda ul li.first{
	width: 200px;
}


.legenda ul li div{
	width: 50px;
	height: 30px;
	float: left;
}

.legenda ul li label{
	margin-left: 60px;
}



.legenda-modal ul{
	list-style: none;
	margin: 0;
	margin-top: 30px; 
}

.legenda-modal ul li{
	width: 270px;
	height: 35px;
}

.legenda-modal ul li.first{
	width: 200px;
}


.legenda-modal ul li div{
	width: 50px;
	height: 30px;
	float: left;
}

.legenda-modal ul li label{
	margin-left: 60px;
}

.legenda-verde{
	background-color: #dff0d8;
}

.legenda-amarela{
	background-color: #faf2cc;
}

.legenda-vermelha{
	background-color: #ebcccc;
}