/* CSS Document */
#publicidade {
	z-index:3;
	float: none;
	position: absolute;
	margin: 0 auto;
	width:164px;
	height:250px;
	top:96px;
	left: 188px;

}
#body {
		background: url(bg_fundo.jpg);
		background-repeat: repeat-x;
}
#scroll {
		width:460px;
		height:280px;
		
		overflow:auto;
		}
#float { border:solid;
		 border-color: #e5e5e5;
		 padding: 5;
		 border-width: 1px;
		 width: 250px;

}

#alinhar{ /* ALINHAR OBJETO AO CENTRO DA PAGINA*/
position:absolute;
left:50%;
top:280px;
margin-left:-434px;
margin-top:24px;}

#bg_index{ background:  url(img/bg_index_direita.jpg);
		   background-repeat: repeat-y;}

#bg_bottom{ background:  url(img/bg_bottom.jpg);
			background-repeat: repeat-x}


.txt_form {	font-family: verdana, arial;
		font-size: 14px;
		color:#999999;}

.txt_contato {	font-family: verdana, arial;
		font-size: 10px;
		color:#999999;
		margin-left: 20px;

}

.titulo_internas { font-family: century gothic, verdana, arial;
			margin-left: 20px;
			font-size:27px;
			color:#FFFFFF;
}

.txt {	font-family: versana, arial;
		font-size: 12px;
		margin-left: 20px;
		margin-right: 20px;
		color: #999999;
		text-align: justify;
		line-height: 21px;
		text-decoration:none;	

}

.txt-bottom01 {font-family: verdana, arial;
			 font-size: 10px;
			 margin-right: 8px;
			 color: #ffffff;
			 margin-bottom: 5px;}

.txt-bottom02{font-family: verdana, arial;
			 font-size: 10px;
			 margin-right: 5px;
			 color: #ffffff;
}

.form{ background-color: #ffffff; border-color: #DBDBDB; color:#000000; font-family: arial; font-size: 11pt; border-style: solid; border-width: 1;
				}