/* =Hacks
-----------------------------------------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { height:1%; }

.clear {
    clear: both;
}


/* =Gerais
-----------------------------------------------------------------------------*/

body{
    background: url(../imagens/comum/bg_site.gif);
    text-align: center;
    font:11px 'Trebuchet MS', 'Lucida Sans', sans-serif;
    margin:0;
    padding:0;
}

.site{
    width: 767px;
    *width: 773px;
    padding-right: 6px;
    margin: 10px auto 0 auto;
    text-align: left;
    background: url(../imagens/comum/bg_meio.gif) repeat-y;

}

p{
    margin:10px 0px;
}

table tr td, h1, select, input{
	font:11px "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color:#0F0F0F;
}

h1{
	font-size:16px;
	font-weight:bold;
	line-height:16px;
	color:#4a4a4a;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:	baseline;
	background:transparent;
}


.corpo{
	/*width: 99%;*/
	padding:0px 0px;
	background-color:#FFFFFF;
	border-left: 1px solid #000;
}

img{
	border:none;
}

.texthide strong{
    display: none;
}

.text_input{
    background: url(../imagens/cabecalho/bg_input.gif) top left repeat-x;
    border: 1px solid #adadad;
}

.bt_padrao{
    background: #cb0025 url(../imagens/comum/bg_botao.gif) repeat-x bottom left;
    border: 1px solid #cb0025;
    margin-top: 3px;
}

.bt_padrao a, .bt_padrao a:visited{
    display: block;
    padding: 1px 8px 1px 8px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

ul, li{
    list-style: none;
    margin: 0;
    padding: 0;
}


/* =Cabecalho
-----------------------------------------------------------------------------*/

.cabecalho{
    background: url(../imagens/comum/bg_topo.gif) no-repeat 0 0;
    padding: 10px 0 0px 0;
	*padding-bottom: 10px;
    position: relative;
    float: left;
    width: 767px;
	height: 105px;
}

.cabecalho h1{
    width: 167px;
    height: 88px;
    background: url(../imagens/comum/logo.gif);
    position: absolute;
    left: 20px;
    top: 20px;
}

.cabecalho h1 a{
    display: block;
    width: 100%;
    height: 100%;
}

.cont_cabecalho{
    float: right;
    width: 535px;
	height: 50px;
    color: #838383;
    padding-right: 10px;
    overflow: hidden;
}

.cont_cabecalho h4{
    font-size: 14px;
    font-weight: bold;
    color: #d50229;
    font-style: italic;
}

.cliente{
    float: left;
    width: 400px;
}

.cliente h4 {
	margin: 7px 0 3px 0;
	*margin:7px 0 3px 0;
    float: left;	
}

.cliente form{
    clear: both;
    margin: 0;
}

.cliente input, .cliente label {
    float: left;
}

.cliente input{
    font:11px 'Trebuchet MS', 'Lucida Sans', sans-serif;
    color: #838383;
    text-align: center;
    margin-right: 5px;
}

.cliente label{
    margin-right: 5px;
    font-weight: bold;
    color: #838383;
}

.label_pwd{
    margin-left: 6px;
}
.cliente p.senha{
	margin: 8px 0px 0px 10px;
    float: left;
    padding: 0px 0 0 10px;
    background: url(../imagens/cabecalho/bullet.gif) no-repeat 0 8px;
}

.cliente p.senha a{
    color: #838383;
    text-decoration: none;
}

.nao_cliente{
    float: right;
}

.nao_cliente h4 {
	font-size: 14px;
	margin: 7px 0 0px 0;
	*margin:7px 0 1px 0;
	padding:0;
	border:0;
	outline:0;
	/*font-size:100%;*/
	vertical-align:	baseline;
	background:transparent;
}

.saudacao, .num_pedidos{
    text-align: right;
}

.saudacao  {
	color: #d50229;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	margin: 5px 0px 0 0;
}

p.num_pedidos {
	color: #838383;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}


/* Menus */

.menu_principal{
    height: 35px;
    width: 580px;
    float: right;	
}

.menu_principal li{
    float: left;
    padding: 8px 0 0 27px;
	
}

.menu_principal a, .menu_principal a:visited{
    color: #db0404;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    font-size: 12px;
    text-decoration: none;
}

.menu_principal a:hover{
    color: #484033;
}

.menu_principal li.primeiro{
    padding-left: 40px;
}

.menu_deslogado{
    background: url(../imagens/cabecalho/bg_menu.gif) no-repeat 0 0;
    margin: 10px 0 0 0;
}

.menu_logado{
    background: url(../imagens/cabecalho/bg_menu_logado.gif) no-repeat 0 0;
}

.submenu{
    float: right;
	margin-right: -10px;
}

.submenu li{
    float: left;
	text-align: center;
	margin-right: 10px;
}

.submenu li.bt_padrao {
	margin-top: 0px;
	position: relative;
}

.submenu li.bt_padrao a,
.submenu li.bt_padrao a:visited {
	display: block;
	margin: 0px;
}

#dropmenudiv{
position:absolute;
border:1px solid #a9a9a9;
border-bottom-width: 0;
font-weight: normal;
line-height:18px;
z-index:100;
background: #eaeaea;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #a9a9a9;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color: #db0404;
}

#dropmenudiv a:hover{
background-color: #2382b8;
color: #FFF;
}


