﻿@charset "utf-8";

/***--- BASE ---***/
* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #0D6CB3;
	border: none;
	outline: none;
}

::-moz-selection {background: #0D6CB3; color: #FFF;}
::selection {background: #0D6CB3; color: #FFF;}

body {
	background: #191919 url(../imagens/bg_down.png) repeat-x 0 558px;
	overflow: scroll;
	overflow-x: hidden;
}

@font-face{font-family: 'font-extra'; src: url('../MyriadPro-Regular.otf') format('opentype');}

@font-face{font-family: 'font-extra2'; src: url('../MyriadPro-Semibold.otf') format('opentype');}


#img_bg {
	position: absolute;
	z-index: -9999;
	width: 100%;
	height: 100%;
	background: url(../imagens/img_bg.jpg) no-repeat top center;
}

#container {
	width: 960px;
	padding: 0 10px;
	margin: 0 auto 40px auto;
}

#container_footer, #container_menu {
	width: 960px;
	display: table;
	margin: 0 auto;
}

#container_footer {position: relative;}

h3 {
	font-family: 'font-extra';
	font-size: 26px;
	color: #0D6CB3;
	padding: 2px 0 2px 40px;
	background: url(../imagens/detalhe_subtitulo.jpg) no-repeat left top;
}

.texto p {margin: 15px 0; line-height: 17px;}

/***--- CABEÇALHO ---***/
#head {
	display: table;
	width: 960px;
	height: 150px;
	margin: 0 auto;
}

#logo {
	display: table;
	text-indent: -900em;
	width: 220px;
	height: 65px;
	float: left;
	margin: 25px 0 0 28px;
}
.logo_pt {background: url(../imagens/portugues/logo_pt.png) no-repeat;}
.logo_en {background: url(../imagens/ingles/logo_en.png) no-repeat;}
.logo_es {background: url(../imagens/espanhol/logo_es.png) no-repeat;}

/*----menu IDIOMAS ----*/
#menu_idiomas {
	background: url(../imagens/bg_indiomas.gif) repeat-x top;
	display: table;
	float: right;
	margin-right: 33px;
}

#menu_idiomas li {float: left;}

#menu_idiomas li a {padding: 2px 13px 12px 13px; display: table;}
#menu_idiomas li a:hover, #id_ativo {background: url(../imagens/bg_select_idiomas.png) repeat-x top; color: #fff;}

/*----menu PRINCIPAL ----*/
#menu_principal {
	background: url(../imagens/bg_menu.png) repeat-x center;
	display: inline-block;
	width: 920px;
	margin: 18px auto 0 auto;
	float: left;
}

#menu_principal ul li {float: left;}

#menu_principal ul li a {
	background: url(../imagens/bg_menu.png) repeat-x center;
	display: table;
	float: left;
	display: table;
	padding: 17px 20px;
}

#menu_principal ul li a:hover, #menu_principal ul li #menu_ativo {background: url(../imagens/bg_select.png) repeat-x center; color: #fff;}

/*bordas do menu*/
#container_menu .borda, #container_menu .borda_esq, #container_menu .borda_dir {
	display: table;
	width: 20px;
	height: 40px;
	margin-top: 22px;
}

#container_menu .borda_esq {background: url(../imagens/left_menu.png) no-repeat center; float: left;}
#container_menu .borda_dir {background: url(../imagens/right_menu.png) no-repeat center;}


/***--- CORPO ---***/
#container_content {margin-top: 6px;}

/* bordas SUPERIOR e INFERIOR */
#container_content .borda {
	display: table;
	width: 960px;
	height: 12px;
}
#container_content #top_bor {background: url(../imagens/top_conainer.png) no-repeat center;}
#container_content #bottom_bor {background: url(../imagens/bottom_container.png) no-repeat center;}

#content {
	background: url(../imagens/bg_container.png) repeat-y center;
	width: 960px;
	display: inline-block;
	margin: 0 auto;
}

#produtos {
	background: url(../imagens/sombra.jpg) no-repeat center bottom;
	width: 920px;
	margin: 0 auto;
	margin-bottom: 25px;
	display: table;
}

.titulo_pag {
	background: url(../imagens/sombra.jpg) no-repeat bottom center; 
	padding-bottom: 13px;
	margin: 27px 0 20px 19px; 
}

.titulo_pag h1 {
	text-indent: -900em;
	display: block;
	height: 42px;
}

.titulo_pag p {
	color: #666;
	display: inline-block;
	padding: 12px 0 17px;
}


/***--- RODAPÉ ---***/
#footer {
	background: url(../imagens/bg_menu.png) repeat-x center;
	display: table;
	width: 920px;
	margin: 13px 0 0 0;
	float: left;
}

/*bordas do rodapé*/
#container_footer .borda, #container_footer .borda_esq, #container_footer .borda_dir {
	display: table;
	width: 20px;
	height: 40px;
	margin-top: 21px;
}

#container_footer .borda_esq {background: url(../imagens/left_menu.png) no-repeat center; float: left;}
#container_footer .borda_dir {background: url(../imagens/right_menu.png) no-repeat center;}

/**-- LOGIN acesso --**/
#acesso {
	display: inline-block;
	text-indent: -900em;
	width: 290px;
	height: 48px;
	float: left;
	margin-top: 4px;
}
.acesso_pt {background: url(../imagens/portugues/acesso_botao_pt.jpg) no-repeat top;}
.acesso_en {background: url(../imagens/ingles/acesso_botao_en.jpg) no-repeat top;}
.acesso_es {background: url(../imagens/espanhol/acesso_botao_es.jpg) no-repeat top;}
#acesso:hover {background-position: bottom;}

#login {
	position: absolute;
	display: table;
	background: url(../imagens/login_left.png) no-repeat top left;
	padding-left: 10px;
	margin-top: -50px;
}

#login form {
	background: url(../imagens/acesso_bg.png) repeat-x;
	float: left;
	padding: 21px 8px;
}

#login form * {color: #fff;}

#login form span {
	text-align: right;
	display: inline-block;
	width: 40px;
}

#login form #texto {
	display: table;
	width: 254px;
	margin: -7px 0 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #0B5690;
	position: relative;
}

#login form #texto p {
	font-size: 12px;
	font-weight: bold;
	float: left;
	line-height: 17px;
}

/*botao para fechar*/
#login form #texto a {
	font-size: 12px;
	font-weight: normal;
	margin-left: 40px;
	position: absolute;
	right: 20px;
}

#login form input {
	background: #0A5188;
	width: 180px;
	padding: 2px 2px 2px 11px;
	margin-bottom: 4px;
}
#login form input:focus {background: #094068;}

