.texto1 {
	color: #666;
	font-size:21px;
	font-weight:bold;
	font-family: Arial;
}
.texto2 {
	color: #666;
	font-size:26px;
	font-weight:bold;
	font-family: Arial;
}
a.home_button {
	margin-top:20px;
	margin-left: 16px;
	font-family: Arial;
	height:26px;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	background: url(../images/common/buttons/bt_home_right.gif) no-repeat right top;
	padding-right: 60px;
	display: block; /*opera*/
	display: inline-block; /*ie*/
	display: -moz-inline-box;  /*ff*/
}
a.home_button span {
	background: url(../images/common/buttons/bt_home_let.gif) no-repeat left top !important;
	height: 26px;
	display: block;
	display: inline-block;
	padding: 0 0 0 20px !important;
	padding: 0 0 0 20px;
	line-height: 1.7;
	margin-left: -15px;
	background-color:#c7c3c3;
}
.awesome, .awesome:visited {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	background: #c7c3c3 repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #ffc312;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	position: relative;
	cursor: pointer;
}
.awesome:hover {
	background-color: #bd8d02;
	color: #fff;
}
.awesome:active {
	top: 1px;
	color:#ffc312;
}
.small.awesome, .small.awesome:visited {
	text-decoration: none;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
 padding:;
	color:#ffc312;
}
.awesome, .awesome:visited, .medium.awesome, .medium.awesome:visited {
	text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	color:#ffc312;
}
.large.awesome, .large.awesome:visited {
	text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size: 14px;
	padding: 8px 14px 9px;
	color:#ffc312;
}
.red.awesome, .red.awesome:visited {
	background-color: #ffc312;
	color:#565656;
}
.red.awesome:hover {
	background-color: #ffc312;
	color:#fff;
}
.gray.awesome, .gray.awesome:visited {
	background-color: #565656;
	color:#ffc312;
}
.vermelho.awesome, .vermelho.awesome:visited {
	background-color: #fb3333;
	color:#fff;
}
.vermelho.awesome:hover {
	background-color: #565656;
	color:#fff;
}
.gray.awesome:hover {
	background-color: #565656;
	color:#fff;
}
/* CSS3 Styled Buttons */
.addthis_share_btn a, .addthis_share_btn a:visited {
	background: #ffb62f url(../images/btn-overlay.png) repeat-x;
	display: inline-block;
	padding: 6px 12px;
	font-family: arial;
	font-size: 12px;
	line-height: 1em;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	position: relative;
	cursor: pointer;
}
.addthis_share_btn a:hover {
	background-color: #999;
	color: #fff;
}
.addthis_share_btn a:active {
	top: 1px;
}
.addthis_share_btn a span, .addthis_share_btn:visited a span {
	background: url(../images/icon-addthis.gif) no-repeat left;
	padding: 1px 0 1px 18px;
}

