/* Conteudo do Site */
#box_conteudo {
	position:absolute;
	width: 550px;
	height: 430px;
	left: 221px;
	top: 151px;
	background-color: transparent;
}
/* Campo Titulo texto */
#box_tit {
	width:535px;
	height:30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	margin:0;
	display:table;
}
/* Campo texto */
#box_txts {
	text-align:justify;
	width:auto;
	height:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	margin:0 0 0 10px;
	display:table;
}
#mycustomscroll {
	background-color:transparent;
	/* percentage width without the fix*/
	width: 550px;
	height:430px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
}
#mycustomscroll p {
	margin:0px 0px 15px 0px;
	line-height:18px;
}
#mycustomscroll h2 {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#fff200;
	font-weight:bold;
	line-height:30px;
}

#foto_direita {
	position:absolute;
	width: 369px;
	height: 171px;
	left: 398px;
	top: 582px;
}
#foto_esquerda {
	position:absolute;
	width: 369px;
	height: 171px;
	top: 583px;
	left: -2px;
}
/* Chegar box */
#chegar {
	height: auto;
	text-align:left;
	padding-left:15px;
	background-color: transparent;
}
