﻿.body, html {
	width: 100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	z-index: 100;
	font-family: Tahoma;
	font-size: 12px;
	color: #333;
}
a:link {
	color: #036;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #036;
}
a:hover {
	text-decoration: underline;
	color: #039;
}
a:active {
	text-decoration: none;
	color: #036;
}
.wrapper {
	position: relative;
	width: 100%;
	z-index: 110;
}
.fundo_imagem {
	background: url(../imagens/geral/fundo/0.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	position: absolute;
	z-index: 150;
}
.cabecalho {
	position: relative;
	width: 100%;
	height: 300px;
	background: url(../imagens/geral/cabecalho/f_0.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	text-align: center;
	/* shadow */
	-moz-box-shadow: 1px 1px 1px #999;
	-webkit-box-shadow: 1px 1px 1px #999;
	box-shadow: 1px 1px 1px #999;
	/* shadow */
	z-index: 300;
}
.cabecalho_logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 295px;
	height: 260px;
	background: url(../imagens/geral/logo/f_0.jpg);
	z-index: 300;
	cursor: pointer;
}
.cabecalho_banner {
	position: absolute;
	top: 20px;
	left: 233px;
	width: 728px;
	height: 90px;
	border-style: solid;
	border-width: 1px;
	border-color: #333;
	background-color: #FFF;
	z-index: 360;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #333;
	line-height: 90px;
	/*OPACIDADE*/
	opacity: 0.90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
 filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	-khtml-opacity: 0.90;
 -ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=90)”;
/*OPACIDADE*/
}
.cabecalho_banner a, .cabecalho_banner a:link, .cabecalho_banner a:visited {
	text-decoration: none;
	display: block;
	color: #333;
	/*OPACIDADE*/
	opacity: 0.90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
 filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	-khtml-opacity: 0.90;
 -ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=90)”;
/*OPACIDADE*/
}
.cabecalho_banner a:hover {
	/*OPACIDADE*/
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
 filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-khtml-opacity: 1;
 -ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=1)”;
/*OPACIDADE*/
}
.cabecalho_banner:hover {
	cursor: pointer;
	border-color: #333;
	/* OPACIDADE */
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
 filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-khtml-opacity: 1.0;
 -ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=100)”;