/* =Rodape
-----------------------------------------------------------------------------*/

.rodape{
    clear: both;
    color: #0e5ab7;
    font-weight: bold;
    background: url(../imagens/rodape/bg_rodape.gif) no-repeat bottom right;
    width: 773px;
    height: 62px;
    margin: 0 auto;
}

.rodape a, rodape a:visited{
    color: #0e5ab7;
}

.info_rodape * {
margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;
}

.info_rodape{
    text-align: center;
    float: left;
    width: 75%;
	padding-top: 5px;
	
}

.info_rodape p{
    margin-left: 45px;
}

.info_rodape .duvidas{
    margin-top: 0px;
}

.info_rodape strong{
    font-size: 18px;
}

.rodape ul{
    float:right;
    margin: 10px 0 0 0;
    padding-right: 15px;
 }

.rodape ul li{
    float: left;
    margin-right: 6px;
}

/* Chamada */

.chamada{
background:#F5F5F5 url(/layout/0024/imagens/fnd_chamada.gif) no-repeat left;
padding-left:120px;
height:73px;
margin-top:10px;
border-bottom:1px solid #EBEBEB;
width:100%;
}

.chamada tr td{
line-height:15px;
}

.chamada h2{
color:#313131;
font-weight:normal;
font-size:18px;
margin:6px 0px 5px 0px;
font-family:"Trebuchet MS", Verdana, Tahoma, sans-serif;
}


/* =Servicos
-----------------------------------------------------------------------------*/

.listagem_servicos div.barra_subtitulo{
    padding-left: 10px;
    padding-top: 3px;
}

.servicos_online, .servicos_loja{
    width: 370px;
    float: left;
    margin-left: 10px;
    *margin-left: 5px;
}

.servicos_online .tit_servicos{
    color: #2382b8;
}

.servicos_loja .barra_subtitulo{
    background: #be1217;
}

.servicos_loja .tit_servicos{
    color: #be1217;
}


/* =Photogift
-----------------------------------------------------------------------------*/

.photogift{
	width: 100%;
}

.photogift ul li  h4, .servicos_fotograficos ul li h4,
.photogift ul li  p, .servicos_fotograficos p,
.studio_retes ul li h4, .studio_retes ul li p{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color: #fff;
}

.photogift ul li  h4 {
	font-size: 12px;
	padding: 5px 0 0 14px;
}

.photogift ul li  p {
	padding: 0 0 0 14px;
	width: 350px;
	line-height: 13px;
}

.photogift ul li {
	width: 383px;
	height: 224px;
	float: left;
}

.photogift ul li.caderno_brochurao {
	background: url(../imagens/photogift/caderno_brochurao.jpg) no-repeat 0 0;
}

.photogift ul li.caderno_universitario {
	background: url(../imagens/photogift/caderno_universitario.jpg) no-repeat 0 0;
}

.photogift ul li.agenda {
	background: url(../imagens/photogift/agenda.jpg) no-repeat 0 0;
}

.photogift ul li.agenda_mesa {
	background: url(../imagens/photogift/agenda_mesa.jpg) no-repeat 0 0;
}

.photogift ul li.photo_calendario {
	background: url(../imagens/photogift/photo_calendario.jpg) no-repeat 0 0;
}

