@charset "utf-8";

body {
  text-align:center;
  margin: 0;
  padding: 0;
  	background: #233B51 url(../img/bg.png) repeat-x left top;
  color: #036;
}

#master {
	width: 779px;
	height: 650px;
	background-color: #043965;
	margin-left: -380px;
	left: 50%;
	position: absolute;
	z-index: 1;
}
#topo{
	width: 769px;
	text-align: left;
	position: relative;
	top: 0px;
	float: left;
	height: 94px;
	display: inline;
}



#logo{
	width: 169px;
	text-align: left;
	position: relative;
	top: 10px;
	float: left;
	height: 94px;
	display: inline;
	left: 10px;
}
#banner{
	width: 511px;
	position: relative;
	top: 20px;
	float: left;
	height: 75px;
	display: inline;
	left: 80px;
}
#title{
	width: 769px;
	position: relative;
	top: 40px;
	left: 0px;
	float: left;
	height: 20px;
	display: inline;
	text-align: center;

}
#seletor{
	width: 769px;
	position: relative;
	top: 50px;
	left: 0px;
	float: left;
	height: 20px;
	display: inline;
    text-align: right;

}

#galeria {
	width: 600px;
	background-color: #0F0;
	position: relative;
	top: 70px;
	float: left;
	left: 85px;
	height: 400px;
	display: inline;

}
.title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
.seletor {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #036;
	text-decoration: none;
}