#login #espaco_login {
	display: table;
	width: 10px;
	height: 110px;
	background: url(../imagens/login_right.png) no-repeat;
	float: right;
}

#login form #enviar {
	font-size: 12px;
	color: #333;
	display: table;
	padding: 7px 20px;
	background: url(../imagens/acesso_btn.gif) repeat-x top left;
	float: right;
	margin-top: 2px;
}
#login form #enviar:hover {background-position: bottom;}

#footer address {
	font-size: 11px;
	color: #333333;
	float: left;
	display: table;
	padding: 22px 10px 20px 10px;
}

#footer address strong {
	color: #333333;
	font-weight: bold;
	margin: 0 5px;
}

#footer #ass_cub {
	display: inline-block;
	text-indent: -900em;
	background: url(../imagens/CUB.png) no-repeat top;
	width: 28px;
	height: 16px;
	float: right;
	margin-top: 20px;
}
#footer #ass_cub:hover {background-position: bottom;}


/***** HOME *****/
#flash_destaque, #produtos_head span, #lista_linhas, #vertodas {display: table;}

#flash_destaque {padding: 6px 0 3px 0; margin: 0 auto;}

#produtos_head {
	display: inline-block;
	background: url(../imagens/head_linhas.png) repeat-y center center;
	width: 960px;
	padding: 0 10px;
	margin-left: -10px;
}

#produtos_head span {
	text-indent: -900em;
	width: 393px;
	height: 30px;
	margin: 0 auto;
	margin-top: 10px;
}
.produtos_head_pt span {width: 393px; background: url(../imagens/portugues/produtos_mecrul_pt.png) no-repeat;}
.produtos_head_en span {width: 380px; background: url(../imagens/ingles/produtos_mecrul_en.png) no-repeat;}
.produtos_head_es span {padding: 0 20px; background: url(../imagens/espanhol/produtos_mecrul_es.png) no-repeat;}

#linhas {padding-top: 3px;}


#lista_linhas {
	display: block;
	display: inline-block;
	margin: 0 0 0 24px;
}

#lista_linhas a {
	display: inline-block;
	background: url(../imagens/bg_destaque_home.png) no-repeat center top;
	margin: 0 -3px;
}
#lista_linhas a:hover {background-position: center bottom;}

#lista_linhas a span {
	text-indent: -999em;
	display: inline-block;
	width: 124px;
	height: 119px;
	padding: 23px 15px;
	float: left;
}

/* MENU PORTUGUES */
#lista_linhas a #item6_lista_pt {background: url(../imagens/portugues/home_enxada.png) no-repeat 5px top;}
#lista_linhas a:hover #item6_lista_pt {background-position: 102.5% top;}

#lista_linhas a #item5_lista_pt {background: url(../imagens/portugues/home_bomba.png) no-repeat 5px top;}
#lista_linhas a:hover #item5_lista_pt {background-position: 102.5% top;}

#lista_linhas a #item4_lista_pt {background: url(../imagens/portugues/home_coroa.png) no-repeat 5px top;}
#lista_linhas a:hover #item4_lista_pt {background-position: 102.5% top;}

#lista_linhas a #item3_lista_pt {background: url(../imagens/portugues/home_perfurador.png) no-repeat 5px top;}
#lista_linhas a:hover #item3_lista_pt {background-position: 102.5% top;}

#lista_linhas a #item2_lista_pt {background: url(../imagens/portugues/home_rocadeira.png) no-repeat 5px top;}
#lista_linhas a:hover #item2_lista_pt {background-position: 102.5% top;}

#lista_linhas a #item1_lista_pt {background: url(../imagens/portugues/home_caixa.png) no-repeat 5px top;}
#lista_linhas a:hover #item1_lista_pt {background-position: 102.5% top;}

/* MENU INGLES */
#lista_linhas a #item6_lista_en {background: url(../imagens/ingles/home_enxada.png) no-repeat 5px top;}
#lista_linhas a:hover #item6_lista_en {background-position: 102.5% top;}

#lista_linhas a #item5_lista_en {background: url(../imagens/ingles/home_bomba.png) no-repeat 5px top;}
#lista_linhas a:hover #item5_lista_en {background-position: 102.5% top;}

#lista_linhas a #item4_lista_en {background: url(../imagens/ingles/home_coroa.png) no-repeat 5px top;}
#lista_linhas a:hover #item4_lista_en {background-position: 102.5% top;}

#lista_linhas a #item3_lista_en {background: url(../imagens/ingles/home_perfurador.png) no-repeat 5px top;}
#lista_linhas a:hover #item3_lista_en {background-position: 102.5% top;}

#lista_linhas a #item2_lista_en {background: url(../imagens/ingles/home_rocadeira.png) no-repeat 5px top;}
#lista_linhas a:hover #item2_lista_en {background-position: 102.5% top;}

#lista_linhas a #item1_lista_en {background: url(../imagens/ingles/home_caixa.png) no-repeat 5px top;}
#lista_linhas a:hover #item1_lista_en {background-position: 102.5% top;}

/* MENU ESPANHOL */
#lista_linhas a #item6_lista_es {background: url(../imagens/espanhol/home_enxada.png) no-repeat 5px top;}
#lista_linhas a:hover #item6_lista_es {background-position: 103% top;}

#lista_linhas a #item5_lista_es {background: url(../imagens/espanhol/home_bomba.png) no-repeat 5px top;}
#lista_linhas a:hover #item5_lista_es {background-position: 102.5% top;}

#lista_linhas a #item4_lista_es {background: url(../imagens/espanhol/home_coroa.png) no-repeat 5px top;}
#lista_linhas a:hover #item4_lista_es {background-position: 102.5% top;}

#lista_linhas a #item3_lista_es {background: url(../imagens/espanhol/home_perfurador.png) no-repeat 5px top;}
#lista_linhas a:hover #item3_lista_es {background-position: 102.5% top;}

#lista_linhas a #item2_lista_es {background: url(../imagens/espanhol/home_rocadeira.png) no-repeat 5px top;}
#lista_linhas a:hover #item2_lista_es {background-position: 102.5% top;}

#lista_linhas a #item1_lista_es {background: url(../imagens/espanhol/home_caixa.png) no-repeat 5px top;}
#lista_linhas a:hover #item1_lista_es {background-position: 102.5% top;}



#enxada a {background: url(../imagens/enxadaR.jpg) no-repeat top left;}
#bomba a {background: url(../imagens/bombaI.jpg) no-repeat top left;}
#coroa a {background: url(../imagens/engrenagem.jpg) no-repeat top left;}
#perfurador a {background: url(../imagens/perfuradorS.jpg) no-repeat top left;}
#rocadeira a {background: url(../imagens/rocadeira.jpg) no-repeat top left;}
#caixaTrans a {background: url(../imagens/caixaT.jpg) no-repeat top left;}


