/* ######################################################################
# Arquivo: style.css
# Tipo: folha de estilo (css)
#
# Autoria: Henrique Thorp Küsel
# Propriedade: Gabiesel Serviços de Informática Ltda.
#
# Data: //
# Cliente: 
###################################################################### */

/* TAGS < */
html					{ height:100%; }
body					{ height:100%; background-image:url(../imagens/fundo.png); background-position:center top; background-repeat:repeat-x; background-color:#fedf03; }
a						{ outline:none; }
img						{ outline:none; border:none; }
tr.linha td				{ border-bottom:#ffffff 1px solid }
/* TAGS > */


/* DIV < */
#divConteudo				{ position:relative; margin:0 auto; width:762px; }
#divConteudo.home			{ height:465px; background-image:url(../imagens/fundo_home.png); background-repeat:no-repeat; background-position:top; }
#divConteudo.internas		{ height:938px; background-image:url(../imagens/fundo_internas.png); background-repeat:no-repeat; background-position:top; }
#divConteudo.oportunidade	{ height:1053px; background-image:url(../imagens/fundo_oportunidade.png); background-repeat:no-repeat; background-position:top; }
#divConteudo.lojas			{ height:1053px; background-image:url(../imagens/fundo_internas_2.png); background-repeat:no-repeat; background-position:top; }
#divDadosLojas				{ position:absolute; left:78px; top:440px; width:607px; height:430px; }
#divDadosLojas td			{ width:202px; padding:10px 0px 10px 0px; text-align:center; font-family:Arial; font-size:11px; color:#003399; }
#divEmail					{ position:absolute; left:213px; top:396px; width:340px; height:40px; padding-top:9px; background-image:url(../imagens/fundo_email.png); background-repeat:no-repeat; font-family:Arial; font-size:15px; letter-spacing:-1px; text-align:center; color:#0099ff; font-weight:bold; }
#divEmail a					{ color:#003399; text-decoration:none; }
#divEmail a:hover			{ color:#ff0000; }
#divEncarte					{ position:absolute; left:77px; top:370px; width:610px; height:510px; }
#divEncarteFull				{ position:relative; margin:0 auto; width:910px; height:700px; }
#divFooter					{ position:absolute; width:762px; font-family:Arial; font-size:11px; color:#000000; text-align:center; } 
#divFooter.home				{ top:418px; }
#divFooter.internas			{ top:891px; }
#divFooter.encarte			{ top:800px; }
#divFooter.oportunidade		{ top:1026px; }
#divFooter.lojas			{ top:1026px; }
#divFormOp					{ position:absolute; left:78px; top:401px; width:607px; height:430px; }
#divFormOp table			{ font-size:11px; font-weight:bold; color:#004785; }
#divFormOp input,select,textarea		{ border:#fecc07 1px solid; background-color:transparent; background-image:url(../imagens/fundo_form.png); font-family:Verdana; font-size:10px; }
#divLogin					{ position:absolute; left:534px; top:25px; width:180px; height:36px; }
#divLogin input				{ border:none; background-color:transparent; width:50px; height:13px; padding:0px; font-family:Verdana; font-size:10px; }
#divLogin a					{ font-family:Arial; font-size:10px; color:#99ccff; text-decoration:none; }
#divLogin a:hover			{ color:#ffff00; }
#divLogo					{ position:absolute; left:65px; top:60px; width:320px; height:70px; }
#divMenu					{ position:absolute; left:78px; top:246px; width:324px; height:113px; }
#divMenu td					{ padding-bottom:2px; }
/* DIV > */


/* LINK < */

/* LINK > */


/* TEXT < */
.titulo					{ color:#0099ff; font-weight:bold; text-transform:capitalize; font-size:12px; }
/* TEXT > */