.photogift ul li.photo_mousepad {
	background: url(../imagens/photogift/photo_mousepad.jpg) no-repeat 0 0;
}


.photogift ul li.photo_relogio_mesa_parede {
	background: url(../imagens/photogift/photo_relogio_mesa_parede.jpg) no-repeat 0 0;
	height: 258px;
}

.photogift ul li.photo_magnetica {
	background: url(../imagens/photogift/photo_magnetica.jpg) no-repeat 0 0;
	height: 258px;
}

.photogift ul li.photo_caneca_louca {
	background: url(../imagens/photogift/photo_caneca_louca.jpg) no-repeat 0 0;
}

.photogift ul li.photo_caneca_acrilico {
	background: url(../imagens/photogift/photo_caneca_acrilico.jpg) no-repeat 0 0;
}

.photogift ul li.photo_jogo_americano {
	background: url(../imagens/photogift/photo_jogo_americano.jpg) no-repeat 0 0;
}

.photogift ul li.photo_porta_copo {
	background: url(../imagens/photogift/photo_porta_copo.jpg) no-repeat 0 0;
}

.photogift ul li.photo_baralho {
	background: url(../imagens/photogift/photo_baralho.jpg) no-repeat 0 0;
}

.photogift ul li.photo_quebra_cabeca {
	background: url(../imagens/photogift/photo_quebra_cabeca.jpg) no-repeat 0 0;
}

.photogift ul li.photo_marcador {
	background: url(../imagens/photogift/photo_marcador.jpg) no-repeat 0 0;
	height: 258px;
}

.photogift ul li.photo_dedicatoria {
	background: url(../imagens/photogift/photo_dedicatoria.jpg) no-repeat 0 0;
	height: 258px;
}



/* =Servicos Fotograficos
-----------------------------------------------------------------------------*/

.servicos_fotograficos  {
	width: 100%;
}

.servicos_fotograficos  ul {
	background: url(../imagens/servicos/bg_servico_fotografico.gif) repeat-x top left #e2e4ec;
	padding-top: 30px;
	*padding-bottom: 30px;
}

.servicos_fotograficos ul li {
	width: 328px;
	float: left;
	margin: 0 0 30px 40px;
	text-align: center;
	display: inline;
}


.servicos_fotograficos ul li h4 {
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
}

.servicos_fotograficos ul li p {
	font-size: 12px;
}

.servicos_fotograficos ul li.bluetooth {
	background: url(../imagens/servicos/bg_bluetooth.jpg) no-repeat 0 0;
	height: 240px;
}

.servicos_fotograficos ul li.bluetooth h4,
.servicos_fotograficos ul li.bg_revelacao_instantanea h4 {
	margin-top: 29px;
}

.servicos_fotograficos ul li.bg_revelacao_instantanea {
	background: url(../imagens/servicos/bg_revelacao_instantanea.jpg) no-repeat 0 0;
	height: 240px;
}

.servicos_fotograficos ul li.ampliacao {
	background: url(../imagens/servicos/bg_amplicacoes.jpg) no-repeat 0 0;
	height: 264px;
}

.servicos_fotograficos ul li.ampliacao h4,
.servicos_fotograficos ul li.foto_documento h4  {
	margin-top: 32px;
}

.servicos_fotograficos ul li.ampliacao p {
	text-align: left;
	width: 275px;
	margin: 0 auto;
	line-height: 13px;
}

.servicos_fotograficos ul li.foto_documento {
	background: url(../imagens/servicos/bg_foto_documento.jpg) no-repeat 0 0;
	height: 264px;
}


.servicos_fotograficos ul li.restauracao {
	background: url(../imagens/servicos/bg_restauracao.jpg) no-repeat 0 0;
	height: 271px;
}

.servicos_fotograficos ul li.restauracao  h4 {
	margin-top: 25px;
}

.servicos_fotograficos ul li.manipulacao h4 {
	margin-top: 63px;
}

.servicos_fotograficos ul li.manipulacao {
	background: url(../imagens/servicos/bg_manipulacao.jpg) no-repeat 0 0;
	height: 271px;
}

.servicos_fotograficos ul li.digitalizacao {
	background: url(../imagens/servicos/bg_digitalizacao.jpg) no-repeat 0 0;
	height: 234px;
}

