@charset "utf-8";
/* CSS Document */

.bloco_tabs {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	font: 13px 'Source Sans Pro', sans-serif;
}
.bloco_tabs li {
	float: left;
	margin: 0 0 0 42px;
}
.bloco_tabs li a {
	position: relative;
	background-color:transparent;
	 padding: 8px 25px 10px 25px;
	float: left;
	text-decoration: none;
	color: #d67c28;
	font-weight: bold;
	border-radius: 10px;
	border: 1px solid #d67c28;	
}
.bloco_tabs a:hover, .bloco_tabs a:hover::after, .bloco_tabs a:focus, .bloco_tabs a:focus::after {
	background: #d67c28;
	color: #fff;
}
.bloco_tabs a:focus {
	outline: 0;
}

.bloco_tabs #current a {
	z-index: 3;
	background: #d67c28;
	color: #fff;		
}
.bloco_tabs #current a::after {
	z-index: 3;
	background: #d67c28;
	color: #fff;	
}
#content {
	height: auto !important;
	padding: 0px;
	position: relative;
	z-index: 2;
}