#vertodas {
	text-indent: -900em;
	width: 420px;
	height: 40px;
	margin: 0 auto;
	margin-top: -1px;
}
.vertodas_pt {background: url(../imagens/portugues/vertodas_botao_pt.png) no-repeat top;}
.vertodas_en {background: url(../imagens/ingles/vertodas_botao_en.png) no-repeat top;}
.vertodas_es {background: url(../imagens/espanhol/vertodas_botao_es.png) no-repeat top;}
#vertodas:hover {background-position: bottom;}


/***** A EMPRESA *****/
#head_empresa_pt h1 {background: url(../imagens/portugues/mecrul_pt.gif) no-repeat top left;}
#head_empresa_en h1 {background: url(../imagens/ingles/mecrul_en.gif) no-repeat top left;}
#head_empresa_es h1 {background: url(../imagens/espanhol/mecrul_es.gif) no-repeat top left;}

#lista {
	background: url(../imagens/sombra2.jpg) no-repeat center bottom;
	padding: 0 0 25px 5px;
	display: table;
	margin: 0 auto 0 auto;
	margin-bottom: 28px;
}

#lista a {
	float: left;
	margin: 3px 10px 3px 0;
	width: 440px;
}

#lista a h3 {background: url(../imagens/detalhe_titulo.jpg) no-repeat top left;}

#content_faq {
	margin: 0 0 0 10px;
	width: 620px;
	padding-right: 25px;
	float: left;
	background: url(../imagens/sombra3.jpg) no-repeat right center;
}

.box_faq {
	display: block;
	clear: both;
	margin-bottom: 21px;
}

.box_faq h3 {margin-bottom: 7px;}

#box_magens {
	width: 200px;
	float: right;
	margin-right: 30px;
}

#box_magens img {
	display: inline-block;
	margin-bottom: 20px;
}

.texto_faq {
	padding-left: 40px;
	color: #666;
	line-height: 17px;
}

.texto_faq p {
	color: #666;
	margin: 10px 0;
}


/***** PRODUTOS *****/
#head_produtos_pt h1 {background: url(../imagens/portugues/produtos_title_pt.gif) no-repeat left;}
#head_produtos_en h1 {background: url(../imagens/ingles/produtos_title_en.gif) no-repeat left;}
#head_produtos_es h1 {background: url(../imagens/espanhol/produtos_title_es.gif) no-repeat left;}

#head_produtos_pt, #head_produtos_en, #head_produtos_es {background: none; padding-bottom: 0;}

#head_lista {
	display: table;
	width: 920px;
	height: 42px;
	
	position: relative;
}

#head_lista p, #head_lista p, #head_lista p {
	background: url(../imagens/titulo_bg.gif) repeat-x center;
	width: 920px;
	float: left;
	display: block;
}

#title_linha_pt, #title_linha_en, #title_linha_es {
	text-indent: -900em;
	display: table;
	height: 42px;
	margin: 0 auto;
}
#title_linha_pt {width: 620px; background: url(../imagens/portugues/escolha_linha_pt.gif) no-repeat center;}
#title_linha_en {width: 599px; background: url(../imagens/ingles/escolha_linha_en.gif) no-repeat center;}
#title_linha_es {width: 575px; background: url(../imagens/espanhol/escolha_linha_es.gif) no-repeat center;}

#head_lista .borda_esq, #head_lista .borda_dir {
	display: table;
	width: 10px;
	height: 42px;
	position: absolute;
	top: 0;
}
#head_lista .borda_esq {background: url(../imagens/titulo_left.gif) no-repeat center; position: absolute; left: 0;}
#head_lista .borda_dir {background: url(../imagens/titulo_right.gif) no-repeat center; position: absolute; right: 0;}


/*** lista de PRODUTOS ***/
#lista_de_produtos {
	display: table;
	margin: 8px 0 0 0;
}

#lista_de_produtos  li {float: left;}

#lista_de_produtos  li a {
	cursor: default;
	display: block;
	width: 125px;
	height: 30px;
	padding: 120px 14px 22px 14px;
	text-indent: -900em;
	background: url(../imagens/teste.png) no-repeat center top;
}
#lista_de_produtos li a:hover {background-position: center 102%;}

.prev_produto, .prev2_produto {
	display: none;
	position: absolute;
	top: 20px;
}
.prev_produto {left: 20px;}
.prev2_produto {right: 20px;}

#lista_delinhas {
	background: url(../imagens/sombra.jpg) no-repeat center bottom;
	padding-bottom: 20px;
	position: relative;
	margin-top: -20px;
}
#lista_de_produtos .hover a#caixa_pt{background: url(../imagens/portugues/caixa4_pt.jpg) no-repeat bottom center;}
#lista_de_produtos .normal a#caixa_pt {background: url(../imagens/portugues/caixa4_pt.jpg) no-repeat top center;}
#lista_de_produtos .hover a#caixa_en{background: url(../imagens/ingles/caixa4_en.jpg) no-repeat bottom center;}
#lista_de_produtos .normal a#caixa_en {background: url(../imagens/ingles/caixa4_en.jpg) no-repeat top center;}
#lista_de_produtos .hover a#caixa_es{background: url(../imagens/espanhol/caixa4_es.jpg) no-repeat bottom center;}
#lista_de_produtos .normal a#caixa_es {background: url(../imagens/espanhol/caixa4_es.jpg) no-repeat top center;}

#lista_de_produtos .hover a#rocadeira_pt{background: url(../imagens/portugues/rocadeira4_pt.jpg) no-repeat bottom center;}
#lista_de_produtos .normal a#rocadeira_pt {background: url(../imagens/portugues/rocadeira4_pt.jpg) no-repeat top center;}
#lista_de_produtos .hover a#rocadeira_en{background: url(../imagens/ingles/rocadeira4_en.jpg) no-repeat bottom center;}
#lista_de_produtos .normal a#rocadeira_en {background: url(../imagens/ingles/rocadeira4_en.jpg) no-repeat top center;}
#lista_de_produtos .hover a#rocadeira_es{background: url(../imagens/espanhol/rocadeira4_es.jpg) no-repeat bottom center;}
#lista_de_produtos .normal a#rocadeira_es {background: url(../imagens/espanhol/rocadeira4_es.jpg) no-repeat top center;}