.servicos_fotograficos ul li.digitalizacao h4 {
	font-size: 20px;
	margin-top: 20px;
	margin-left: 6px;
	*margin-left: auto;
}


/* =Estudio Retes
-----------------------------------------------------------------------------*/

.studio_retes  ul{
	background-color: #dededd;
	padding: 20px 0px 20px 18px;
}

.studio_retes ul li {
	float: left;
	width: 222px;
	height: 216px;
	display: inline;
	overflow: hidden;
	text-align: center;
	margin-bottom: 30px;
}

.studio_retes ul li p/*,
.studio_retes ul li h4 */{
	padding: 0 19px;
}

.studio_retes ul li p {
	font-size: 12px;
}

.studio_retes ul li h4 {
	font-size: 20px;
	text-transform: uppercase;
}

.studio_retes ul li.meio {
	margin: 0 33px;
	width: 218px;
}

.studio_retes ul li.ponta_esq  h4,
.studio_retes ul li.ponta_dir h4 {
	margin: 25px 0 15px 0;
}

.studio_retes ul li.ponta_esq {
	background: url(../imagens/studio/bg_cinza_esq.gif) no-repeat 0 0;
}

.studio_retes ul li.ponta_dir {
	background: url(../imagens/studio/bg_cinza_dir.gif) no-repeat 0 0;
}

.studio_retes ul li.foto1 {
	background: url(../imagens/studio/foto1.jpg) no-repeat 0 0;
}

.studio_retes ul li.foto2 {
	background: url(../imagens/studio/foto2.jpg) no-repeat 0 0;
}

.studio_retes ul li.foto3 {
	background: url(../imagens/studio/foto3.jpg) no-repeat 0 0;
}

.studio_retes ul li.foto4 {
	background: url(../imagens/studio/foto4.jpg) no-repeat 0 0;
}

.studio_retes ul li.bg_laranja {
	background: url(../imagens/studio/bg_laranja.gif) no-repeat 0 0;

}

.studio_retes ul li.bg_laranja h4 {
	padding: 0px;
	margin: 15px 0 20px 0;
}

.studio_retes ul li.bg_laranja p {
	line-height: 15px;
}


/* =Photobook
-----------------------------------------------------------------------------*/

.vitrine {
	width: 761px;
	margin-left: 3px;
	margin-bottom: 18px;
}

.photobook,
.photobook .coluna_1,
.photobook .coluna_2 {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	position: relative;
	display: inline;
}

.photobook {
	width: 100%;

}

.photobook .coluna_1 {
	width: 356px;
	float: left;
	margin: 0 10px 0 17px;
}

.photobook .coluna_2 {
	width: 373px;
	float: left;
	padding-bottom: 35px;
}

.photobook .coluna_1 p {
	color: #0f0f0f;
	font-size: 11px;
	margin-bottom: 11px;
}

.photobook .coluna_1 p strong {
	color: #cd0e15;
	font-weight: bold;
}

.photobook .coluna_1 .software,
.photobook .coluna_1 .manual {
	width: 356px;
	height: 93px;
	position: relative;
	overflwo: hidden;
}
.photobook .coluna_1 .software p,
.photobook .coluna_1 .manual p {
	font-size: 12px;
	color: #0f0f0f;
	position: absolute;
	width: 215px;
	top: 15px;
	left: 110px;
}

.photobook .coluna_1 .software {
	background: url(../imagens/photobook/bg_baixar.jpg) no-repeat 0 0;
	margin: 7px 0;
}

.photobook .coluna_1 .manual {
	background: url(../imagens/photobook/bg_baixar_manual.jpg) no-repeat 0 0;
}

.photobook .coluna_1 .software a, .photobook .coluna_1 .software a:visited ,
.photobook .coluna_1 .manual a, .photobook .coluna_1 .manual a:visited {
	color: #1777ae;
}

.photobook .coluna_2 table {
	width: 100%;
}

.photobook .coluna_2 table th {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	background-color: #2382b8;
	border: 1px solid #2382b8;
}

.photobook .coluna_2 table.tabela01 td,
.photobook .coluna_2 table.tabela02 td  {
	color: #000;
	border-left: 1px solid #b7b7b7;
	border-top: 1px solid #b7b7b7;
	padding: 3px 5px;
}

