
	.thumbnail{
		background: #CDCDCD;/* iremos ver como ordenar de acordo com a skin selecionada*/
		border: none;
		border-radius: 10px; 
	}
	hr{
		margin: 10px 0px;
	}
	.row-fluid.setor-area > a{
		text-decoration: underline;
	}
	
.row-fluid.setor-area{
	padding: 5px;
}
.figure-2{
	fill:#333333;
}
.figure-3{
	fill:#d6d6d6;
}
.figure-4{
	fill:#d6d6d6;
}
.figure-5{
	fill:#d6d6d6;
}
.nav.nav-tabs > li > a{
	background: #eee;
	font-weight: bold;
}
.nav.nav-tabs > li.active > a{
	background: #FFF;
	color: #555;
}
.thumbnail{
	background: transparent;
	border-radius: 0px;
	border-color: transparent;
}

.row-fluid.setor-area:nth-child(even){
	background: #f0efef;
}


/*
.title-areas{
	background: #DCDCDC !important;
	border-radius: 5px;
}
.thumb-details{
	border:5px solid #fea155;
	padding: 10px 15px;
	border-radius: 10px;
	margin-bottom: 5px;
}
.thumbnail{
	background: #fea155;
	border-radius: 10px; 
	border-color: #fea155;
}
.nav.nav-tabs > li.active > a{
	background: #FFF;
	color: #555;
}
.btn-success{
	background: #fea155;
	border-color: #fea155;
}
.btn-success:hover{
	background: #ef740f;
	border-color: #ef740f;
}
.btn-success:active{
	background: #ef740f !important;
	border-color: #ef740f !important;
}
.btn-success.focus,
.btn-success:focus{
	background: #ef740f;
	border-color: #ef740f;
}*/