@import url(http://fonts.googleapis.com/css?family=Oxygen:300,900);

@charset "utf-8";
*{
	margin:0;
	padding:0;
}

html, body{
	width:100%;
	height:100%;
}

body{
	font:12px 'Oxygen';
	min-width:940px;
	background:#fff url('../imagens/bgtop.png') top center repeat-x;
	overflow-y:scroll;
}

.center{
	position:relative;
	float:left;
	clear:both;
	left:50%;
	margin-left:-430px;
	width:860px;
	min-height:100%;
	text-align:center;
}

.logotipo{
	position:relative;
	width:250px;
	height:167px;
	margin:90px 0 40px 0;
}

.ttl1{
	position:relative;
	width:100%;
	text-transform:uppercase;
	color:#b69f43;
	font-size:40px;
	margin-bottom:10px;
}

b{
	font-family:'Oxygen';
	font-weight:900;
}

.texto{
	position:relative;
	margin-bottom:50px;
}

.barfooter{
	position:relative;
	float:left;
	clear:both;
	width:100%;
	height:10px;
	background:#b69f43;
	margin-top:-10px;
}
