/*************************************************************************/
/** CONTEUDO *************************************************************/
/*************************************************************************/
#conteudo p.intro{
	float: left;
	clear: both;
	width: 260px;
}

/*************************************************************************/
/** CONTEXTO *************************************************************/
/*************************************************************************/
img#frase_schunk{
	padding: 30px 0 0 15px;
}

/*************************************************************************/
/** LINK RAPIDO **********************************************************/
/*************************************************************************/
div#linkrapido_bg{
	position: absolute;
	width: 625px;
	height: 300px;
	top: 96px;
	left: 310px;
	z-index: 10;
}

div#linkrapido{
	position: absolute;
	width: 555px;
	height: 230px;
	top: 96px;
	left: 310px;
	padding: 35px;
	z-index: 20;
	/*
	background-image: url('../imagens/linkrapido_index.png');
	background-position: center;
	background-repeat: no-repeat;
	*/
}

/** PRODUTOS E SERVICOS **************************************************/
#linkrapido div#produtos_servicos{
	position: relative;
	float: left;
	clear: none;
	width: 315px;
	padding-right: 25px;
	z-index: 20;
}

#produtos_servicos .titulo{
	padding-bottom: 14px;
}

#produtos_servicos span.linkrapido_botao{
	position: relative;
	display: block;
	float: left;
	width: 315px;
	height: 40px;
	overflow: hidden;
}

.linkrapido_botao img{
	position: absolute;
	top: 0;
	left: 0;
}

/** AREA DE CLIENTES *****************************************************/
#linkrapido div#area_clientes{
	float: left;
	clear: none;
	width: 215px;
	z-index: 20;
}

#area_clientes .titulo{
	padding-bottom: 14px;
}

#area_clientes form,
#area_clientes div#user_info{
	position: relative;
	float: left;
	width: 213px;
	height: 113px;
	margin-bottom: 14px;
	border: 1px solid #BEBFC1;
}

#area_clientes form input{
	width: 187px;
	font-size: 11px;
	color: #10346E;
}

#area_clientes input#botao_ok{
	float: right;
	width: auto;
	height: auto;
	margin: 3px 3px 0 0;
	border: none;
}

#area_clientes div#visitar{
	position: relative;
	float: left;
	width: 213px;
	height: 25px;
}

#user_info img,
#user_info span{
	float: left;
}

#user_info span{
	width: 177px;
	font-size: 11px;
	padding: 0 0 0 10px;
}

#user_info span#user_empresa{
	padding-bottom: 0px;
}

#visitar span{
	position: relative;
	height: 25px;
	border: 1px solid #BEBFC1;
}


