/*************************************************************************/
/** CONTEUDO *************************************************************/
/*************************************************************************/
#conteudo h1.titulo,
#conteudo h2.titulo,
#conteudo h3.titulo{
	clear: both;
	width: 500px;
}

#conteudo h2.titulo{
	padding-left: 10px;
	background-image: url('../imagens/bullet_h2.gif');
	background-position: left center;
	background-repeat: no-repeat;
}

#conteudo p{
	float: left;
	clear: both;
	width: 500px;
}

#conteudo ul{
	float: left;
	clear: both;
	width: 500px;
	margin: 0 0 5px 10px;
	padding: 0 0 5px 0;
	line-height: 150%;
	list-style-type: none;
}

#conteudo ul li{
	float: left;
	clear: both;
	width: 485px;
	margin: 0;
	padding: 0 0 5px 15px;
	background-image: url('../imagens/bullet_li.gif');
	background-position: 0 7px;
	background-repeat: no-repeat;
}

div.animacao{
	width: 293px;
	height: 208px;
	margin-bottom: 14px;
	border: 1px solid #BDBEC0;
}

/** ITEM *****************************************************************/
div.item{
	position: relative;
	clear: both;
	float: left;
	width: 500px;
	height: 65px;
	margin: 0 0 10px 0;
	border: 1px solid #EEE;
	background-image: url('../imagens/bg_produtosservicos.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
}

/*
.item a{
	display: block;
	width: 500px;
	height: 65px;
	text-decoration: none;
	cursor: pointer;
}
*/

.item a{
	text-decoration: none;
	cursor: pointer;
}

.item img{
	float: left;
	clear: none;
	margin: 10px;
	border: 1px solid #E6E7E8;
}

.item h1{
	float: left;
	clear: none;
	width: 300px;
	margin: 12px 0 0 0;
	padding: 0;
	border: none;
}

.item h2{
	float: left;
	clear: none;
	padding: 0 20px 0 8px;
	font-weight: normal;
	font-size: 12px;
	background-image: url('../imagens/bullet_h2.gif');
	background-position: left center;
	background-repeat: no-repeat;
}

.item div{
	float: left;
	clear: none;
	width: 300px;
}

.item img.mais_info{
	position: absolute;
	bottom: 1px;
	right: 0;
	margin: 0;
	padding: 0;
	border: none;
}

/*************************************************************************/
/** CONTEXTO *************************************************************/
/*************************************************************************/
img#frase_produtos_servicos{
	padding: 20px 0 0 40px;
}

/*************************************************************************/
/** TABELA GPE - HK ******************************************************/
/*************************************************************************/
div.hk{
	float: left;
	clear: both;
	width: 500px;
	margin: 0 0 10px 0;
}

.hk img,
.hk div{
	float: left;
	width: auto;
	margin: 0 10px 0 0;
}

.hk h2,
.hk span{
	float: left;
	clear: none;
	width: 390px;
	margin: 0;
	padding: 0;
}

span#doc_gpe{
	float: left;
	margin: 15px 0 15px 100px;
}

/*************************************************************************/
/** LINK RAPIDO **********************************************************/
/*************************************************************************/
div#linkrapido_bg{
	position: absolute;
	width: 365px;
	height: 372px;
	top: 5px;
	left: 565px;
	z-index: 10;
}

div#linkrapido{
	position: absolute;
	width: 325px;
	height: 332px;
	top: 5px;
	left: 565px;
	padding: 35px;
	z-index: 20;
}

#linkrapido img#imagem_empresa{
	padding-bottom: 14px;
}

#linkrapido span.linkrapido_botao{
	position: relative;
	display: block;
	float: left;
	width: 295px;
	height: 40px;
	overflow: hidden;
}

.linkrapido_botao img{
	position: absolute;
	top: 0;
	left: 0;
}