#lista_de_produtos .hover a#perfurador_pt{background: url(../imagens/portugues/perfurador4_pt.jpg) no-repeat bottom center;}
#lista_de_produtos .normal a#perfurador_pt {background: url(../imagens/portugues/perfurador4_pt.jpg) no-repeat top center;}
#lista_de_produtos .hover a#perfurador_en{background: url(../imagens/ingles/perfurador4_en.jpg) no-repeat bottom center;}
#lista_de_produtos .normal a#perfurador_en {background: url(../imagens/ingles/perfurador4_en.jpg) no-repeat top center;}
#lista_de_produtos .hover a#perfurador_es{background: url(../imagens/espanhol/perfurador4_es.jpg) no-repeat bottom center;}
#lista_de_produtos .normal a#perfurador_es {background: url(../imagens/espanhol/perfurador4_es.jpg) no-repeat top center;}

#lista_de_produtos .hover a#coroa_pt{background: url(../imagens/portugues/coroa4_pt.jpg) no-repeat bottom center;}
#lista_de_produtos .normal a#coroa_pt {background: url(../imagens/portugues/coroa4_pt.jpg) no-repeat top center;}
#lista_de_produtos .hover a#coroa_en{background: url(../imagens/ingles/coroa4_en.jpg) no-repeat bottom center;}
#lista_de_produtos .normal a#coroa_en {background: url(../imagens/ingles/coroa4_en.jpg) no-repeat top center;}
#lista_de_produtos .hover a#coroa_es{background: url(../imagens/espanhol/coroa4_es.jpg) no-repeat bottom center;}
#lista_de_produtos .normal a#coroa_es {background: url(../imagens/espanhol/coroa4_es.jpg) no-repeat top center;}

#lista_de_produtos .hover a#bomba_pt{background: url(../imagens/portugues/bomba4_pt.jpg) no-repeat bottom center;}
#lista_de_produtos .normal a#bomba_pt {background: url(../imagens/portugues/bomba4_pt.jpg) no-repeat top center;}
#lista_de_produtos .hover a#bomba_en{background: url(../imagens/ingles/bomba4_en.jpg) no-repeat bottom center;}
#lista_de_produtos .normal a#bomba_en {background: url(../imagens/ingles/bomba4_en.jpg) no-repeat top center;}
#lista_de_produtos .hover a#bomba_es{background: url(../imagens/espanhol/bomba4_es.jpg) no-repeat bottom center;}
#lista_de_produtos .normal a#bomba_es {background: url(../imagens/espanhol/bomba4_es.jpg) no-repeat top center;}

#lista_de_produtos .hover a#enxada_pt{background: url(../imagens/portugues/enxada4_pt.jpg) no-repeat bottom center;}
#lista_de_produtos .normal a#enxada_pt {background: url(../imagens/portugues/enxada4_pt.jpg) no-repeat top center;}
#lista_de_produtos .hover a#enxada_en{background: url(../imagens/ingles/enxada4_en.jpg) no-repeat bottom center;}
#lista_de_produtos .normal a#enxada_en {background: url(../imagens/ingles/enxada4_en.jpg) no-repeat top center;}
#lista_de_produtos .hover a#enxada_es{background: url(../imagens/espanhol/enxada4_es.jpg) no-repeat bottom center;}
#lista_de_produtos .normal a#enxada_es {background: url(../imagens/espanhol/enxada4_es.jpg) no-repeat top center;}


/*** lista de PRODUTOS ***/
#lista_de_produtos2 {margin-top: 10px;}

#lista_de_produtos2 span {
	display: inline-block;
	background: url(../imagens/bg_destaque_produtos.png) no-repeat center top;
	margin: 0 2px;
}

#lista_de_produtos2 .hover {background: url(../imagens/bg_destaque_produtos.png) no-repeat center bottom;}

#lista_de_produtos2 span a {
	text-indent: -999em;
	display: inline-block;
	width: 145px;
	height: 172px;
}

/* MENU PORTUGUES */
#lista_de_produtos2 span #enxada_pt {background: url(../imagens/portugues/home_enxada.png) no-repeat left top;}
#lista_de_produtos2 span.hover #enxada_pt {background-position: right top;}

#lista_de_produtos2 span #bomba_pt {background: url(../imagens/portugues/home_bomba.png) no-repeat left top;}
#lista_de_produtos2 span.hover #bomba_pt {background-position: right top;}

#lista_de_produtos2 span #coroa_pt {background: url(../imagens/portugues/home_coroa.png) no-repeat left top;}
#lista_de_produtos2 span.hover #coroa_pt {background-position: right top;}

#lista_de_produtos2 span #perfurador_pt {background: url(../imagens/portugues/home_perfurador.png) no-repeat left top;}
#lista_de_produtos2 span.hover #perfurador_pt {background-position: right top;}

#lista_de_produtos2 span #rocadeira_pt {background: url(../imagens/portugues/home_rocadeira.png) no-repeat left top;}
#lista_de_produtos2 span.hover #rocadeira_pt {background-position: right top;}

#lista_de_produtos2 span #caixa_pt {background: url(../imagens/portugues/home_caixa.png) no-repeat left top;}
#lista_de_produtos2 span.hover #caixa_pt {background-position: right top;}

/* MENU ESPANHOL */
#lista_de_produtos2 span #enxada_es {background: url(../imagens/espanhol/home_enxada.png) no-repeat left top;}
#lista_de_produtos2 span.hover #enxada_es {background-position: right top;}

#lista_de_produtos2 span #bomba_es {background: url(../imagens/espanhol/home_bomba.png) no-repeat left top;}
#lista_de_produtos2 span.hover #bomba_es {background-position: right top;}

#lista_de_produtos2 span #coroa_es {background: url(../imagens/espanhol/home_coroa.png) no-repeat left top;}
#lista_de_produtos2 span.hover #coroa_es {background-position: right top;}

#lista_de_produtos2 span #perfurador_es {background: url(../imagens/espanhol/home_perfurador.png) no-repeat left top;}
#lista_de_produtos2 span.hover #perfurador_es {background-position: right top;}

#lista_de_produtos2 span #rocadeira_es {background: url(../imagens/espanhol/home_rocadeira.png) no-repeat left top;}
#lista_de_produtos2 span.hover #rocadeira_es {background-position: right top;}

#lista_de_produtos2 span #caixa_es {background: url(../imagens/espanhol/home_caixa.png) no-repeat left top;}
#lista_de_produtos2 span.hover #caixa_es {background-position: right top;}

/* MENU ESPANHOL */
#lista_de_produtos2 span #enxada_en {background: url(../imagens/ingles/home_enxada.png) no-repeat left top;}
#lista_de_produtos2 span.hover #enxada_en {background-position: right top;}

#lista_de_produtos2 span #bomba_en {background: url(../imagens/ingles/home_bomba.png) no-repeat left top;}
#lista_de_produtos2 span.hover #bomba_en {background-position: right top;}

#lista_de_produtos2 span #coroa_en {background: url(../imagens/ingles/home_coroa.png) no-repeat left top;}
#lista_de_produtos2 span.hover #coroa_en {background-position: right top;}

