/* CSS Document */

html, body
{
	overflow-x: hidden;
}

#divFundoHome
{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 708px;
	position: absolute;
	background-repeat: repeat-x;
	background-image: url(../imagens/fnd_pagina_03.jpg);
}

#divFundoInterno
{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 708px;
	position: absolute;
	background-repeat: repeat-x;
	background-image: url(../imagens/fnd_pagina_01.jpg);
}

#divCorpo
{
	top: 0px;
	left: 50%;
	margin-left: -501px;
	width: 1003px;
	height: 708px;
	z-index: 1;
	position: absolute;
}

#divNewsletter
{
	top: 382px;
	left: 68px;
	width: 184px;
	height: 150px;
	z-index: 1;
	position: absolute;
	background-repeat: no-repeat;
	background-image: url(../imagens/fnd_newsletter.jpg);
}

#newsletter
{
	bottom: 15px;
	width: 100%;
	text-align: center;
	position: absolute;
}

#divHome01
{
	top: 360px;
	left: 261px;
	width: 695px;
	height: 230px;
	z-index: 2;
	position: absolute;
	overflow-y:auto;
}

#divHome02
{
	top: 360px;
	left: 637px;
	width: 290px;
	height: 230px;
	z-index: 2;
	position: absolute;
}

#divTextoInterno
{
	top: 340px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	left: 283px;
	/*width: 654px;
	height: 260px;*/
	width: 634px;
	height: 240px;
	z-index: 1;
	position: absolute;
	overflow-x: hidden;
	overflow-y: auto;
}
