@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	background-color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a img {
	border: 0px; /*retira a borda que o IE coloca nas IMGs que são links*/
}
.centraliza {
	display: block;
	min-height: 100px;
	height: auto;
	width: 1200px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
}
/*----------------------------------------------------------- TOPO ----------------------------------------------------------- */
#topo {
	background-image: url(../imagens/bg_topo3.png);
	background-repeat: repeat-x;
	display: block;
	height: 216px;
	width: 100%;
	background-position: left top;
}
/*----- LOGO -----*/
#topo img {
	display: block;
	float: left;
	margin-top: 20px;
}
/*----- /LOGO -----*/
/*----- BANNER TOPO -----*/
#topo #banner {
	display: block;
	float: left;
	height: 165px;
	width: 530px;
	margin-left: 15px;
}
#topo #banner img {
	display: block;
	height: 168px;
	width: 530px;
	float: none;
	margin-top: 0px;
}
/*----- /BANNER TOPO -----*/
/*----- CADASTRO / CARRINHO -----*/
#topo #bloco-direito {
	display: block;
	float: right;
	height: 165px;
	width: 230px;
}
#topo #bloco-direito p {
	color: #FFF;
	text-align: right;
	font-size: 0.8em;
}
#topo #bloco-direito p a {
	color: #FFF;
}
#bloco-direito #btn_carrinho {
	display: block;
	height: 60px;
	width: 215px;
	background-image: url(../imagens/btn_carrinho2.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	float: right;
	margin-top: 40px;
	color: #FFF;
}
#bloco-direito #btn_carrinho:hover {
	background-image: url(../imagens/btn_carrinho2_hover.png);
	background-repeat: no-repeat;
}
#bloco-direito #btn_carrinho a:link, #bloco-direito #btn_carrinho a:visited, #bloco-direito #btn_carrinho a:active {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-left: 15px;
}
/*----- CADASTRO / CARRINHO -----*/
/*----- MENU SUPERIOR -----*/
#topo ul {
	padding: 0px;
	display: block;
	float: left;
	height: 34px;
	width: 795px;
	margin-top: 11px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#topo ul li {
	display: inline;
	list-style-type: none;
}
#topo ul li a:link, #topo ul li a:visited, #topo ul li a:active {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	float: left;
	height: 33px;
	width: auto;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 1em;
	line-height: 33px;
	background-image: url(../imagens/divider-topo.png);
	background-repeat: no-repeat;
	background-position: right 0px;
}
#topo ul li a:hover {
	background-color: #4F3E06;
}
#topo .ativo {
	background-color: #4F3E06;
}
/*----- /MENU SUPERIOR -----*/
/*----- PESQUISAR -----*/
#pesquisar {
	display: block;
	float: right;
	width: 395px;
	height: 33px;
	margin-top: 10px;
}
#pesquisar .btn_buscar {
	display: block;
	float: right;
	height: 27px;
	width: 123px;
	margin-top: 4px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
	color: #FFF;
	background-color: #000;
	font-weight: bold;
	background: #7d7e7d; /* Old browsers */
	background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 76%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(76%,#0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 76%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 76%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 76%); /* IE10+ */
	background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 76%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 0px 0px 3px 0px rgba(255, 255, 255, 0.6);
	box-shadow: inset 0px 0px 3px 0px rgba(255, 255, 255, 0.6);
	border: none;
	cursor: pointer;
}
#pesquisar .btn_buscar:hover {
	background: #000;
}
#pesquisar #inserir-busca {
	display: block;
	float: right;
	height: 25px;
	width: 256px;
	margin-top: 4px;
	-webkit-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
	-webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.7);    
    box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.7);
	border: none;
}
/*----- /PESQUISAR -----*/
/*----------------------------------------------------------- /TOPO ----------------------------------------------------------- */
.titulo {
	color: #000;
	background-color: #E2AD17;
	text-align: center;
	display: block;
	float: left;
	height: 30px;
	width: 100%;
	line-height: 27px;
	margin-bottom: 7px;
	font-size: 1em;
	font-weight: normal;
}
/*---------------------------------------------------------- CONTEUDO ----------------------------------------------------------- */
/*----- LINK DE NAVEGAÇAO -----*/
.link-para {
	text-decoration: underline;
	color: #980202;
}
.link-para:hover {
	color: #F6C520;
}
.link-navegacao {
	display: block;
	float: left;
	height: 25px;
	width: 580px;
	padding-left: 10px;
	color: #980202;
}
/*----- /LINK DE NAVEGAÇAO -----*/
#conteudo {
	display: block;
	min-height: 300px;
	height: auto;
	width: 880px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	background-color: #FFF;
	float: left;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
