a.btn {
	text-transform:uppercase;
	font-size:11px;
	line-height:16px;
	font-weight:bold;
	display:block;
	float:right;
	text-align:right;
	height:14px;
	
	background: url('../images/fDB.png') no-repeat center right;
	padding:0px 10px 2px 4px;
	color:#4D4D4D;
}

a.btn2 {
	text-transform:uppercase;
	font-size:11px;
	line-height:16px;
	font-weight:bold;
	display:block;
	float:right;
	text-align:right;
	height:14px;
	
	background: url('../images/fDG.png') no-repeat center right;
	padding-right:10px;
	color:#4D4D4D;
}


a.btn:hover , .bC1 a.btn:hover, .bC2 a.btn:hover, a.bC2:hover, .bC0 a.btn:hover{
	color:#ff9a04;
}


.bC0 a.btn {
	background: url('../images/fDGO.png') no-repeat center right;
	padding:0px 10px 2px 4px;
	color:#4D4D4D;
}

.bC1 a.btn {
	background: url('../images/fDG.png') no-repeat center right;
	padding:0px 10px 2px 4px;
	color:#4D4D4D;
}

.bC2 a.btn, a.bC2{
	background:#4D4D4D url('../images/fDNBtn.png') no-repeat center right;
	padding:0px 14px 2px 4px;
	color:#fff;
}

a.btnLinkFlecha {
	padding-left:10px;
	background: url('../images/fDB.png') no-repeat center left;
	color:#4D4D4D;
}

.bC1 a.btnLinkFlecha {
	background: url('../images/fDG.png') no-repeat center left;
}

a.btnTexto{
	padding-right:10px;
	font-weight:bold;
	text-transform:uppercase;
	background: url('../images/fDB.png') no-repeat right 4px;
	color:#4D4D4D;
}

.bC1 a.btnTexto{
	background: url('../images/fDG.png') no-repeat right 4px;
}

a.btnLinkFlecha:hover, a.btnTexto:hover {
	color:#ff9a04;
}