/* OPACIDADE */
}
.cabecalho_conteudo {
	background-repeat: repeat-x;
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 260px;
	z-index: 320;
}
.menu_cima_conteudo {
	background-repeat: repeat-x;
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 40px;
	z-index: 350;/*text-align:left;*/
}
.menu_cima_fundo {
	background: url(../imagens/geral/menu/00.jpg);
	background-repeat: repeat-x;
	position: absolute;
	top: 260px;
	left: 0px;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	height: 40px;
	z-index: 330;
	/* shadow */
	-moz-box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
	box-shadow: 0px 0px 3px #000;/* shadow */
}
.corpo {
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 200;
}
.corpo_conteudo {
	position: relative;
	margin: 0 auto;
	width: 980px;
	z-index: 210;
}
.corpo_conteudo_in {
	clear: none;
	position: relative;
	margin: 0 auto;
	width: 768px;
	z-index: 220;
	float: right;
	text-align: center;
}
.corpo_conteudo_in_2 {
	position: relative;
	margin: 0 auto;
	width: 98%;
	z-index: 220;
	text-align: center;
}
.rodape {
	position: relative;
	width: 100%;
	height: 0px;
	background: url(../imagens/geral/rodape/00.jpg);
	background-repeat: repeat-x;
	text-align: center;
	background-color: #d6d6d6;
	/* shadow */
	-moz-box-shadow: -1px -1px 1px #CCC;
	-webkit-box-shadow: -1px -1px 1px #CCC;
	box-shadow: -1px -1px 1px #CCC;
	/* shadow */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	z-index: 500;
}
.rodape_conteudo {
	position: relative;
	height: 0px;
	margin: 0 auto;
	padding: 15px 0 50px 0;
	width: 980px;
	font-size: 0.9em;
	color: #666;
	z-index: 510;
}
.rodape_conteudo a, .rodape_conteudo a:link, .rodape_conteudo a:visited, .rodape_conteudo a:active {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	padding: 15px 12px;
}
.rodape_conteudo a:hover {
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}
.area_restrita_menuh {
	width: 275px;
	float: right;
	height: 40px;
}
.guia_resultados {
	width: 95%;
	margin: 30px auto 10px auto;
}
.guia_resultado_item {
	border-style: solid;
	border-width: 1px;
	border-color: #FFF;
	width: 850px;
	margin: 10px auto;
}
.guia_resultado_item:hover {
	border-style: solid;
	border-width: 1px;
	border-color: #CCC;
	background-color: #F4F4F4;
}
.guia_resultado_item_filiado {
	width: 850px;
	margin: 10px auto;
	border-style: solid;
	border-width: 1px;
	border-color: #FCEBC9;
	background-color: #FEF5E7;
	color: #482906;
	cursor: pointer;
}
.guia_resultado_item_filiado a, .guia_resultado_item_filiado a:link, .guia_resultado_item_filiado a:visited, .guia_resultado_item_filiado a:active {
	color: #C60;
}
.guia_resultado_item_filiado:hover {
	border-style: solid;
	border-width: 1px;
	border-color: #F1D787;
	background-color: #F9EED5;
}
.guia_resultado_item_interno {
	width: 830px;
	margin: 10px;
}
.guia_resultado_imagem {
	width: 120px;
	max-width: 120px;
	overflow: hidden;
	height: 120px;
	float: left;
	border-style: solid;
	border-width: 1px;
	border-color: #999;
	margin-right: 20px;
}
.guia_resultado_imagem>img {
	width: 120px;
	height: 120px;
	border-style: none;
}
.guia_resultado_item_filiado .guia_resultado_imagem {
	width: 120px;
	height: 120px;
	float: left;
	border-style: solid;
	border-width: 1px;
	border-color: #E6D6B9;
	margin-right: 20px;
}
.guia_resultado_item_filiado .guia_resultado_imagem:hover {
	border-color: #F7D291;
}
.guia_resultado_dados {
	width: 680px;
	float: left;
	text-align: left;
}
.titulo_interna {
	text-align: left;
	clear: both;
	margin-bottom: 5px;
	position: relative;
	left: -20px;
	top: 5px;
}
.cadastro_tit {
	width: 98%;
	text-align: left;
	float: left;
	font-size: 26px;
	font-weight: bold;
	color: #666;
	margin-bottom: 20px;
}
.cadastro_item {
	width: 98%;
	clear: both;
	line-height: 40px;
	margin-left: 5px;
	height: 40px;
}
.cadastro_esq {
	text-align: left;
	float: left;
}
.cadastro_dir {
	text-align: left;
	float: left;
	height: 40px;
	line-height: 40px;
}
.caixa_cadastro_1 {
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #CCC;
	padding: 3px;
	height: 22px;
	margin-left: 10px;
	margin-top: 5px;
}
.requerido {
	font-weight: bold;
	font-size: 9px;
	color: #930000;
	padding-left: 3px;
}
.botao_enviar {
	font-size: 20px;
	width: 100%;
	color: #666;
	border-style: solid;
	border-width: 1px;
	border-color: #CCC;
	font-weight: bold;
	background-color: #EBEBEB;
	height: 60px;
}
.botao_enviar_desabilitado {
	font-size: 20px;
	width: 100%;
	border-style: solid;
	border-width: 1px;
	color: #CCC;
	font-weight: bold;
	border-color: #EBEBEB;
	background-color: #EFEFEF;
	height: 60px;
}
.botao_enviar:hover {
	background-color: #CCC;
	border-color: #999;
}
/* ASSISTA E REFLITA */
#titulo_ar {
	width: 980px;
	height: 75px;
	margin: 0 auto;
	background-image: url(../imagens/titulos/assistaereflita.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#titulo_ar_ar {
	float: left;
	width: 330px;
	height: 75px;
	/* transition */
	background-image: url(../imagens/titulos/assistaereflita_ar_off.jpg);
	background-repeat: no-repeat;
	-webkit-transition: background-image 0.2s ease-in;
	-moz-transition: background-image 0.2s ease-in;
	-o-transition: background-image 0.2s ease-in;
	transition: background-image 0.2s ease-in;/* transition */
}
#titulo_ar_ar_active {
	float: left;
	width: 330px;
	height: 75px;
	/* transition */
	background-image: url(../imagens/titulos/assistaereflita_ar_on.jpg);
	background-repeat: no-repeat;
	-webkit-transition: background-image 0.2s ease-in;
	-moz-transition: background-image 0.2s ease-in;
	-o-transition: background-image 0.2s ease-in;
	transition: background-image 0.2s ease-in;/* transition */
}
#titulo_ar_ar:hover, #titulo_ar_ar_active:hover {
	/* transition */
	background-image: url(../imagens/titulos/assistaereflita_ar_on.jpg);
	background-repeat: no-repeat;
	cursor: pointer;/* transition */
}
#titulo_ar_dg {
	float: left;
	width: 320px;
	height: 75px;
	/* transition */
	background-image: url(../imagens/titulos/assistaereflita_dg_off.jpg);
	background-repeat: no-repeat;
	-webkit-transition: background-image 0.2s ease-in;
	-moz-transition: background-image 0.2s ease-in;
	-o-transition: background-image 0.2s ease-in;
	transition: background-image 0.2s ease-in;/* transition */
}
#titulo_ar_dg_active {
	float: left;
	width: 320px;
	height: 75px;
	/* transition */
	background-image: url(../imagens/titulos/assistaereflita_dg_on.jpg);
	background-repeat: no-repeat;
	-webkit-transition: background-image 0.2s ease-in;
	-moz-transition: background-image 0.2s ease-in;
	-o-transition: background-image 0.2s ease-in;
	transition: background-image 0.2s ease-in;/* transition */
}
#titulo_ar_dg:hover, #titulo_ar_dg_active:hover {
	/* transition */
	background-image: url(../imagens/titulos/assistaereflita_dg_on.jpg);
	background-repeat: no-repeat;
	cursor: pointer;/* transition */
}
#titulo_ar_rb {
	float: left;
	width: 330px;
	height: 75px;
	/* transition */
	background-image: url(../imagens/titulos/assistaereflita_rb_off.jpg);
	background-repeat: no-repeat;
	-webkit-transition: background-image 0.2s ease-in;
	-moz-transition: background-image 0.2s ease-in;
	-o-transition: background-image 0.2s ease-in;
	transition: background-image 0.2s ease-in;/* transition */
}
#titulo_ar_rb_active {
	float: left;
	width: 330px;
	height: 75px;
	/* transition */
	background-image: url(../imagens/titulos/assistaereflita_rb_on.jpg);
	background-repeat: no-repeat;
	-webkit-transition: background-image 0.2s ease-in;
	-moz-transition: background-image 0.2s ease-in;
	-o-transition: background-image 0.2s ease-in;
	transition: background-image 0.2s ease-in;/* transition */
}
#titulo_ar_rb:hover, #titulo_ar_rb_active:hover {
	/* transition */
	background-image: url(../imagens/titulos/assistaereflita_rb_on.jpg);
	background-repeat: no-repeat;
	cursor: pointer;/* transition */
}
/* ASSISTA E REFLITA END */