h3 {
	display: block;
	float: left;
	width: 625px; /*Era 625px*/
	height: 25px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #FFF;
	background-color: #980202;
}
.conteiner {
	display: block;
	float: left;
	height: auto;
	width: 620px; /*Era 620px*/
	margin-left: 10px;
}
.conteiner a {
	color: #000;
}
.lista {
	list-style-image: url(../imagens/arrow.png);
}
/*----- BANNER CENTRO -----*/
#conteudo #banners-slide {
	display: block;
	float: left;
	height: 225px;
	width: 875px;
	margin-bottom: 7px;
}
#conteudo #banners-slide img {
	width: 875px;
	height: 223px;
}
/*----- /BANNER CENTRO -----*/
.bem-vindo {
	color: #000;
	background-color: #F3BA2A;
	text-align: center;
	display: block;
	float: left;
	height: 30px;
	width: 100%;
	line-height: 27px;
	margin-bottom: 7px;
}
/*---------------------------------------------------------- MENU LATERAL ----------------------------------------------------------- */
#menu-lateral {
	display: block;
	float: left;
	min-height: 200px;
	height: auto;
	width: 241px;
	overflow: hidden;
	background-image: url(../imagens/bg_menu_lateral2.png);
	background-repeat: repeat;
	/*background-color: #F3BA2A;*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
	-webkit-box-shadow: inset 0px 0px 15px 4px rgba(0, 0, 0, 0.8);    
    box-shadow: inset 0px 0px 15px 4px rgba(0, 0, 0, 0.8);
}
#menu-lateral ul {
	display: block;
	list-style-type: none;
	height: auto;
	width: 216px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#menu-lateral ul li {
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#menu-lateral li ul {
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#menu-lateral ul li a:link, #menu-lateral ul li a:visited, #menu-lateral ul li a:active {
	/* color: #F3BA2A; */
	color: #FFF;
	text-decoration: none;
	font-size: 1.1em;
	text-transform: uppercase;
}
#menu-lateral ul li a:hover {
	text-decoration: underline;
}
#menu-lateral li ul a:link, #menu-lateral li ul a:visited, #menu-lateral li ul a:active {
	color: #FFF;
	text-decoration: none;
	font-size: 1em;
	text-transform: none;
}
#menu-lateral li ul a:hover {
	text-decoration: underline;
}
/*---------------------------------------------------------- /MENU LATERAL ----------------------------------------------------------- */
/*---------------------------------------------------------- PRODUTO ----------------------------------------------------------- */
.produto {
	display: block;
	float: left;
	height: 345px;
	width: 200px;
	margin-left: 10px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	position: relative;
}
.produto img {
	max-width: 170px;
	max-height: 126px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.produto h1 {
	text-align: center;
}
.produto h3 {
	margin: 0px;
	font-size: 1em;
	text-align: center;
	display: block;
	height: auto;
	width: 198px;
	background-color: #FFF;
	color: #000;
}
.produto p {
	display: block;
	height: auto;
	width: 175px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.produto ul {
	margin: 0px;
	padding-left: 20px;
}
.produto .preco-de {
	text-align: center;
	display: block;
	text-decoration: line-through;
	position: absolute;
	left: 27%;
	bottom: 75px;
}
.produto .preco-por {
	color: #83000f;
	text-align: center;
	display: block;
	font-size: 1.1em;
	position: absolute;
	left: 19%;
	bottom: 50px;
}
.produto .veja-mais {
	color: #666;
	font-size: 0.7em;
}
.produto .marca {
	max-height: 50px;
	max-width: 65px
}
.produto .mais-detalhes {
	color: #A51A1A;/*#666;*/
	font-size: 1.2em;
	position: absolute;
	left: 5%;
	bottom: 94px;
}
.produto .btn_comprar:link, .produto .btn_comprar:visited, .produto .btn_comprar:active {
	background-image: url(../imagens/btn_comprar.png);
	background-repeat: no-repeat;
	display: block;
	height: 33px;
	width: 136px;
	margin-right: auto;
	margin-left: auto;
	line-height: 36px;
	text-align: right;
	color: #000;
	text-decoration: none;
	margin-top: 15px;
	position: absolute;
	left: 10%;
	bottom: 10px;
	padding-right: 25px;
}
.produto .btn_comprar:hover {
	background-image: url(../imagens/btn_comprar_hover.png);
	background-repeat: no-repeat;
}
.produto .btn_indisponivel {
	background-image: url(../imagens/btn_indisponivel.png);
	background-repeat: no-repeat;
	display: block;
	height: 33px;
	width: 161px;
	margin-right: auto;
	margin-left: auto;
	line-height: 36px;
	text-decoration: none;
	color: #000;
	font-size: 0.85em;
	font-weight: bold;
	margin-top: 15px;
	position: absolute;
	left: 10%;
	bottom: 10px;
	text-indent: 50px;
}
.produto .btn_sobconsulta {
	background-image: url(../imagens/btn_sobconsulta.png);
	background-repeat: no-repeat;
	display: block;
	height: 33px;
	width: 161px;
	margin-right: auto;
	margin-left: auto;
	line-height: 35px;
	text-decoration: none;
	font-size: 0.85em;
	font-weight: bold;
	margin-top: 15px;
	position: absolute;
	left: 10%;
	bottom: 10px;
	text-indent: 50px;
	color: #FFF;
}
/*---------------------------------------------------------- /PRODUTO ----------------------------------------------------------- */
/*---------------------------------------------------------- MARCAS ----------------------------------------------------------- */
.marcas {
	display: block;
	float: left;
	height: 70px;
	width: 200px;
	margin-left: 10px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	position: relative;
}
.marcas img {
	max-width: 170px;
	max-height: 126px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
/*---------------------------------------------------------- /MARCAS ----------------------------------------------------------- */
/*---------------------------------------------------------- DETALHE PRDUTO ----------------------------------------------------------- */
/*----- jQuery lightBox plugin - img-detalhe style -----*/
#img-detalhe {
	padding: 10px;
	width: 320px;
	float: left;
	border: 1px solid #CCC;
	margin-right: 10px;
	min-height: 350px;
	max-height: 638px;
	overflow: hidden;
}
#img-detalhe img {
	max-width: 318px;
	max-height: 250px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 7px;
}
#img-detalhe ul { 
	list-style: none; 
	margin: 0px; 
	padding-left: 0px; 
}
#img-detalhe ul li { 
	display: inline;
	float:left;
}
#img-detalhe ul img {
	border: 5px solid #CCCCCC;
}
#img-detalhe ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 5px;
	color: #fff;
}
#img-detalhe ul a:hover {
	color: #E6E6E6;
}
#img-detalhe p {
	display: block;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
	float: left;
}
/*----- /jQuery lightBox plugin - img-detalhe style -----*/
#detalhes-compra {
	display: block;
	float: right;
	min-height: 500px;
	height: auto;
	width: 525px;
	overflow: hidden;
}
#detalhes-compra .detalhe-pagseguro {
	display: block;
	width: 340px;
}
h1 {
	font-size: 1.4em;
	margin: 0px;
}
#detalhes-compra h3 {
	font-size: 1em;
	margin: 0px;
	font-weight: normal;
	color: #83000F;
	background-color: #FFF;
}
#detalhes-compra p {
	margin: 5px;
}
#detalhes-compra .preco-de {
	text-align: center;
	text-decoration: line-through;
}
#detalhes-compra .preco-por {
	color: #83000f;
	text-align: center;
	font-size: 1.2em;
}
.btn_comprar_detalhes:link, .btn_comprar_detalhes:visited, .btn_comprar_detalhes:active {
	background-image: url(../imagens/btn_comprar.png);
	background-repeat: no-repeat;
	display: block;
	height: 33px;
	width: 136px;
	padding-right: 25px;
	line-height: 36px;
	text-align: right;
	color: #000;
	text-decoration: none;
	float: left;
}
.btn_comprar_detalhes:hover {
	background-image: url(../imagens/btn_comprar_hover.png);
	background-repeat: no-repeat;
}
.btn_indisponivel_detalhes {
	background-image: url(../imagens/btn_indisponivel.png);
	background-repeat: no-repeat;
	display: block;
	height: 33px;
	width: 162px;
	line-height: 35px;
	text-decoration: none;
	color: #000;
	font-size: 1em;
	font-weight: bold;
	text-indent: 42px;
	float: left;
}
#detalhes-compra .btn_sobconsulta {
	background-image: url(../imagens/btn_sobconsulta.png);
	background-repeat: no-repeat;
	display: block;
	height: 33px;
	width: 161px;
	line-height: 35px;
	text-decoration: none;
	color: #FFF;
	font-size: 0.85em;
	font-weight: bold;
	text-indent: 50px;
	float: left;
}
#descricao {
	display: block;
	float: left;
	height: auto;
	width: 880px;
	margin-top:2%;
	border-top: solid;
}
.marker {
    background-color: Yellow;
}
h2 {
	font-size: 1.3em;
	display: block;
	margin-left: 10px;
	float: left;
	width: 335px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#calcula-frete {
	display: block;
	float: left;
	min-height: 65px;
	height: auto;
	width: 515px;
	overflow: hidden;
	border: 5px solid #CCC;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin-bottom: 10px;
	margin-top: 20px;
}
#calcula-frete p {
	margin-left: 5px;
}
#calcula-frete label {
	margin-left: 10px;
}
#descricao h2 {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
#descricao p {
	margin-left: 10px;
}
#descricao ul {
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	line-height: 30px;
}
#descricao ol {
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	line-height: 30px;
}