.photobook .coluna_2 table.tabela01 td.ultima,
.photobook .coluna_2 table.tabela02 td.ultima {
	border-right: 1px solid #b7b7b7;
}

.photobook .coluna_2 table.tabela02 {
	border-bottom: 1px solid #b7b7b7;
}

.photobook .coluna_2 table.tabela02 tr.subtit td {
	text-align: center;
	color: #d50229;
	font-weight: bold;
}

.photobook .coluna_2 table.tabela02 tr.bg td {
	background-color: #e6e6e6;
}

#box_escondido {
	display: none;
}

/* =Prazo de Producao (na pagina de resumo)
-----------------------------------------------------------------------------*/

.prazo_producao h6{
    margin: 5px 0 0 0;
    font-size: 11px;
    font-weight: bold;
}

.prazo_producao fieldset{
    padding: 0 30px;
}

.prazo_producao .obs{
    font-size: 10px;
}


/* =Estilos Anteriores
-----------------------------------------------------------------------------*/

.promo td p{
font-size:10px;
}

.promobox{
border:1px dashed #E2E2E2; 
background-repeat:no-repeat;
}

.textarea_input{
background-color:#FFFFFF;
border:1px solid #A6A7A7;
font:11px Tahoma, Verdana, Arial, sans-serif;
color:#585858;
padding-left:3px;
}

.tit_servicos {
color: #588BA6;
font-weight: bold;
font-size: 14px;
}

.txt_form{
font:bold 10px Tahoma, Verdana, Arial, sans-serif;
color:#737373;
}
.rec_senha{
font: 10px Verdana, Tahoma, Arial, sans-serif;
color:#4F4F4F;
text-decoration:none;
}

.tit_peq {
	color:#434343;
	font-size:10px;
	font-weight:bold;
}

.txt_peq02{
font-size:10px;
}

.barra_subtitulo_dir, .barra_subtitulo_esq, .barra_subtitulo, .barra_subtitulo2, .barra_subtitulo_cimabaixo, .barra_subtitulo a{
height:20px;
background-color:#2382b8;
color:#FFF;
font-weight:bold;
}

.barra_subtitulo2{
padding:4px 0px 0px 10px; 
margin:5px 0px; 
width:100%;
}

.barra_subtitulo h3{
font-size:11px;
font-weight:bold;
color:#FFF;
padding:0 0 0 10px;
margin:0;
}

.barra_subtitulo a{
border-left:2px solid #FFFDF9;
border-right:2px solid #FFFDF9;
margin:0px 6px;
padding:0px 10px 0px 10px;
_padding-top: 2px;
text-decoration:none;
background-color:#0b5c8a;
font-weight:normal;
font-size:12px;
}

.barra_subtitulo a:hover{
border-left:2px solid #0b5c8a;
border-right:2px solid #0b5c8a;
background: #a70303;
}

.barra_subtitulo_esq{
padding-left:6px;
}
.barra_subtitulo_dir{
padding-left:3px;
}

.promo_tit{
border-left:2px solid #FFFFFF; 
padding-left:8px; 
width:20%; 
font-weight:bold;
color: #FFFFFF;
}

.ancora_fechado{
	background: url(/layout/0033/imagens/servicos_res/seta_abre_fecha.gif) no-repeat 190px -15px;	
}

.ancora_aberto {	
	background: url(/layout/0033/imagens/servicos_res/seta_abre_fecha.gif) no-repeat 190px 3px;
}

.ancora_padrao, .ancora_peq{
font-weight:bold;
color:#3b7393;
text-decoration:none;
}
.ancora_peq{
font-size:10px;
}
.ancora_faq{
font-size:13px;
color:#666666;
text-decoration:none;
margin:7px 0;
display:block;
}
.ancora_faq:hover{
background-color:#F0F0F0;
}
.ancora_padrao:hover, .ancora_peq:hover, .ancora_micro:hover,{
color:#FE9C07;
}
.ancora_micro{
font-size:10px;
color:#535353;
}


.ancora_peq2, .ancora_editar{
color:#3b7393;
font-size:10px;
font-weight:bold;
text-decoration:none;
margin:0px 5px;
}

.ancora_editar{
color:#A55761;
display:block;
margin-top:5px;
height:15px;
color:#737373;
background-color:#F4F4F4;
border-left:2px solid #FAF5E0;
border-right:2px solid #FAF5E0;
}