#lista_de_produtos2 span #perfurador_en {background: url(../imagens/ingles/home_perfurador.png) no-repeat left top;}
#lista_de_produtos2 span.hover #perfurador_en {background-position: right top;}

#lista_de_produtos2 span #rocadeira_en {background: url(../imagens/ingles/home_rocadeira.png) no-repeat left top;}
#lista_de_produtos2 span.hover #rocadeira_en {background-position: right top;}

#lista_de_produtos2 span #caixa_en {background: url(../imagens/ingles/home_caixa.png) no-repeat left top;}
#lista_de_produtos2 span.hover #caixa_en {background-position: right top;}



/*** galeria POP-UP ***/
#cx_lista_referencias, #co_lista_referencias, #ro_lista_referencias, #pe_lista_referencias, #en_lista_referencias, #bo_lista_referencias {
	display: none;
	width: 850px;
	position: absolute;
}
#ro_lista_referencias {margin-left: 150px;}
#pe_lista_referencias {margin-left: 190px;}
#en_lista_referencias {margin-left: 65px;}
#bo_lista_referencias {margin-left: -85px;}
#co_lista_referencias {margin-left: -120px;}

.img_refencia, .img_refencia2 {
	display: block;
	width: 127px;
	height: 92px;
	padding: 5px;
	float: left;
	margin: -10px 0 15px 0;
}

#cx_lista_referencias .img_refencia {background: url(../imagens/bg_prev_caixa.jpg) no-repeat center center;}
#ro_lista_referencias .img_refencia {background: url(../imagens/bg_prev_rocadeira.jpg) no-repeat center center;}
#pe_lista_referencias .img_refencia {background: url(../imagens/bg_prev_perfurador.jpg) no-repeat center center;}
#en_lista_referencias .img_refencia2 {background: url(../imagens/bg_prev_enxada.jpg) no-repeat center center;}
#bo_lista_referencias .img_refencia2 {background: url(../imagens/bg_prev_bomba.jpg) no-repeat center center;}
#co_lista_referencias .img_refencia2 {background: url(../imagens/bg_prev_coroa.jpg) no-repeat center center;}

.lista_borda_esq, .lista_borda_dir, .lista_borda2_esq, .lista_borda2_dir {
	display: table;
	width: 10px;
	height: 120px;
}
.lista_borda_esq {background: url(../imagens/linhas_left.png) no-repeat; float: left;}
.lista_borda_dir {background: url(../imagens/linhas_right.png) no-repeat;}
.lista_borda2_esq {background: url(../imagens/linhas_right.png) no-repeat; float: right;}
.lista_borda2_dir {background: url(../imagens/linhas_left.png) no-repeat; float: right;}

.linha_container, .linha_container2 {
	display: table;
	padding: 20px 0 0 0;
	background: url(../imagens/linhas_bg.png) repeat-x;
}

ul.lista_ul {
	display: block;
	height: 85px;
	float: left;
	padding: 0 10px;
}

.linha_container {float: left;}
.linha_container ul.lista_ul {
	padding-left: 15px;
	margin-left: 10px;
	background: url(../imagens/sombra_azul.jpg) no-repeat left top;
}

.linha_container2 {float: right;f;}
.linha_container2 ul.lista_ul {
	padding-right: 15px;
	margin-right: 10px;
	background: url(../imagens/sombra_azul2.jpg) no-repeat right top;
}

ul.lista_ul li a {display: block; margin: 2px 2px;}

ul.lista_ul li a span.numero_ref {color: #fff;}
ul.lista_ul li a span.numero_ref:hover {text-decoration:underline;}

ul.lista_ul li a:hover .prev_produto, ul.lista_ul li a:hover .prev2_produto {display: table;}

ul.lista_ul .check {
	display: table;
	width: 10px;
	height: 10px;
	margin: 2px 4px 0 0;
	float: left;
	background: url(../imagens/checkBox.gif) top;
}

#head_produto {display: table; margin: 10px 0;}

/*  conteudo do box Opcional  */
#head_produto #conteudo_opcionais ul {margin: 0 0 0 53px;}
#head_produto #conteudo_opcionais ul * {color: #666;}

#head_produto #conteudo_opcionais ul li {margin-top: 5px;}
#head_produto #conteudo_opcionais ul .sub_list {margin: 0 0 0 25px;}

#head_produto h3 {
	text-transform: uppercase;
	margin: 0 0 0 12px;
}

#head_produto p {color: #666; margin: 5px 0 10px 50px; width: 550px; line-height: 17px;}

.texto, .sub_duvida p, .resposta div p {color: #666;}

#title_linhas .title {
	background: url("../imagens/detalhe_subtitulo.jpg") no-repeat scroll left top transparent;
	color: #0D6CB3;
	font-family: 'font-extra';
	font-size: 26px;
	padding: 2px 0 2px 40px;
	margin-left: 13px;
	margin-right: 10px;
	float: left;
}

#title_linhas #num_itens {
	display: table;
	padding: 12px 0 8px 0;
}
#title_linhas * {color: #666;}

/*** lista de ITENS ***/
#lista_produtos {
	width: 857px;
	display: table;
	margin: 10px auto;
	padding-bottom: 20px;
}

#lista_produtos li {
	background: url(../imagens/bg_item.gif) no-repeat top left;
	display: table;
	width: 200px;
	height: 140px;
	float: left;
	margin: 7px;
}
#lista_produtos li:hover {background-position: bottom;}

#lista_produtos li a {
	color: #666;
	text-align: center;
	display: table;
	width: 100px;
	margin: 0 auto;
}
#lista_produtos li a:hover {color: #000;}

#lista_produtos li a img {display: block; margin-top: 10px;}

#botao_voltar {
	text-indent: -900em;
	width: 252px;
	height: 32px;
	display: table;
	margin: 0 auto;
	margin-bottom: 10px;
	clear: both;
}
.voltar_topo_pt {background: url(../imagens/portugues/voltar_topo_pt.gif) no-repeat top left;}
.voltar_topo_en {background: url(../imagens/ingles/voltar_topo_en.gif) no-repeat top left;}
.voltar_topo_es {background: url(../imagens/espanhol/voltar_topo_es.gif) no-repeat top left;}
.voltar_topo_pt:hover, .voltar_topo_en:hover, .voltar_topo_es:hover {background-position: bottom;}


/***** PRODUTO DETALHADO *****/
#dados_produto {
	width: 904px;
	padding-bottom: 30px;
	margin: 0 auto;
	margin-bottom: 5px;
}

#dados_produto p {margin-left: 40px;}

#imagem_item {
	display: table;
	text-align: center;
	width: 340px;
	height: 226px;
	padding: 10px 0 0 0;
	background: url(../imagens/bg_item_grande.gif) no-repeat top center;
	margin: 5px auto 20px auto;
}