#chamada_comercial{
	margin:5px 10px 0 0;
	padding:2px;
	border: solid 1px #CCCCCC;
	border-radius:5px;
	width:330px;
	height:320px;
	float:left;
}
/*---------------------------------------------------------- /DETALHE PRDUTO ----------------------------------------------------------- */

/*---------------------------------------------------------- CARRINHO ----------------------------------------------------------- */
table {
	height: auto;
	width: 100%;
	overflow: hidden;
	font-size: 0.8em
}
caption {
	font-size: 1.3em;
	font-weight:  bold;
}
table tr td img {
	max-width: 200px;
	max-height: 85px;
}
thead {
	background-color: #CCCCCC;
	color: #7D6F55;
	height: 30px;
}
table tr:nth-child(even) {
	background-color: #EDEDED;
}
thead tr th {
	padding-left: 10px;
}
tfoot {
	background-color: #E0E0E0;
	height: 30px;
}
.carrinho {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 480px;
	height: 40px;
}
.carrinho a:link, .carrinho a:visited, .carrinho a:active {
	color: #000;
	text-decoration: none;
	display: block;
	width: 230px;
	float: left;
	background-image: url(../imagens/btn_concluir.png);
	background-repeat: no-repeat;
	height: 25px;
	line-height: 23px;
	text-align: center;
}
.carrinho a:hover {
	background-image: url(../imagens/btn_concluir_hover.png);
	background-repeat: no-repeat;
}
/*---------------------------------------------------------- /CARRINHO ----------------------------------------------------------- */
/*----- CONCLUIR PEDIDO -----*/
fieldset {
	background-color: #F5F5F5;
}
.concluir-pedido {
	color: #000;
	text-decoration: none;
	display: block;
	width: 230px;
	float: left;
	background-image: url(../imagens/btn_concluir.png);
	background-repeat: no-repeat;
	height: 25px;
	line-height: 23px;
	text-align: center;
	border: none;
	margin-top: 20px;
	cursor: pointer;
}
.concluir-pedido:hover {
	background-image: url(../imagens/btn_concluir_hover.png);
	background-repeat: no-repeat;
}
.linha-frete {
	color: #FFF;
	background-color: #666;
}
.pagseguro {
	background-image: url(../imagens/PagamentoPagSeguro.png);
	background-repeat: no-repeat;
	display: block;
	width: 180px;
	height: 60px;
	float: left;
	border: none;
	margin-top: 20px;
	cursor: pointer;
	margin-right: 20px;
	text-indent: -9999px;
	background-color: #FFF;
	-webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.6);    
    box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.6);
}
.pagseguro:hover {
	-webkit-box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, 0.6);    
    box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, 0.6);
}
.pagamento-digital {
	background-image: url(../imagens/PagamentoDigital.png);
	background-repeat: no-repeat;
	display: block;
	width: 180px;
	height: 60px;
	float: left;
	border: none;
	margin-top: 20px;
	cursor: pointer;
	text-indent: -9999px;	
	background-color: #FFF;
	-webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.6);    
    box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.6);
}
.pagamento-digital:hover {
	-webkit-box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, 0.6);    
    box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, 0.6);
}
/*----- /CONCLUIR PEDIDO -----*/
/*------ CONTATO -----*/
#form-contato {
	display: block;
	float: left;
	width: 628px;
	margin-bottom: 10px;
}
/*------ /CONTATO -----*/
.desconto {
	font-weight: bold;
	color: #F00;
	font-size: 1.3em;
    text-align: center;
}
/*---------------------------------------------------------- /CONTEUDO ----------------------------------------------------------- */