/* FABRICA */
#fabrica_tabs {
	position: relative;
	width: 880px;
	height: 300px;
	margin: 0 auto;
	background-image: url(../imagens/fabrica/fabrica_tabs.jpg);
	background-repeat: no-repeat;
}
#fabrica_tab1 {
	float: left;
	width: 293px;
	height: 300px;
	/* transition */
	background-image: url(../imagens/fabrica/1_personalizado_off.jpg);
	background-repeat: no-repeat;
	-webkit-transition: background-image 0.2s ease-in;
	-moz-transition: background-image 0.2s ease-in;
	-o-transition: background-image 0.2s ease-in;
	transition: background-image 0.2s ease-in;/* transition */
}
#fabrica_tab1_active {
	float: left;
	width: 293px;
	height: 300px;
	/* transition */
	background-image: url(../imagens/fabrica/1_personalizado_on.jpg);
	background-repeat: no-repeat;
	-webkit-transition: background-image 0.2s ease-in;
	-moz-transition: background-image 0.2s ease-in;
	-o-transition: background-image 0.2s ease-in;
	transition: background-image 0.2s ease-in;/* transition */
}
#fabrica_tab1:hover, #fabrica_tab1_active:hover {
	/* transition */
	background-image: url(../imagens/fabrica/1_personalizado_on.jpg);
	background-repeat: no-repeat;
	cursor: pointer;/* transition */
}
#fabrica_tab2 {
	float: left;
	width: 293px;
	height: 300px;
	/* transition */
	background-image: url(../imagens/fabrica/2_compacto_off.jpg);
	background-repeat: no-repeat;
	-webkit-transition: background-image 0.2s ease-in;
	-moz-transition: background-image 0.2s ease-in;
	-o-transition: background-image 0.2s ease-in;
	transition: background-image 0.2s ease-in;/* transition */
}
#fabrica_tab2_active {
	float: left;
	width: 293px;
	height: 300px;
	/* transition */
	background-image: url(../imagens/fabrica/2_compacto_on.jpg);
	background-repeat: no-repeat;
	-webkit-transition: background-image 0.2s ease-in;
	-moz-transition: background-image 0.2s ease-in;
	-o-transition: background-image 0.2s ease-in;
	transition: background-image 0.2s ease-in;/* transition */
}
#fabrica_tab2:hover, #fabrica_tab2_active:hover {
	/* transition */
	background-image: url(../imagens/fabrica/2_compacto_on.jpg);
	background-repeat: no-repeat;
	cursor: pointer;/* transition */
}
#fabrica_tab3 {
	float: left;
	width: 294px;
	height: 300px;
	/* transition */
	background-image: url(../imagens/fabrica/3_loja_off.jpg);
	background-repeat: no-repeat;
	-webkit-transition: background-image 0.2s ease-in;
	-moz-transition: background-image 0.2s ease-in;
	-o-transition: background-image 0.2s ease-in;
	transition: background-image 0.2s ease-in;/* transition */
}
#fabrica_tab3_active {
	float: left;
	width: 294px;
	height: 300px;
	/* transition */
	background-image: url(../imagens/fabrica/3_loja_on.jpg);
	background-repeat: no-repeat;
	-webkit-transition: background-image 0.2s ease-in;
	-moz-transition: background-image 0.2s ease-in;
	-o-transition: background-image 0.2s ease-in;
	transition: background-image 0.2s ease-in;/* transition */
}
#fabrica_tab3:hover, #fabrica_tab3_active:hover {
	/* transition */
	background-image: url(../imagens/fabrica/3_loja_on.jpg);
	background-repeat: no-repeat;
	cursor: pointer;/* transition */
}
.highlight {
	background-image: none !important;
	background-color: #fffacd !important;
	color: Black;
}
.alertbox {
	position: absolute;
	padding-left: 45px;
	width: 216px;
	background: url(arrow.png) no-repeat left top;
	color: Black;
}
.alertbox div {
	min-height: 15px;
	width: 200px;
	padding: 8px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #FFEB8C;
	line-height: 1.2em;
}
#item {
	width: 100%;
	line-height: 1.5em;
	margin: 10px 0px;
}
#item_titulo {
	width: 100%;
	line-height: 1.5em;
	margin-bottom: 3px;
	font-weight: bold;
}
#item_campo {
	width: 100%;
	line-height: 1.5em;
}
#item_campo>input, .select {
	width: 95%;
	padding: 8px;
	font-size: 16px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCC;
}
.asreq {
	color: #C00;
	font-weight: bold;
}
#interessado {
	width: 75%;
	height: 250px;
	margin: 75px auto 0px auto;
	background-color: #F2F2F2;
	border-style: solid;
	border-width: 1px;
	border-color: #CCC;
}
#interessado:hover {
	background-color: #F3F3F3;
	border-style: solid;
	border-width: 1px;
	border-color: #999;
	cursor: pointer;
}
#marketing {
	margin: -15px 35px 20px 0;
	z-index: 1000;
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCC;
	background-color: #F2F2F2;
	float: right;
	clear: both;
	font-size: 16px;
	font-weight: bold;
	width: 60%;
}
#marketing:hover {
	background-color: #F3F3F3;
	border-style: solid;
	border-width: 1px;
	border-color: #999;
	cursor: pointer;
}
.exemplos_fabrica_dialog {
	padding: 25px 10px 10px 10px;
	margin-top: 25px;
	text-align: center;
}
.exemplos_fabrica_dialog > div {
	float: left;
	text-align: center;
	width: 230px;
	height: 200px;
}
.exemplos_fabrica_dialog > div .ec_imagem {
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: #CCC;
	margin: 0 auto;
	width: 200px;
	height: 154px;
}
.exemplos_fabrica_dialog img {
	width: 200px;
	height: 154px;
	border-style: none;
	border-width: 0px;
}
.exemplos_fabrica_dialog div .ec_titulo {
	text-align: center;
	width: 95%;
	font-weight: bold;
	margin: 8px auto 0px auto;
}
.exemplos_fabrica_dialog div .ec_titulo a {
	color: #036;
	text-decoration: none;
}
.exemplos_fabrica_dialog div .ec_titulo a:hover {
	color: #036;
	text-decoration: underline;
}
.exemplos_fabrica_dialog .clear {
	clear: both;
	width: 1px;
	height: 1px;
}
/* FABRICA END */
/* TOOLTIP */
.tip {
	width: 240px;
	padding-top: 37px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(../scripts/tooltip/imagens/tipTop.png) no-repeat top;
	text-align: justify;
}
.tipMid {
	background: transparent url(../scripts/tooltip/imagens/tipMid.png) repeat-y;
	padding: 0 35px 20px 35px;
}
.tipBtm {
	background: transparent url(../scripts/tooltip/imagens/tipBtm.png) no-repeat bottom;
	height: 32px;
}
.tTip, .tTip:hover, .tTip a, .tTip a:hover, .tTip a:visited, .tTip a:link, .tTip a:active {
	text-decoration: none;
	text-align: justify;
}
.tTip:hover, .tTip a:hover {
	text-decoration: none;
	color: #000;
}
/* TOOLTIP END */
/* PUBLICIDADE */
#publicidade {
	width: 100%;
	position: fixed;
	bottom: 0px;
	left: 0px;
	height: 110px;
	/*background-color: #9e9e9e;
	background-image:url(../imagens/geral/publicidade/fundo01.jpg);*/
	background: url(../imagens/geral/rodape/00.jpg);
	background-color: #d6d6d6;
	background-repeat: repeat-x;
	border-style: none;
	border-top-style: solid;
	border-top-width: 1px;
	border-color: #CCC;
	z-index: 100000;
	display: block;
	/* sombra */
	-moz-box-shadow: 0px -1px 5px #c7c7c7;
	-webkit-box-shadow: 0px -1px 5px #c7c7c7;
	box-shadow: 0px -1px 5px #c7c7c7;/* /sombra */
}
#publicidade_x_a {
	position: relative;
	top: 0px;
	left: 0px;
}
#publicidade_x_b {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	font-size: 15px;
	background-color: #333;
	border-style: solid;
	border-color: 1px;
	border-color: #999;
	border-width: 1px;
	position: absolute;
	right: 10px;
	top: 10px;
}
#publicidade_x_b>a, #publicidade_x_b>a:link, #publicidade_x_b>a:visited, #publicidade_x_b>a:active {
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	display: block;
	color: #FFF;
}
#publicidade_x_b>a:hover {
	text-decoration: none;
	color: #CCC;
}
.publicidade_banner_wrapper {
	margin: 0 auto;
	border-style: solid;
	border-width: 1px;
	border-color: #999;
	background-color: #CCC;
	text-align: center;
	width: 768px;
	height: 90px;
	line-height: 90px;
	position: relative;
	top: 10px;
}
#publicidade_o {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 25px;
	font-weight: bold;
	font-size: 15px;
	background-color: #333;
	border-style: solid;
	border-color: 1px;
	border-color: #999;
	border-width: 1px;
	position: fixed;
	bottom: 10px;
	right: 10px;
}
#publicidade_o>a, #publicidade_o>a:link, #publicidade_o>a:visited, #publicidade_o>a:active {
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	display: block;
	color: #FFF;
}
#publicidade_o>a:hover {
	text-decoration: none;
	color: #CCC;
}
.publicidade_banner_wrapper:hover {
	background-color: #FFF;
}
.invisivel {
	width: 0px;
	height: 0px;
	border-style: none;
	display: none;
}
/* PUBLICIDADE END */
.botao_erro {
	width: 100%;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: #CCC;
	background-color: #F5F5F5;
}
.botao_erro:hover {
	color: #900;
	border-color: #900;
	background-color: #FFEAEA;
	cursor: pointer;
}
#ban01, #ban02, #ban03, #ban04 {
	position: absolute;
}