#imagem_item #borda_inferior {
	display: block;
	height: 12px;
	background: url(../imagens/bg_item_grande2.gif) no-repeat top center;
}

#imagem_item span {color: #666; display: block;}

/** -- SUB menu -- **/
#sub_menu {
	display: table;
	background: url(../imagens/sombra2.jpg) no-repeat top center;
	padding-top: 30px;
	margin: 0 auto;
}

#sub_menu ul {
	display: table;
	margin: 0 auto;
}

#sub_menu ul li {display: inline-block;}

#sub_menu ul li a {
	font-family: 'font-extra2';
	font-size: 18px;
	padding: 3px 12px;
	margin: 0 2px;
	float: left;
}
.sub_menu_hover a, #sub_menu ul li a:hover {
	background: #0E6CB4;
	color: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	behavior: url(border-radius.htc);
}

#conteudo_menu1, #conteudo_menu2, #conteudo_menu3, #conteudo_menu4 {
	width: 650px;
	padding-top: 20px;
	margin: 0 auto;
	margin-top: 20px;
	background: url(../imagens/sombra.jpg) no-repeat top center;
}

#conteudo_menu1 p, #conteudo_menu2 p, #conteudo_menu3 p, #conteudo_menu4 p {color: #666; margin-bottom: 10px;}

.titulo_produto span {color: #666; font-size: 22px;}

#tabela_cor {
	display: table;
	margin: 10px auto;
}

#conteudo_menu1 #tabela {
	display: table;
	background: url(../imagens/aspas_tabela1.gif) no-repeat top center;
	margin: 10px auto;
	width: 521px;
}

#conteudo_menu1 #tabela #borda_tabela {
	background: url(../imagens/aspas_tabela2.gif) no-repeat top center;
	display: block;
	width: 521px;
	height: 12px;
}

#conteudo_menu1 #tabela img {padding: 35px;}

#conteudo_menu4 #box3D {
	display: table;
	margin: 0 auto;
}

.botao {
	text-indent: -900em;
	display: block;
	margin: 0 auto;
	margin-bottom: 4px;
}

#conteudo_menu1 .botao {
	width: 330px;
	height: 32px;
}
#conteudo_menu1 #conf_pessoal_pt {background: url(../imagens/portugues/conf_pessoal_pt.gif) no-repeat center top;}
#conteudo_menu1 #conf_pessoal_en {background: url(../imagens/ingles/conf_pessoal_en.gif) no-repeat center top;}
#conteudo_menu1 #conf_pessoal_es {background: url(../imagens/espanhol/conf_pessoal_es.gif) no-repeat center top;}

#conteudo_menu1 #down_pdf {background: url(../imagens/portugues/down_pdf_pt.gif) no-repeat center top;}
#conteudo_menu1 #down_pdf:hover, #conteudo_menu1 #conf_pessoal_pt:hover, #conteudo_menu1 #conf_pessoal_en:hover, #conteudo_menu1 #conf_pessoal_es:hover {background-position: center bottom;}

#imagens_produtos {
	display: table;
	margin: 25px auto;
	padding-bottom: 10px;
}

#imagens_produtos li {
	background: url(../imagens/bg_item.gif) no-repeat top left;
	display: block;
	width: 200px;
	height: 140px;
	float: left;
	margin: 7px;
}
#imagens_produtos li:hover {background-position: bottom;}

#imagens_produtos li a {
	color: #666;
	text-align: center;
	display: table;
	margin: 0 auto;
}
#imagens_produtos li a:hover {color: #000;}

#imagens_produtos li a img {margin: 0 auto; margin-top: 25px; display: block;}


/***** REPRESENTANTES *****/
#head_representante_pt h1 {width: 408px; background: url(../imagens/portugues/representantes_title_pt.gif) no-repeat center left;}
#head_representante_es h1 {width: 408px; background: url(../imagens/espanhol/representantes_title_es.gif) no-repeat center left;}
#head_representante_en h1 {width: 408px; background: url(../imagens/ingles/representantes_title_en.gif) no-repeat center left;}

h4 {
	font-family: 'font-extra';
	font-size: 20px;
	color: #0C6CB2;
	padding: 6px 0 5px 40px;
	background: url(../imagens/detalhe_titulo.jpg) no-repeat left top;
}

.titulo_pag p {color: #666;	margin: 10px 0;}

#mapa {
	padding-bottom: 40px;
	display: table;
	margin: 0 auto;
	background: url(../imagens/sombra2.jpg) no-repeat center bottom;
}

#selects {
	display: table;
	width: 700px;
	margin: 0 auto;
	padding-bottom: 30px;
	margin-top: 17px;
}

#selects fieldset {margin: 10px 0 0 0;}

#selects fieldset span.title_campo {
	text-align: right;
	font-size: 18px;
	display: table;
	width: 380px;
	float: left;
	padding: 5px 0 0 0;
}

#selects .botao {
	width: 170px;
	height: 32px;
	margin: 12px auto 0 auto;
	cursor: pointer;
}

#procura_pt {background: url(../imagens/portugues/botao_procura_pt.gif) no-repeat top left;}
#procura_en {background: url(../imagens/ingles/botao_procura_en.gif) no-repeat top left;}
#procura_es {background: url(../imagens/espanhol/botao_procura_es.gif) no-repeat top left;}
#procura_pt:hover, #procura_es:hover, #procura_en:hover {background-position: bottom left;}

#resultado {width: 890px; margin: 0 auto;}

#resultado .head_resultado {
	display: block;
	padding: 20px 0 40px 0;
	background: url(../imagens/sombra_representantes.png) no-repeat center bottom;
}

#resultado .head_resultado h3 {display: inline-block;}

#resultado .head_resultado .botao_resultado {
	text-indent: -900em;
	width: 35px;
	height: 31px;
	float: right;
	background: url(../imagens/mini_btn.gif) no-repeat center center;
	margin: 5px 0 0 0;
}

.resultado_local {
	width: 780px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.resultado_local div {
	display: inline-block;
	margin: 0 0 0 40px;
}

.resultado_local div p {margin: 4px 0; font-weight: bold;}

.resultado_local div p span {color: #666;}

#areaAtuacao {margin: 20px 0 0 0;}


/***** CONTATO *****/
#head_contato_pt h1 {background: url(../imagens/portugues/contato_title_pt.gif) no-repeat center left;}
#head_contato_es h1 {background: url(../imagens/espanhol/contato_title_es.gif) no-repeat center left;}
#head_contato_en h1 {background: url(../imagens/ingles/contato_title_en.gif) no-repeat center left;}

#contato {
	display: table;
	width: 930px;
	margin-bottom: 15px;
}

#formulario {
	display: block;
	width: 575px;
	padding: 0 10px 0 0;
	margin: 0 15px 25px 7px;
	float: left;
	background: url(../imagens/sombra3.jpg) no-repeat right center;
	position: relative;
}

