*{
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

body{
	background: #F9F9F9;
}

h1{
	font-weight: 500;
	font-size: 14px;
	color: #292108;
}

h2{
	font-weight: 500;
	font-size: 18px;
	color: #292108;
}

a{
	text-decoration: none;
}

.topo{
	width: 100%;
	background: url(../img/top_bg.jpg) repeat-x;
}

.topo .align{
	width: 900px;
	height: 95px;
	margin: 0px auto 0px auto;
}

.logo{
	float: left;
	width: 255px;
	padding-top: 13px;
}

.menu{
	float: right;
	width: 600px;
	padding-top: 50px;
	text-align: right;
}

ul{
	list-style-type: none;
}

li{
	float: right;
	padding: 0px 7px 26px 7px;
}

.link:hover{
	border-bottom: 5px solid #292108;
}

.linkClick{
	border-bottom: 5px solid #292108;
}

.detail{
	width: 100%;
	height: 7px;
	background: #292108;
}

.banner{
	width: 100%;
	height: 230px;
	background: #cfc1a0;
	text-align: center;
}

.conteudo{
	width: 838px;
	border: 1px solid #292108;
	border-top: 0px;
	margin: 0px auto 0px auto;
	padding: 30px;
	background: #fff;
}

.title{
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #292108;
}

.news{
	padding: 15px 0px 0px 0px;
}

.news img{
	border: 1px solid #292108;
}

.news iframe{
	border: 1px solid #292108;
}

.news div{
	width: 520px;
}

.footer{
	padding: 10px 0px 10px 0px;
	text-align: center;
	font-size: 10px;
}

.popup{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.popup_bg{
	position: absolute;
	background: #000;
	opacity: 0.8;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.popup_content{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 4;
	cursor: pointer;
}

.gal{
	height: 660px;
}

.gal_btn_prev{
	position: absolute;
	width: 44px;
	height: 37px;
	margin-top: 225px;
	margin-left: 0px;
	z-index: 3;
	cursor: pointer;
}

.gal_btn_next{
	position: absolute;
	width: 44px;
	height: 37px;
	margin-top: 225px;
	margin-left: 793px;
	z-index: 3;
	cursor: pointer;
}

.gal_imgs{
	position: absolute;
	z-index: 5;
	overflow: hidden;
	margin-left: 46px;
	width: 746px;
	height: 660px;
}

.gal_imgs_rolagem div{
	position: absolute;
	width: 746px;
	text-align: center;
}

input{
	width: 408px;
	height: 20px;
	margin-bottom: 10px;
	border: 1px solid #292108;
}

textarea{
	width: 408px;
	height: 75px;
	border: 1px solid #292108;
}
