@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; border:none;}
body
{
	background:url(../img/bgBody.jpg) repeat-x;
}
#geral
{
	background:url(../img/bgGeral.jpg) right top no-repeat;
	width:100%;
	margin:0 auto 0 auto;
	min-height:100px;
	display:table;
}
.imgLogo
{
	margin:10px auto 0 auto;
	width:760px;
}
.boxAviso
{
	background:url(../img/boxAviso.jpg) no-repeat;
	width:437px;
	height:221px;
	margin:50px auto 0 auto;
}
.boxAviso p
{
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:90px 15px 0 15px;
 }
.divImg
{
	margin:50px auto 0 auto;
	width:140px;
}


