/*CSS RESET*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,details,figcaption,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,summary,time{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align: baseline;background:transparent;}article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, output, section, summary{display:block;}meter,progress,mark, time{display:inline;}ol, ul {list-style: none;}blockquote,q{quotes: none;}html,body{height:100%;}img {border:0;vertical-align:top;text-align:left;}object{vertical-align:top;outline:none;}ul,ol{list-style:none;}table,table td{padding:0;border:none;border-collapse:collapse;}input,select,textarea{font-family:Arial, Helvetica, sans-serif;font-size:1em;vertical-align:middle;font-weight:normal;margin:0;padding:0;}textarea{overflow:auto;}

/*GLOBAL*/
body{background:#161e25; font-family: 'futura_bk_btbook'; font-size:12px; margin:0; padding:0; overflow:hidden; width:100%;}

h1{
	color: #FFF;
	font-size: 30px;
	text-align: center;
	padding-top: 100px;
}

@font-face {
    font-family: 'futura_bk_btbook';
    src: url('../fonts/futuran-webfont.eot');
    src: url('../fonts/futuran-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futuran-webfont.woff') format('woff'),
         url('../fonts/futuran-webfont.ttf') format('truetype'),
         url('../fonts/futuran-webfont.svg#futura_bk_btbook') format('svg');
    font-weight: normal;
    font-style: normal;
}

#content {
	position:fixed;
	width:100%;
	height:100%;
	overflow:hidden;
}

#container {
	position:absolute;
	width:900px;
	height:280px;
	top:50%;
	left:50%;
	margin-left:-450px;
	margin-top:-140px;
	opacity:0;
}

#header {
	width:763px;
	margin:0 auto;
}

#logo {
	float:left;
}

#menu {
	float:right;
	margin-top:29px;
}

#clear {
	clear:both;
}

#menu ul li {
	display:inline;
	padding-left: 10px;
  padding-right: 10px;
	border-right:1px solid #fff;
	text-transform: uppercase;
}

#menu ul li:first-child {
	padding-left:0px;
}

#menu ul li:last-child {
	padding-right:0px;
	border-right:0px solid #fff;
}

#menu ul li a {
	text-decoration:none;
	color:#fff;
}

#menu ul li a:hover, #menu ul li a.ativo {
	color:#ada28e;
}

#thumbs {
	padding-top:10px;
	width:820px;
	margin:0 auto;
}
#thumbs img{
	border: 5px solid #565658;
}

.carousel-images .plus {
	position:absolute;
	width:21px;
	height:21px;
	background:url(../images/plus.png);
	background-repeat:no-repeat;
	background-color:transparent;
	right:11px;
	bottom:5px;
	z-index:99;
	display:none;
}

.carousel-images:hover .plus {
	display:block;
}

#footer {
	position:absolute;
	z-index:99;
	background-color:#161e25;
	padding-left:70px;
	width:900px;
	height:25px;
	margin-top:10px;
	color:#fff;
	overflow:hidden;
	bottom:35px;
}

#footer .borda {
	width:763px;
	border-top:1px solid #ada28e;
}

#biografia {
	float:left;
	width:450px;
	padding:5px;
}

#biografia .tit_footer {
	display:block;
	cursor:pointer;
}

#texto_biografia {
	padding-right:20px;
	font-size:11px;
	color:#ada28e;
}

#contato {
	float:left;
	margin-left:30px;
	width:265px;
	padding:5px;
}

#contato .texto {
	font-size:11px;
}

#contato .diretor {
	font-size:10px;
}

#contato .tit_footer {
	display:block;
	cursor:pointer;
}

#contato .dourado {
	color:#ada28e;
}

#contato a {
	text-decoration:none;
	color:#FFFFFF;
}

#contato a:hover {
	text-decoration:underline;
}

#btn_fechar {
	float:left;
	margin-left:10px;
	cursor:pointer;
}

#rodape {
	width:757px;
	padding:10px 20px 0px 5px;
	font-size:10px;
	color:#CCCCCC;
}

#rodape a {
	text-decoration:none;
	color:#CCCCCC;
}

#lang {
	width:763px;
	border-top:1px solid #ada28e;
	margin-top:39px;
	padding-top:3px;
	text-align:right;
	margin-left:70px;
}

#lang a{
	font-size:10px;
	color:#ada28e;
	text-decoration:none;
}