/*---------------------------------------------------------- CONTEUDO SECUNDARIO ----------------------------------------------------------- */
#conteudo-secundario {
	float: right;
	min-height: 100px;
	height: auto;
	width: 250px;
	overflow: hidden;
	padding-top: 10px;
}
#login {
	display: block;
	min-height: 130px;
	height: auto;
	width: 217px;
	overflow: hidden;
	background-color: #FFF;
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 15px;
	border: 2px solid #CCC;
	padding-bottom: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#login legend {
	font-weight: bold;
	color: #666;
	font-size: 1.1em;
}
#parceiros {
	display: block;
	min-height: 130px;
	height: auto;
	width: 207px;
	overflow: hidden;
	background-color: #FFF;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	border: 2px solid #CCC;
	padding-bottom: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#parceiros img {
	max-width: 207px;
	display: block;
	float: left;
	border: 2px solid #900;
	margin-bottom: 10px;
}
#parceiros h4 {
	margin: 0px;
}
/*---------------------------------------------------------- /CONTEUDO SECUNDARIO ----------------------------------------------------------- */

/*---------------------------------------------------------- RODAPE ----------------------------------------------------------- */
#rodape {
	display: block;
	height: 195px;
	width: 100%;
	background-image: url(../imagens/bg_rodape.png);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFF;
}
#rodape ul {
	padding: 0px;
	margin: 0px;
}
#rodape ul li {
	list-style-type: none;
	color: #FFF;
	font-size: 0.9em;
	padding-bottom: 5px;
}
#rodape ul li a:link, #rodape ul li a:visited, #rodape ul li a:active {
	color: #FFF;
	text-decoration: none;
}
#rodape ul li a:hover {
	text-decoration: underline;
}
#rodape h4 {
	display: block;
	height: auto;
	width: auto;
	padding-bottom: 10px;
	color: #F3BA2A;
	margin-top: 10px;
	margin-bottom: 0px;
}
#rodape #mapa-do-site {
	display: block;
	float: left;
	height: 150px;
	width: 180px;
}
#rodape #informacoes {
	display: block;
	float: left;
	height: 150px;
	width: 220px;
}
#rodape #comparilhe {
	float: left;
	height: 150px;
	width: 203px;
	display: block;
}
#rodape #comparilhe img {
	margin-right: 5px;
}
#rodape #telefones {
	display: block;
	float: left;
	height: 150px;
	width: 235px;
}
#rodape #telefones p {
	color: #F00;
}
#rodape #pagseguro {
	display: block;
	float: left;
	height: 150px;
	width: 342px;
}
/*---------------------------------------------------------- /RODAPE ----------------------------------------------------------- */
.btnBoleto{ height:60px; width:126px; font-weight:bold; }
.cursor{ cursor:pointer;}