@charset "iso-8859-1";
/*##########
INICIO GERAL
##########*/
* {
	font-size: 11px;
	font-family: Tahoma;
	color: #56483f;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
/*vertical-align: baseline;*/
}
html {
	height: 100%;
}
body {
	background: url(../_IMG/bg_site.gif) repeat;
	position: relative;
	text-align: center;
	height: 100%;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	cursor: pointer;
}
b, strong, h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
em {
	font-style: normal;
	text-decoration: underline;
}
big {
	font: 12px Arial;
}
small {
	font: 9px Arial;
}
sup {
	text-transform: none !important;
	font-size: 8px;
}
p {
	margin: 5px 0 10px 0;
}
p a {
	text-decoration: underline;
	color: #00508f;
}
img {
	vertical-align: bottom;
}
ul {
	list-style: none;
}
input {
	background: #000;
	border: 1px solid #8e8e8e;
	vertical-align: middle;
	color: #FFF;
}
textarea {
	background: #000;
	vertical-align: top;
	border: 1px solid #8e8e8e;
	color: #FFF;
}
select {
	background: #000;
	vertical-align: middle;
	border: 1px solid #8e8e8e;
	color: #FFF;
}
label, label img {
	vertical-align: middle;
}
option {
	background: #000;
	color: #FFF;
}
.hover {
	background-position: bottom !important;
}
.left {
	float: left !important;
}
.right{
	float: right !important;
}
.align_l {
	text-align: left;
}
.align_c {
	text-align: center;
}
.align_r {
	text-align: right;
}
.clear {
	clear: both;
}
.cRed {
	color: #F00 !important;
}
.cGreen {
	color: #0F0 !important;
}
.cBlue {
	color: #00F !important;
}
.ie6 img, .ie6 div, .ie6 h1, .ie6 ul, .ie6 li, .ie6 a, .ie6 span, .ie6 fieldset {
	behavior: url(_JS/IEPNGFix.htc);
}
/*#######
FIM GERAL
#######*/
/*###########
INICIO HEADER
###########*/
.header {
	background: url(../_IMG/bg_header.png) 0px 0px no-repeat;
	width: 810px;
	height: 92px;
	margin: 0 auto;
	text-align: right;
}
.boxPlayer {
	padding: 0px 15px 0 0;
}
.boxMoreInfo {
	margin: 14px 15px 0 0;
}
/*########
FIM HEADER
########*/
/*###########
INICIO FOOTER
###########*/
.footer {
	background: url(../_IMG/bg_footer.png) 0px 0px repeat-x;
	position: relative;
	bottom: 0px;
	width: 100%;
	height: 22px;
	padding-top: 17px;
	margin: 30px auto 0 auto;
	color: #6b3c1d;
}
.footer span {
	color: #6b3c1d;	
}
/*########
FIM FOOTER
########*/
/*#############
INICIO LIGHTBOX
#############*/
.boxContato {
	width: 725px;
	height: 400px;
	text-align: left;
}
.boxContato .bt_fechar {
	background: url(../_IMG/bt_fechar.gif) 0px 0px no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 29px;
	height: 28px;
}
.boxContato h1 {
	background: url(../_IMG/tit_contato.gif) 0px 0px no-repeat;
	height: 28px;
	padding-bottom: 5px;
	border-bottom: 1px solid #28211c;
}
.boxContato ul {
	padding-top: 15px;
}
.boxContato li em, .boxContato li span, .boxContato li a  {
	font-size: 12px;
}
.boxContato li em {
	text-decoration: none;
	display: inline-block;
	width: 40px;
	padding-right: 10px;
	text-align: right;
	color: #6b3c1d;
}
.twitter {
	position: absolute;
	top: 50px;
	right: 0px;
}
.behance {
	position: absolute;
	top: 80px;
	right: 0px;
}
.boxAbout {
	width: 725px;
	height: 400px;
	text-align: left;
}
.boxAbout .bt_fechar {
	background: url(../_IMG/bt_fechar.gif) 0px 0px no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 29px;
	height: 28px;
}
.boxAbout h1 {
	background: url(../_IMG/tit_about.gif) 0px 0px no-repeat;
	height: 28px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #28211c;
}
/*##########
FIM LIGHTBOX
##########*/
/*#########
INICIO HOME
#########*/
.main {
	width: 810px;
	margin: 0 auto;
	text-align: left;	
}
.boxJob {
	margin-top: 30px;
}
.boxJobTitle {
	background: url(../_IMG/100x100.png) 0px 0px repeat;
}
.boxJobTitleContent {
	padding: 15px 15px 5px 15px;
}

.boxJobTitle h1 {
	color: #6b3c1d;
	font-weight: normal;
}
.boxJobContent {
	position: relative;
	background: url(../_IMG/100x100.png) 0px 0px repeat;
}
.boxJobContentPadding {
	position: relative;
	left: 5px;
	padding-bottom: 5px;
}
.boxJobContent img {
	float: left;
}
.boxJobFooter {
	text-align: right;
}
.boxJobFooter a {
	background: url(../_IMG/100x100.png) 0px 0px repeat;
	padding: 0px 10px;
	float: right;
	margin-left: 1px;
}
/*######
FIM HOME
######*/