#formulario form fieldset {
	margin: 4px 0;
	display: block;
}

#formulario form fieldset span, #uf p {
	font-weight: bold;
	text-align: right;
	padding: 7px 0 0 0;
	margin-right: 10px;
	float: left;
}

#formulario form fieldset .title_form {width: 120px;}

#bloco_endereco {
	margin: -3px 0;
	display: table;
}

#bloco_endereco fieldset {margin: 0;}

#uf {float: right;}

#uf p {width: 40px;}

#formulario form fieldset input {padding: 9px 8px;}

.campo1 {width: 417px; background: url(../imagens/bg_input2.png) no-repeat center top;}
.campo1:focus {background-position: bottom; color: #fff;}

#assunto {padding: 18px 0 16px 0;}

#cidade {display: inline-block; float: left;}

#cidade input {width: 280px; background: url(../imagens/bg_input3.png) no-repeat left top;}
#cidade input:focus {background-position: left bottom; color: #fff;}

#ddd {width: 25px; background: url(../imagens/bg_input4.png) no-repeat left top;}
#ddd:focus {background-position: left bottom; color: #fff;}

#telefone {width: 371px; background: url(../imagens/bg_input3.png) no-repeat right top;}
#telefone:focus {background-position: right bottom; color: #fff;}

textarea {
	background: #eee url(../imagens/bg_textarea.jpg) repeat-x;
	width: 412px;
	height: 160px;
	border: 1px solid #E1E1E1;
	padding: 8px 10px;
	margin: 2px 6px 0 0;
	overflow: auto;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	behavior: url(border-radius.htc);
}
textarea:focus {background: #0F6BB4 url(../imagens/bg_textarea_select.jpg) repeat-x; color: #fff;}

.botoes_form {
	text-indent: -900em;
	display: inline-table;
	height: 32px;
	margin: -2px 0 0 10px;
}

#enviar2 {
	width: 190px;
	float: right;
	background: url(../imagens/portugues/botoes_form_pt.gif) no-repeat right top;
	margin-right: 10px;
}
#enviar2:hover {background-position: right bottom;}

#limpar {width: 95px; float: right; background: url(../imagens/portugues/botoes_form_pt.gif) no-repeat left top;}
#limpar:hover {background-position: left bottom;}

#local {display: table;	width: 260px;}

#local img {border: 1px solid #0F6BB4; margin: 15px 5px;}

#endereco_macrul {margin-left: 20px;}
#endereco_macrul p {font-weight: bold;}
#endereco_macrul span {
	color: #666;
	display: block;
	margin: 3px 0;
}

#ver_nomapa {
	margin: 15px 0 0 80px;
	background: url(../imagens/portugues/ver_nomapa_pt.gif) no-repeat top center;
	width: 145px;
}
#ver_nomapa:hover {background-position: center bottom;}

#alert2 {
	display: block;
	background: url(../imagens/sombra2.jpg) no-repeat top center;
	float: left;
	width: 920px;
}

#alert2 p {
	padding: 30px 0 25px 0;
	text-align: center;
}

#alert2 p span {font-weight: bold;}


/***** FAQ *****/
#head_faq h1 {background: url(../imagens/faq.gif) no-repeat center left;}

#duvida {
	background: url(../imagens/sombra.jpg) no-repeat center bottom;
	padding-bottom: 30px;
	margin-left: 5px;
}

#duvida .head_resultado {display: block;}
#duvida .head_resultado h3 {display: inline-block;}
#duvida .head_resultado .botao_resultado {
	font-size: 20px;
	float: right;
}

.resposta {
	width: 680px;
	margin-left: 40px;
}

.sub_duvida {font-weight: bold;}

.resposta div p {margin: 7px 0;}

.resposta div a {
	width: 166px;
	height: 32px;
	background: url(../imagens/portugues/imprimir_pt.gif) no-repeat top center;
	margin: 11px 0;
}
.resposta div a:hover {background-position: bottom center;}


/***** SALA DE IMPRENSA *****/
#head_sala_pt h1 {width: 500px; background: url(../imagens/portugues/sala_pt.gif) no-repeat center left;}
#head_sala_en h1 {width: 340px; background: url(../imagens/ingles/sala_en.gif) no-repeat center left;}
#head_sala_es h1 {width: 500px; background: url(../imagens/espanhol/sala_es.gif) no-repeat center left;}

#collumA {
	width: 590px;
	padding: 0 20px 0 0;
	background: url(../imagens/sombra3.jpg) no-repeat center right;
	margin: 15px 0 15px 5px;
	float: left;
}

#collumA .noticia {
	width: 540px;
	margin-bottom: 20px;
}

h3 {text-shadow: 0 0 0.6px #0D6CB3;}

#collumA .noticia p {margin-left: 40px;}

#collumA .noticia p {margin: 10px 0 10px 40px;}

.noticia div {
	padding-top: 25px;
	background: url(../imagens/sombra4.jpg) no-repeat center top;
}

.noticia .highslide {margin-left: 40px;}

.noticia .box_imagens {
	background: none;
	display: table;
	width: 540px;
	padding: 10px 0;
	border-top: 1px solid #0E6CB4;
	border-bottom: 1px solid #0E6CB4;
	margin: 10px 0;
	margin-left: 40px;
}

.noticia .box_imagens #link_img {
	float: left;
	margin-left: 20px;
}

#collumA .noticia .botao {
	font-size: 16px;
	text-indent: inherit;
	color: #fff;
	width: 236px;
	height: 22px;
	padding: 5px 0 5px 35px;
	background: url(../imagens/base_botao.gif) no-repeat top left;
}
#collumA .noticia .botao:hover {background-position: bottom left;}

#collumB {
	width: 270px;
	display: inline-block;
	margin: 10px 0 10px 15px;
	float: left;
}

#menu_noticias dl {
	width: 240px;
	margin: 17px 0 0 30px;
}

#menu_noticias .fechado {
	display: block;
	background: #fff url(../imagens/botoes_noticia.gif) no-repeat top left;
	padding-left: 40px;
}

#menu_noticias .aberto {
	display: block;
	background: #0E6CB4 url(../imagens/botoes_noticia.gif) no-repeat bottom left;
	padding-left: 40px;
}

#menu_noticias .aberto a {color: #fff;}

#menu_noticias dl dt a {
	display: block;
	padding: 2px 0 4px 0;
}

#menu_noticias dl dd {margin: 5px 0 5px 50px;}

