
/*
 * tabs
 */

/* position headings */
.tabs { 
}
.tab { 
	padding: 0; 
	clear: both; 
}
.tab li { 
	display: inline; 
	}
	
.tab li a { 
padding: 10px 20px;
margin: 0px;
border-bottom: none;
text-decoration: none;
background: #fca600;
text-transform: uppercase;
font-weight: bold;
color: #fff;
font-size: 12px;
font-family: 'Open Sans', sans-serif;
border-right: 1px solid #E99A01;
}

.tab li.active a { 
background: #fff;
color: #fca600;
text-decoration:none;

}

.tab a:hover { 
background: #DD8708;
color: #fff;
text-decoration:none;
}

/*.content { 
	float: left; 
	clear: both; 
	padding: 0px 10px 12px;
	width: 860px; 
}*/

.tabs .content {
background:#fff;
padding: 30px;
line-height: 18px;
}

.tabs #naoperder{
min-height: 220px;
}

.tabs #adquirir{
min-height: 102px;
}