/* CSS Document */

#content .botao {
	text-align: center;
	margin-bottom: 6px;
	width: 215px;
	padding: 5px 0;
	border: 1px solid #515151;
	background: #333 url(../img/bg_botao.gif) repeat-x bottom;
	position: relative;
	/*-moz-border-radius: 4px;
	-webkit-border-radius: 4px;*/
	}
	#content .botao p {
		font-weight: bold;
		margin-bottom: 0;
		font-size: 11px;
		}
	
	#content .botao a {
		color: #fff;
		}
		#content .botao a:hover {
			text-decoration: none;
			color: #999;
			}
	
	#content .botao .tl, #content .botao .tr, #content .botao .bl, #content .botao .br {
		position: absolute;
		width: 4px;
		height: 4px;
		}
	
	#content .botao .tl {
		top: -1px;
		left: -1px;
		background: url(../img/bg_botao_tl.gif) no-repeat;
		}
	
	#content .botao .tr {
		top: -1px;
		right: -1px;
		background: url(../img/bg_botao_tr.gif) no-repeat;
		}
	
	#content .botao .bl {
		bottom: -1px;
		_bottom: -11px;
		left: -1px;
		background: url(../img/bg_botao_bl.gif) no-repeat;
		}
	
	#content .botao .br {
		bottom: -1px;
		_bottom: -11px;
		right: -1px;
		background: url(../img/bg_botao_br.gif) no-repeat;
		}
	
	#content .bottom-up .bl, #content .bottom-up .br {
		_bottom: -10px;
		}

#content .bt-laranja {
	background: #c85804 url(../img/bg_bt_laranja.gif) repeat-x bottom;
	border: 1px solid #dd6d19;
	}
	#content .bt-laranja .tl {
		background: url(../img/bg_bt_laranja_tl.gif) no-repeat;
		}
	
	#content .bt-laranja .tr {
		background: url(../img/bg_bt_laranja_tr.gif) no-repeat;
		}
	
	#content .bt-laranja .bl {
		background: url(../img/bg_bt_laranja_bl.gif) no-repeat;
		}
	
	#content .bt-laranja .br {
		background: url(../img/bg_bt_laranja_br.gif) no-repeat;
		}
	
	#content .bt-laranja a:hover {
		color: #e4bc9d;
		}