@charset "utf-8";
/* CSS Document */
body {
	height:100%;
	line-height:18px;
	background:url(../img/background.jpg) repeat -20px -30px #000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#all {
	width:960px;
	background-color: #fbf3e7;
	margin: 15px auto 30px auto;
	display:table;

}

#header{
	background:url(../img/header-bg.jpg) repeat 0px 0px #a1af28;
	height:205px;
	padding-top:20px;	
}

#header img{
	vertical-align: top;
}	

#logo{
	margin:0px 15px 15px 15px;
}

.left{ float:left; }
.right{ float:right; }

.marginTop10{ 	margin-top:10px;	 }
.marginTop20{ 	margin-top:20px;	 }
.marginTop40{ 	margin-top:40px;	 }

.marginLeft100{ margin-left:100px; }
.marginRight20{ margin-right:20px; }

.arialGray12{
	color:#333333;
	font-size:12px;
	font-family:Arial;
}
#topContent{
	background:url(../img/line-bg.png) no-repeat;
	background-position:150px 220px;
}
#entreSelecao{
	
	padding: 30px 0 60px 20px;
	width:470px;
	float:left;

}

#entreSelecao p{
	line-height:14px;
	padding-left: 15px;
	width:320px;
}

#destaqueFigurinhas{
	width:470px;
	float:left;
}

#destaqueFigurinhas img{
	margin-top:-30px;
	margin-left:-132px;
}

#convocados{
	background:url("../img/title-convocados.jpg") no-repeat scroll center 50px #FBF3E7;
	float:left;
	padding:150px 0 30px;
	width:100%;
	text-align:center;	
}

#envieFoto{
	background:url("../img/title-envie-foto.jpg") no-repeat scroll center 50px #FBF3E7;
	float:left;
	padding:150px 0 30px;
	width:100%;
	text-align:center;	
}