.ancora_editar:hover{
color:#6695AF;
border-left:2px solid #6695AF;
border-right:2px solid #6695AF;
}

.ancora_peq2:hover{
text-decoration:underline;
}

.ancora_peq3{
font:bold 10px Verdana, Tahoma, sans-serif;
color:#3D3D3D;
text-decoration:none;
}

.ancora_peq3:hover{
text-decoration:underline;
}

.at_preco{
height:30px;
padding:8px 5px 0px 5px;
margin:10px 0;
border:1px solid #B4B3B3;
text-decoration:none;
text-align:center;
color:#404040;
background-color:#FFFFFF;
}

.valor {
	font-weight:bold;
	margin:0px 0px 0px 15px;
	font-size: 14px;
	color: #ff0000;
}

.pontilhado {
	background-repeat:repeat-x;
}

.box_subcat{
	border-bottom:1px solid #D6C8BF;
	padding-bottom:1px;
}
.produto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.navegacao{
	font:11px Tahoma, Verdana, Arial, sans-serif;
	color:#424242;
	padding-right:5px;
}
.indice_navega{
	font:bold 12 px Tahoma, Verdana, Arial, sans-serif;
	color:#000000;
	margin:0px 10px;
}

.form_perfil td input, .cliente_form td input, .cliente_form select{
border:1px solid #D2D2D2;
font:11px "Trebuchet MS";
color:#484848;
background-color:#F8F8F8;
}

.form_perfil td input{
border:1px solid #D2D2D2;
font:11px "Trebuchet MS";
color:#484848;
background-color:#F8F8F8;
}

.form_perfil td h3{
font-size:10px;
font-weight:normal;
margin:3px 0px 0px 0px;
}

.resumo_prod{
margin:10px 0px 0px 0px;
}

.resumo_prod td{
padding:5px 0px;
border-top:1px solid #FFFFFF;
border-bottom:1px solid #FFFFFF;
border-left:2px solid #FFFFFF;
border-right:2px solid #FFFFFF;
}

.resumo_prod h2{
background-color:#BBBBBB;
color:#FFFFFF;
margin:0;
padding-left:3px;
font-size:12px;
}

.resumo_prod h3{
color:#6F6F6F;
font-size:11px;
font-weight:bold;
margin:2px 3px 2px 0px;
}

.fotoproduto{
	float:left;
	display:inline;
	margin:30px 30px 0 30px;
	width:250px;
}

.fotoproduto img{
	display:block;
}

.fotoproduto p, .fotoproduto h5{
	width:250px;
	margin:0;
	padding-left:10px;
} 

.fotoproduto h5{
	margin:10px 0 8px 0;
}

.calendarios{
	width:600px;
	border-top:1px dashed #D9D9D9;
	margin:30px 0 0 30px;
	padding:20px 0 0 0;
}

.calendarios h4{
	margin:0;
	color:#0F0F0F;
}

.plotagem{
	padding:30px 0;
}

.plotagem img{
	margin:0 50px 0 0;
}


.foto_com_texto{
	padding:10px 20px 0 0;	
}

.foto_com_texto img{
	float:left;
	margin-right:20px;
	margin-left:20px;
}

.foto_com_texto p{
	margin:10px 0 10px 20px;	
}

.disclaimer{
	clear:both;
	padding:15px 0 0;
	font-size:10px;
}



/* Outros Estilos */

.box {
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	border: 1px;
}

.t1preto10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}
.ltitlebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}

