*
{
	margin:0px;
	padding:0px;
	outline:none;
	border:none;
	list-style:none;
	
	font:14px "Trebuchet MS", Tahoma, Arial;
	color:#38434f;
	text-decoration:none;
}
strong
{
	font-weight:bold;
}

html, body
{
	height: 100%;
}

.tudo 
{
	min-height: 100%;
}

* html .tudo
{
	height: 100%;
}
.tudo {
	position: relative;
}



body
{
	background-image:url(../../imgs/_home/bg-y.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#cfcfcf;
}

.tudo
{
	background-image:url(../../imgs/_home/bg-top.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

.geral
{
	background-image:url(../../imgs/_home/bg-centro.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0 auto;
	width:990px;
}



/* -------------------------------------
	= topo
------------------------------------- */
.topo
{
	padding:0px 30px 0px 30px;
}


/* -------------------------------------
	= base
------------------------------------- */
.base
{
	padding:20px 30px 20px 30px;
}


/* -------------------------------------
	= Rodape
------------------------------------- */

.rodape
{

}