/*
Theme Name: Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License: Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description: Place here your custom CSS styles
*/

.btn-transparente {
	color: #fff;
	background-color: transparent;
	border-color: #FFFFFF;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: normal;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid;
	border-radius: 4px;
	font-family: inherit;
	margin: 0px;
	padding: 20px;
}
.btn-transparente:hover,
.btn-transparente:focus,
.btn-transparente.focus,
.btn-transparente:active,
.btn-transparente.active,
.open > .dropdown-toggle.btn-transparente {
	color: #FFF;
	background:rgb(255,102,0);
	border-color: #FF3300;
	text-decoration: none;
}
.btn-transparente > a:hover
{
	color: #F60;
	background-color: rgb(102,102,102);
}
.btn-transparente:visited
{
	color: #fff;
	background-color: transparent;
	border-color: #FFFFFF;
	text-decoration: none;
}
.btn-transparente > a:active
{
	color: #Fff;
}
.btn-transparente:active,
.btn-transparente.active,
.open > .dropdown-toggle.btn-transparente {
  background-image: none;
}
.btn-transparente.disabled,
.btn-transparente[disabled],
fieldset[disabled] .btn-transparente,
.btn-transparente.disabled:hover,
.btn-transparente[disabled]:hover,
fieldset[disabled] .btn-transparente:hover,
.btn-transparente.disabled:focus,
.btn-transparente[disabled]:focus,
fieldset[disabled] .btn-transparente:focus,
.btn-transparente.disabled.focus,
.btn-transparente[disabled].focus,
fieldset[disabled] .btn-transparente.focus,
.btn-transparente.disabled:active,
.btn-transparente[disabled]:active,
fieldset[disabled] .btn-transparente:active,
.btn-transparente.disabled.active,
.btn-transparente[disabled].active,
fieldset[disabled] .btn-transparente.active {
	background-color: rgb(153,153,153);
	border-color: #FFFFFF;
	text-decoration: none;
}
.btn-transparente .badge {
	color: #FFFFFF;
}