#ver_tudo {
	display: inline-block;
	background: #0E6CB4;
	color: #fff;
	padding: 5px 13px;
	margin: 0 0 0 170px;
}


/***** MONTE SUA CAIXA DE TRANSMISSAO *****/
#container2 {
	width: 960px;
	padding: 15px 10px 0 10px;
	margin: 0 auto;
	margin-bottom: 15px;
}

#head_monteCaixa_pt h1 {background: url(../imagens/portugues/monte_suacaixa_pt.gif) no-repeat top left;}
#head_monteCaixa_en h1 {background: url(../imagens/ingles/monte_suacaixa_en.gif) no-repeat top left;}
#head_monteCaixa_es h1 {background: url(../imagens/espanhol/monte_suacaixa_es.gif) no-repeat top left;}

#monteSuaCaixa {
	width: 920px;
	margin: 0 auto;
	margin-top: 60px;
}

#monteSuaCaixa .titulo_pag {padding-bottom: 0;}

#title_passo01, #title_passo02 {
	font-family: "font-extra";
	font-size: 24px;
	color: #fff;
	display: inline-block;
	padding: 6px 0;
}

#passo01, #passo02 {margin: 0 0 0 35px;}

#passo01 .texto, #passo02 .texto {margin: 10px 0; line-height: 17px;}

#passo01 input, #passo02 input {margin: 0 0 0 45px;}

#passo01 h3, #passo02 h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	padding: 10px 0 10px 40px;
}

.referencia {
	color: #fff;
	float: right;
	margin-top: 13px;
}

/** -- PASSO 01 -- **/
#passo01 {padding-bottom: 30px;}

#passo01 form input {padding: 9px 10px;}

#contato2 #mail h3 {background: none;}

#contato2 #fone {
	float: left;
	margin-right: -38px;
}

#contato2 input {width: 192px; background: url(../imagens/bg_editCaiixa3.jpg) no-repeat top left;}

#passo02 a input {margin: 0 0 0 10px;}

/** -- PASSO 02 -- **/
#passo02 {background: url(../imagens/sombra.jpg) no-repeat center bottom; padding-bottom: 35px;}

#passo02 span {
	font-size: 12px;
	color: #666;
	margin-left: 6px;
}

#passo02 fieldset {margin: 5px 0;}

#limitador div {margin: 3px 0 10px 0;}

#passo02 .campo2 {
	width: 612px;
	padding: 9px 10px;
	background: url(../imagens/bg_editCaiixa.jpg) no-repeat left top;
}
#contato2 input:focus, #passo02 .campo2:focus {background-position: left bottom; color: #fff;}

.inverssoraI {float: left;}

.inverssoraI, .inverssoraR {
	height: 230px;
	text-align: center;
}

.inverssoraI p, .inverssoraR p {
	font-weight: bold;
	color: #666;
	margin: 20px 0 10px 0;
}

.inverssoraI a span, .inverssoraR a span {
	display: block;
	width: 210px;
	padding-top: 155px;
	margin: 13px 0;
}

.inverssoraI a .horario, .inverssoraR a .horario {background: url(../imagens/rotacao02.gif) no-repeat top left;}
.inverssoraI a .anti_horario, .inverssoraR a .anti_horario {background: url(../imagens/rotacao01.gif) no-repeat top left;}

.inverssoraI a, .inverssoraR a {
	display: table;
	float: left;
	color: #666;
}
fieldset a:hover .horario, fieldset a:hover .anti_horario {background-position: left -179px;}

#cancelar {
	width: 120px;
	height: 32px;
	background: url(../imagens/botoes_editCaixa.gif) no-repeat top left;
	display: inline-block;
	margin: 20px 0;
	margin-left: 300px;
}

#cancelar_top {
	width: 120px;
	height: 32px;
	background: url(../imagens/botoes_editCaixa.gif) no-repeat top left;
	display: inline-block;
	float: right;
	margin: 12px 20px 0 0;
}
#cancelar:hover, #cancelar_top:hover {background-position: bottom left;}

#finalizar {
	width: 180px;
	height: 32px;
	background: url(../imagens/botoes_editCaixa.gif) no-repeat top right;
	display: inline-block;
}
#finalizar:hover {background-position: bottom right;}


/*****----  TELA DE IMPRESSAO ----*****/
#body2 {
	background: inherit;
	overflow: scroll;
	overflow-x: hidden;
}

#body2 .borda {
	display: table;
	width: 964px;
	height: 10px;
}
#top_bor2 {background: url(../imagens/print_borda_up.gif) no-repeat top center;}
#bottom_bor2 {background: url(../imagens/print_borda_down.gif) no-repeat bottom center;}

#body2 #dados_produto {padding-bottom: 0; margin-bottom: 0;}

#content2 {
	background: url(../imagens/print_bg.gif) repeat-y;
	width: 962px;
	display: inline-block;
	margin: 0 auto;
}

#print_conteudo {
	padding-bottom: 30px;
	margin: 0 0 0 50px;
}

#print_head {
	height: 120px;
	padding-bottom: 20px;
	background: url(../imagens/sombra.jpg) no-repeat bottom center;
}

#content2 #logo {
	background: url(../imagens/portugues/print_logo_pt.gif) no-repeat top left;;
	width: 220px;
	height: 60px;
}

#head_printfaq h1 {background: url(../imagens/print_title.gif) no-repeat top left;}

#head_produto_pt h1 {background: url(../imagens/portugues/print_produtos_pt.gif) no-repeat top left;}

#conteudo {
	display: block;
	padding-bottom: 30px;
	background: url(../imagens/sombra.jpg) no-repeat bottom center;
}

#conteudo h3 {
	font-size: 24px;
	color: #666;
	padding: 4px 0 7px 40px;
	background: url(../imagens/print_indicativo.jpg) no-repeat top left;
}

#conteudo h3 span {
	font-size: 20px;
	color: #666;
}

#conteudo #subtitulo {
	font-weight: bold;
	color: #666;
	margin: 0 0 0 40px;
}

#conteudo p {
	line-height: 18px;
	color: #666;
	width: 720px;
	margin: 10px 0 10px 40px;
}

#botao_print_pt {
	width: 241px;
	height: 32px;
	background: url(../imagens/portugues/print_botao_pt.gif) no-repeat top left;
	float: right;
	margin: 35px 40px 0 0;
}

#cancel_print {
	width: 213px;
	height: 32px;
	background: url(../imagens/portugues/print_cancelar_pt.gif) no-repeat top left;
	margin-top: 30px;
}
#body2 a.botao:hover {background-position: bottom left;}

#body2 #especificacoes h3 {background: url(../imagens/print_indicativo_lateral.jpg) no-repeat top left;}