.style10 {font-size: 7pt; margin:0px 1px;}
.style11 {color: #999999}
.form1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

table.contador_novo {
	background: url(/layout/0033/imagens/contador00_novo.gif) no-repeat 0 0;
	width: 100%;
	height: 94px;
	position: relative;
	overflow: hidden;
	margin-top: 0px;
    clear: both;
}

table.contador_novo tr td {
	position: relative;
	vertical-align: top;
}

table.contador_novo tr td.td1 {
	width: 445px;
}

table.contador_novo tr td.td1 p {
	color: #747474;
	font-size: 11px;
	padding-left: 20px;
	margin: 0px;
}

table.contador_novo tr td.td1 p.tit {
	color: #343939;
	font-size: 18px;
	/*font-weight:bold;*/
	margin: 10px 0 3px 0;
}

table.contador_novo tr td.td2 {
	width: 322px;
	position: relative;

}

table.contador_novo tr td.td2 p.txt {
	padding-top: 61px;
	color: #e1e1e1;
	font-size: 13px;
}

table.contador_novo tr td.td2 p.etapas {
	float: left;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 61px 20px 0px 37px;
}

table.contador_novo tr td.td2 p.etapas span {
	font-size: 12px;
}

table.contador_novo tr td.contador1 {
	background: url(/layout/0033/imagens/contador01_novo.gif) no-repeat 0 0;
}

table.contador_novo tr td.contador2 {
	background: url(/layout/0033/imagens/contador02_novo.gif) no-repeat 0 0;
}
table.contador_novo tr td.contador3 {
	background: url(/layout/0033/imagens/contador03_novo.gif) no-repeat 0 0;
}
table.contador_novo tr td.contador4 {
	background: url(/layout/0033/imagens/contador04_novo.gif) no-repeat 0 0;
}
table.contador_novo tr td.contador5 {
	background: url(/layout/0033/imagens/contador05_novo.gif) no-repeat 0 0;
}
table.contador_novo tr td.contador6 {
	background: url(/layout/0033/imagens/contador06_novo.gif) no-repeat 0 0;
}

p.bt_generico {
	position:relative;
	height: 44px;
	overflow: hidden;
}

p.bt_generico strong {
	background: url(/layout/0033/imagens/botoes/meioVerm.gif) repeat-x 0 0;
	position:relative;
	height: 44px;
	float: left;
}

p.bt_generico span {
	float: left;
	width: 17px;
	height: 44px;
}

p.bt_generico span.borda_esq {
	background: url(/layout/0033/imagens/botoes/lateralEsqVerm.gif) repeat-x 0 0;
}

p.bt_generico span.borda_dir {
	background: url(/layout/0033/imagens/botoes/lateralDirVerm.gif) repeat-x 0 0;
}

p.bt_generico a{
	display: block;
	color: #f3f3f3;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	padding: 13px 0px;
}

p.bt_generico a.voltar {
	background: url(/layout/0033/imagens/botoes/seta_voltar.gif) no-repeat 0 16px;
	padding-left: 20px;
}

p.bt_generico a.avancar {
	background: url(/layout/0033/imagens/botoes/seta_avancar.gif) no-repeat right 16px;
	padding-right: 20px;
}

.menu_secundario{
    clear: both;
    width: 559px;
    height: 30px;
    background: url(../imagens/rodape/bg_menu_secundario.gif);
    float: left;
    margin: 10px 0 10px 1px;
}

.menu_secundario li{
    float: left;
    padding: 6px 20px 0 25px;
}

.menu_secundario li a, .menu_secundario li a:visited{
    color: #484033;
    text-transform: uppercase;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
	text-decoration: none;
}

.menu_secundario li a:hover{
    color: #db0404;
}

.menu_rodape {
	background: url(../imagens/comum/bg_meio.gif) repeat-y;
	width: 773px;
	height: 50px;
	margin: 0px auto;
	padding: 5px 0px;
}

.vitrine_web_edit {
	margin-left: 3px;
	height: 239px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.vitrine_web_edit p{
	position: absolute;
	top: 140px;
	left: 22px;
	font-size: 30px;
}

.vitrine_web_edit p span {
	margin-left: 60px;
}

.web_edit {
	width: 731px;
	margin-left: 18px;
}

.web_edit .textos {
	width: 344px;
	float: left;
	margin: 20px 0 0 60px;
	display: inline;
}

img.img_web_edit {
	float: right;
	margin-right: 3px;
}

.web_edit .textos p.bt_generico {
	margin: 40px 15px 0 0;
}

.enderecos ul {
	margin: 20px 0 20px 20px;
}

.enderecos ul li {
	background: url(../imagens/bullet_enderecos.gif) no-repeat left center;
	margin-bottom: 3px;
	padding-left: 15px;
}

p.aviso_envio, {
	font-size: 14px;
}

p.aviso_envio strong,
p.aviso_ipt strong {
	color: #ff0000;
	text-transform: uppercase;
}

p.aviso_ipt {
	font-size: 14px;
	color: #ff0000;
}