﻿/*
	Folha de Esitlos:
	
	Autor: Gustavo Michel - BiTS - Business IT Solutions
	Website: www.bits.inf.br
	
*/

body {
	margin:0px;
	background:#EFDAD2;
	font:11px Tahoma, Verdana, Arial;
}

a {
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

a:visited {
	color:#000000;
}

img {
	border:0;
}

.clear {
	clear:both;
}

.none {
	display:none;
}

/*TOPO PRETO*/
#barra_topo {
	width:100%;
	background:#000;
	height:30px;
}
#info_topo {
	width:970px;
	height:20px;
	background:#000;
	margin:0px auto;
	padding-top:10px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#FFF;
}
#bemvindo {
	float:left;
}
#links_direita {
	float:right;
	margin-right:18px;
}
#info_topo img {
	float:left;
}
#bemvindo #usuario_site {
	margin-top:-3px;
	margin-left:7px;
	float:left;
}
#bemvindo #usuario_site a {
	color:#FFF;
	text-decoration:underline;
}
#bemvindo #usuario_site a:hover {
	color:#DCA8A5;
	text-decoration:underline;
}
#img_mapa	{
	width:66px;
	height:12px;
	overflow:hidden;
	background:url(../images/links_topo.gif) top left no-repeat;
	display:block;
	float:left;
	margin-right:12px;
}
#img_mapa:hover	{
	background:url(../images/links_topo.gif) left bottom no-repeat;
}
#img_contato {
	width:42px;
	height:12px;
	overflow:hidden;
	background:url(../images/links_topo.gif) top right no-repeat;
	display:block;
	float:left;
}
#img_contato:hover	{
	background:url(../images/links_topo.gif) right bottom no-repeat;
}
/*FIM DO TOPO PRETO*/

/*CABELOS LINDOS TOPO*/
#topo_cabelos_lindos {
	border:0px;
	background:url(../images/fundo_geral.jpg) repeat-x;
	height:170px;
	width:100%;
}
#fundo_esquerda {
	background:url(../images/fundo_esquerda.jpg) no-repeat right top;
	height:170px;
	width:50%;
}
#fundo_direita {
	background:url(../images/fundo_direita.jpg) no-repeat left top;
	height:170px;
	width:50%;
}
#fundo_conteudo {
	width:970px;
}
#cabelos_lindos_info{
	width:970px;
	height:170px;
	background:url(../images/fundo_topo.jpg) no-repeat;
}

#buscar_no_site {
	float:right;
	width:490px;
	margin-top:18px;
	margin-bottom:32px;
}
#buscar_no_site input, #buscar_no_site img {
	float:left;
}
#buscar_no_site input.text {
	border:1px solid #000;
	font:12px Arial, Helvetica, sans-serif;
	width:352px;
	margin-right:9px;
	margin-left:19px;
	height:17px;
}
#btn_ok:hover {
	background:url(../images/btn_ok_over.jpg);
	display:block;
	width:39px;
	height:20px;
}

#cima_cabelos_lindos {
	width:970px;
	clear:both;
}
#logo {
	width:294px;
	margin-right:189px;
	float:left;
}
#img_logo {
	width:294px;
	height:44px;
	overflow:hidden;
	background:url(../images/cabelos_lindos.gif) top no-repeat;
	display:block;
	float:left;
}
#img_logo:hover	{
	background:url(../images/cabelos_lindos.gif) bottom no-repeat;
}

#tipo_cabelo {
	width:480px;
	float:left;
	margin-top:-0px;
}
#tipo_cabelo img#meu_cabelo {
	margin-bottom:7px;
}
#tipo_cabelo a {
	margin-right:7px;
	display:block;
	float:left;
	overflow:hidden;
	height:10px;
}
/*NORMAL*/
#tipo_cabelo #cabelo_normal {
	width:49px;
	background:url(../images/tipo_cabelo.gif) top left no-repeat;
}
#tipo_cabelo #cabelo_normal:hover {
	background:url(../images/tipo_cabelo.gif) bottom left no-repeat;
}
/*SECO*/
#tipo_cabelo #cabelo_seco {
	width:38px;
	background:url(../images/tipo_cabelo.gif) -56px top no-repeat;
}
#tipo_cabelo #cabelo_seco:hover {
	background:url(../images/tipo_cabelo.gif) -56px bottom no-repeat;
}
/*OLEOSO*/
#tipo_cabelo #cabelo_oleoso {
	width:50px;
	background:url(../images/tipo_cabelo.gif) -101px top no-repeat;
}
#tipo_cabelo #cabelo_oleoso:hover {
	background:url(../images/tipo_cabelo.gif) -101px bottom no-repeat;
}
/*MISTO*/
#tipo_cabelo #cabelo_misto {
	width:38px;
	background:url(../images/tipo_cabelo.gif) -159px top no-repeat;
}
#tipo_cabelo #cabelo_misto:hover {
	background:url(../images/tipo_cabelo.gif) -159px bottom no-repeat;
}
/*TINGIDO*/
#tipo_cabelo #cabelo_tingido {
	width:161px;
	background:url(../images/tipo_cabelo.gif) -206px top no-repeat;
}
#tipo_cabelo #cabelo_tingido:hover {
	background:url(../images/tipo_cabelo.gif) -206px bottom no-repeat;
}
/*LOIRO*/
#tipo_cabelo #cabelo_danificado {
	width:100px;
	background:url(../images/tipo_cabelo.gif) -374px top no-repeat;
}
#tipo_cabelo #cabelo_danificado:hover {
	background:url(../images/tipo_cabelo.gif) -374px bottom no-repeat;
}
/*OUTROS*/
#tipo_cabelo #cabelo_outros {
	width:50px;
	margin-right:0px;
	background:url(../images/tipo_cabelo.gif) -421px top no-repeat;
}
#tipo_cabelo #cabelo_outros:hover {
	background:url(../images/tipo_cabelo.gif) -421px bottom no-repeat;
}

/*FIM DO CABELOS LINDOS TOPO*/

#fundo_conteudo_site {
	width:100%;
	background:#FAF2ED url(../images/fundo_continuacao.jpg) repeat-x;
}
#conteudo_site {
	width:970px;
	margin:0px auto;
	background:#FAF2ED url(../images/fundo_continuacao.jpg) repeat-x;
}

#menu_destaques {
	width:970px;
}

/*MENU*/
#menu_institucional {
	float:left;
	width:150px;
	margin:12px 0 0 1px;
	font:bold 11px Tahoma, Verdana, Arial;
}
#menu_institucional ul {
	margin:0;
	padding:0;
}
#menu_institucional ul li.first {
	border-top:1px solid #EFDAD1;
	list-style:none;
	height:17px;
	padding-top:4px;
	border-bottom:1px solid #EFDAD1;
}
#menu_institucional ul li {
	list-style:none;
	height:17px;
	padding-top:4px;
	border-bottom:1px solid #EFDAD1;
}
#menu_institucional ul li a {
	text-decoration:none;
	color:#000;
	padding-left:15px;
	background:url(../images/li.gif) no-repeat left;
	text-decoration:none;
}
#menu_institucional ul li a:hover {
	color:#C16662;
	padding-left:15px;
	background:url(../images/li_active.gif) no-repeat left;
}
/*FIM DO MENU*/

/*CONTEÚDO INTERNAS*/
#conteudo_internas {
	float:left;
	width:630px;
	margin:12px 10px 0 10px;
}

#titulo_internas, .titulo_o_que_sao {
	padding:3px 10px 2px 10px;
	width:610px;
	background:#F2E1D9;
	position:relative;
}
#titulo_internas a.artigos_relacionados {
	display:block;
	position:absolute;
	right:7px;
	top:4px;
	background:url(../images/li.gif) no-repeat left 3px;
	padding-left:12px;
	color:#000;
	text-decoration:none;
}
#titulo_internas a:hover.artigos_relacionados {
	background:url(../images/li_active.gif) no-repeat left 3px;
	color:#BC4343;
}

.texto_o_que_sao {
	margin:10px 0;
	background:#F2E1D9;
	padding:20px 10px;
	width:610px;
}

.info_materia {
	padding: 2px 7px 0px 8px;
	margin-top:10px;
	width:618px;
	font:bold 12px;
	height:32px;
	background:#F2E1D9;
}
.resumo_materia_beleza {
	padding: 6px 7px 10px 6px;
	margin-top:10px;
	width:618px;
	height:92px;
	background:#F2E1D9;
}
.resumo_materia_beleza .foto_materia_beleza {
	float:left;
	border:5px solid #B79C91;
	overflow:hidden;
	margin:3px 0 0 5px;
}
.resumo_materia_beleza .foto_materia_beleza img {
	
}
.resumo_materia_beleza .texto_materia_beleza {
	float:left;
	margin:0 10px 0 20px;
	width:510px;
}
.resumo_materia_beleza .texto_materia_beleza2 {
	float:left;
	margin:0 10px 0 20px;
	width:470px;
}
.resumo_materia_beleza .titulo_materia {
	font:bold 12px;
	margin:0 0 6px 1px;
	line-height:136%;
}
.resumo_materia_beleza .resumo_materia {
	line-height:136%;
	height:41px;
}
.resumo_materia_beleza a.quero_ver {
	display:block;
	width:61px;
	height:16px;
	background:url(../images/li.gif) no-repeat right 3px;
	font-size:11px;
	color:#000;
	text-decoration:none;
	float:right;
}

.resumo_materia_beleza a.quero_ver2 {
	display:block;
	width:61px;
	height:16px;
	background:url(../images/li.gif) no-repeat right 3px;
	font-size:11px;
	color:#000;
	text-decoration:none;
	float:right;
	margin-top:0px;
}

.resumo_materia_beleza a:hover.quero_ver2 {
	background:url(../images/li_active.gif) no-repeat right 3px;
	color:#BC4343;
}

.resumo_materia_beleza a:hover.quero_ver {
	background:url(../images/li_active.gif) no-repeat right 3px;
	color:#BC4343;
}

.detalhes_materia_beleza {
	padding:10px;
	margin-top:10px;
	background:#F2E1D9;
	font-size:10px;
	line-height:136%;
	float:left;
	width:610px;
	margin-bottom:10px;
}

.detalhes_materia_beleza a{
	text-decoration:underline;
}
.detalhes_materia_beleza .imagem_materia {
	border:10px solid #B79C91;
	margin:0 13px 7px 0;
	float:left;
}
/*PAGINACAO*/
.paginacao_materia {
	margin-top:40px;
	font:14px Arial, Helvetica, sans-serif;
}
.paginacao_materia .paginacao {
	border:0;
}
.paginacao_materia .paginacao td a {
	color:#000;
	text-decoration:none;
}
.paginacao_materia .paginacao td a:hover {
	color:#BC4343;
}
.paginacao_materia .paginacao td.seta a {
	display:block;
	width:9px;
	height:9px;
	margin-top:1px;
}
.paginacao_materia .paginacao td.seta a.anterior {
	background:url(../images/li_esquerda.gif) no-repeat;
	margin-right:10px;
}
.paginacao_materia .paginacao td.seta a:hover.anterior {
	background:url(../images/li_esquerda_active.gif) no-repeat;
}
.paginacao_materia .paginacao td.seta a.proxima {
	background:url(../images/li.gif) no-repeat;
	margin-left:10px;
}
.paginacao_materia .paginacao td.seta a:hover.proxima {
	background:url(../images/li_active.gif) no-repeat;
}

.opcao_dica {
	clear:both;
	padding:4px 10px;
	text-align:right;
	margin-top:10px;
	background:#F2E1D9;
	height:15px;
}
.opcao_dica a.enviar_amigo {
	display:block;
	width:116px;
	height:12px;
	background:url(../images/enviar_amigo.gif) no-repeat;
	float:right;
}
.opcao_dica .divisor {
	width:1px;
	background:#000;
	margin:0 10px;
	float:right;
	height:14px;
}
.opcao_dica a.imprimir_dica {
	display:block;
	width:83px;
	height:13px;
	background:url(../images/imprimir_dica.gif) no-repeat;
	float:right;
}
.opcao_dica a.imprimir_case {
	display:block;
	width:83px;
	height:13px;
	background:url(../images/imprimir_case.gif) no-repeat;
	float:right;
}
.divisor_materia {
	width:629px;
	margin-top:10px;
	background:#F2E1D9;
	height:1px;
}
.ultima_materia {
	padding:2px 10px 4px;
	margin-top:10px;
	background:#F2E1D9;
}
a.ver_toda_materia {
	display:block;
	width:135px;
	height:22px;
	background:url(../images/ver_todas_materias.jpg) no-repeat;
	margin-top:10px;
	float:right;
	clear:both;
}
a:hover.ver_toda_materia {
	background:url(../images/ver_todas_materias_hover.jpg) no-repeat;
}
span.numero_procedimento {
	font:bold 12px;
}

.lista_dicas {
	padding:0 10px 10px 0;
	margin:10px 0 30px 0;
	width:618px;
	background:#F2E1D9;
}
.lista_dicas ul {
	margin:0;
	padding:0;
	list-style:none;
}
.lista_dicas ul li {
	display:block;
	background:#EFDAD1;
	width:188px;
	height:14px;
	margin:10px 0 0 10px;
	float:left;
	padding:6px 4px 4px;
}

.opcao_navegacao_produto {
	width:630px;
	margin:10px 0;
}
.opcao_navegacao_produto a.produto_geral, .opcao_navegacao_produto a.salao_beleza {
	display:block;
	width:310px;
	height:22px;
	text-decoration:none;
	color:#EFDAD1;
}
.opcao_navegacao_produto a.produto_geral {
	background:#F2E2DA url(../images/produto_geral.gif) no-repeat 10px 3px;
	float:left;
}
.opcao_navegacao_produto a:hover.produto_geral, .opcao_navegacao_produto a:focus.produto_geral, .opcao_navegacao_produto a:active.produto_geral {
	background:#EFDAD1 url(../images/produto_geral_hover.gif) no-repeat 10px 3px;
}
.opcao_navegacao_produto a.salao_beleza {
	background:#F2E2DA url(../images/saloes_beleza.gif) no-repeat 10px 3px;
	float:right;
}
.opcao_navegacao_produto a:hover.salao_beleza, .opcao_navegacao_produto a:focus.salao_beleza, .opcao_navegacao_produto a:active.salao_beleza {
	background:#EFDAD1 url(../images/saloes_beleza_hover.gif) no-repeat 10px 3px;
}

.lista_produtos_servicos {
	clear:both;
	padding:10px 10px 10px 0;
	margin:10px 0 0;
	width:620px;
	background:#F2E1D9;
}
.lista_produtos_servicos ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.lista_produtos_servicos ul li {
	display:block;
	width:145px;
	margin-left:10px;
	float:left;
}
.lista_produtos_servicos ul li.divisor {
	clear:both;
	width:610px;
	margin:10px 0 10px 10px;
	border-bottom:1px solid #EFDAD1;
}
.lista_produtos_servicos ul li .produto_foto {
	border:0;
	text-align:center;
	width:145px;
	height:155px;
	background:#FFF;
}
.lista_produtos_servicos ul li .produto_foto img {
	width:80px;
}
.lista_produtos_servicos ul li .produto_descricao {
	margin:3px 3px 6px;
	width:138px;
	height:34px;
	font-size:10px;
}
.lista_produtos_servicos .produto_preco {
	padding:5px 5px 5px 5px;
	background:#000;
	font:bold 11px Tahoma, Verdana, Arial;
	color:#FFF;
	float:left;
}

.pergunta_frequente_lista {
	clear:both;
	padding:10px;
	width:610px;
	background:#F2E1D9;
	margin-top:10px;
}
.pergunta_frequente_lista a.pergunta_mais_detalhe {
	display:block;
	width:13px;
	height:13px;
	margin:8px 15px 0 0;
	background:url(../images/li_perguntas.gif) no-repeat;
	float:left;
}
.pergunta_frequente_lista a:hover.pergunta_mais_detalhe, .pergunta_frequente_lista a:focus.pergunta_mais_detalhe {
	background:url(../images/li_perguntas_active.gif) no-repeat;
}
.pergunta_frequente_detalhe {
	width:560px;
	float:left;
}
.resposta_pergunta {
	padding:10px 20px 10px 40px;
	width:560px;
	font-size:10px;
}


.lista_parceiros {
	padding:0 10px 10px 0;
	margin:10px 0 30px 0;
	width:618px;
	background:#F2E1D9;
}
.lista_parceiros ul {
	margin:0;
	padding:0;
	list-style:none;
}
.lista_parceiros ul li {
	display:block;
	background:#CBB0A5;
	width:156px;
	margin:10px 0 0 10px;
	float:left;
	padding:6px 20px 20px;
	font:bold 12px;
}
.lista_parceiros ul li .marca {
	width:156px;
	margin-top:2px;
	padding-top:25px;
	height:85px;
	background:#EED7CC;
	text-align:center;
}

.mes_enquete {
	padding:2px 4px 4px 10px;
	margin-top:10px;
	width:618px;
	background:#F2E1D9;
	font:bold 14px;
}
.mais_enquete_detalhe {
	padding:10px 4px 4px 10px;
	margin-top:10px;
	width:618px;
	background:#F2E1D9;
}
.mais_enquete_detalhe .enquete_detalhe {
	margin-bottom:10px;
}
.nenhum_evento {
	padding:10px 4px 100px 10px;
	margin-top:10px;
	width:618px;
	background:#F2E1D9;
	font:bold 12px;
}

#newsletter_enquete {
	width:150px;
	margin-top:40px;
	margin-left:1px;
	float:left;
	margin-bottom:40px;
}
.titulo_sessao {
	border-top:1px solid #EFDAD1;
	height:31px;
	padding-top:9px;
	width:147px;
	padding-left:3px;
	border-bottom:1px solid #EFDAD1;
	margin-bottom:9px;
}
.campos {
	font-size:10px;
	margin-bottom:20px;
}
.formulario {
	margin-top:8px;
	font:bold 10px Tahoma, Verdana, Arial;
}
.formulario input.text {
	margin-bottom:3px;
	border:1px solid #000;
	font:bold 10px Tahoma, Verdana, Arial;
	width:130px;
	padding:4px 5px 4px;
	height:12px;
}
.formulario input.img {
	margin-top:5px;
}
#form_enquete {
	border-bottom:1px solid #EFDAD1;
	padding-bottom:10px;
	margin-bottom:10px;
}
.formulario .btn_enquete {
	margin-right:7px;
}

#cabelos_lindos_forum {
	margin-top:10px;
	width:620px;
	padding:20px 0px 10px 10px;
	height:35px;
	background:#F4E4DD;
}
#cabelos_lindos_forum img {
	float:left;
	margin-right:10px;
}
#logar_forum {
	width:470px;
	float:left;
	margin-top:2px;
}
#logar_forum input {
	float:left;
	margin-left:10px;
}
#logar_forum .input_opcoes {
	float:left;
	width:151px;
}
#logar_forum .input_opcoes_txt {
	clear:both;
	font-size:10px;
	margin-left:12px;
}
#logar_forum .input_opcoes_txt a {
	color:#000;
}
#logar_forum .input_opcoes_txt a:hover {
	color:#BC4343;
}
#logar_forum input.text {
	width:131px;
	border:1px solid #000;
	font:bold 10px Tahoma, Verdana, Arial;
	padding:3px 5px 3px;
	height:12px;
}
#logar_forum #opcoes_forum {
	clear:both;
	font-size:10px;
	height:15px;
	margin-left:13px;
}
#logar_forum #opcoes_forum span {
	display:block;
	float:left;
	width:154px;
}

#ultimas_forum {
	margin-top:20px;
	width:630px;
	
}
#ultimas_forum img {
	margin-bottom:7px;
}
#ultimas_forum a {
	text-decoration:none;
	color:#BC4343;
}
#ultimas_forum a:hover {
	text-decoration:underline;
}
#ultimas_forum .forum_titulo {
	color:#BC4343;
	font-weight:bold;
	margin-bottom:14px;
}
#ultimas_forum #noticia_forum1 {
	border-top:1px solid #EFDAD1;
	width:310px;
	padding-top:9px;
	padding-bottom:7px;
	float:left;
	border-bottom:1px solid #EFDAD1;
}
#ultimas_forum #noticia_forum2 {
	border-top:1px solid #EFDAD1;
	width:310px;
	padding-top:9px;
	padding-bottom:7px;
	float:right;
	border-bottom:1px solid #EFDAD1;
}

#blog_central {
	margin-top:40px;
	width:630px;
}
#blog_cabelos_lindos {
	border-top:1px solid #EFDAD1;
	width:310px;
	float:left;
}
.titulo_blog_central {
	border-top:10px solid #F6E9E3;
	padding:20px 0px;
	height:70px;
	border-bottom:1px solid #EFDAD1;
}
.titulo_blog_central a {
	text-decoration:none;
	color:#000;
}
.titulo_blog_central a:hover {
	text-decoration:underline;
}
#img_blog {
	width:50px;
	float:left;
	height:50px;
	margin-right:10px;
}
#txt_blog {
	width:250px;
	float:left;
}
#txt_blog img {
	margin-bottom:3px;
}
#central_cabelos_lindos {
	border-top:1px solid #EFDAD1;
	width:310px;
	float:right;
}
#img_central {
	width:70px;
	float:left;
	height:70px;
	margin-right:10px;
}
#txt_central {
	width:230px;
	float:left;
}
#txt_central img {
	margin-bottom:3px;
}
/*FIM DO CONTEÚDO INTERNAS*/

/*ANÚNCIOS*/
#conteudo_anuncios {
	float:left;
	width:150px;
}
#conteudo_anuncios img {
	margin-bottom:2px;
}
#anuncio1 {
	width:126px;
	height:126px;
	border:12px solid #CBB0A6;
	background:#EDD7CE;
}
#conteudo_anuncios .anuncio { /*CSS de fade in dos anúncios*/
	width:126px;
	height:126px;
	overflow:hidden;
}
#anuncio2 {
	margin-top:10px;
	width:126px;
	height:126px;
	border:12px solid #EDDBD5;
	background:#F1E1DA;
}
/*FIM DOS ANÚNCIOS*/

#cases_publicidade {
	margin-top:20px;
	width:150px;
	float:left;
}
#cases_publicidade .titulo_sessao {
	border-top:1px solid #EFDAD1;
	height:28px;
	padding-top:10px;
	width:147px;
	padding-left:3px;
	border-bottom:1px solid #EFDAD1;
	margin-bottom:0px;
}
#cases_publicidade .cases_txt {
	padding:10px 0px;
	width:150px;
	border-bottom:1px solid #EFDAD1;
}
#cases_publicidade .cases_usuario {
	padding:10px 0px;
	width:150px;
	height:40px;
	border-bottom:1px solid #EFDAD1;
}
#cases_publicidade .cases_usuario .foto_cases {
	width:40px;
	height:40px;
	float:left;
	margin-right:10px;
	overflow:hidden;
}
#cases_publicidade .cases_usuario .usuario_cases {
	width:100px;
	height:40px;
	float:left;
}
#cases_publicidade .cases_usuario .usuario_cases a {
	color:#000;
	text-decoration:none;
}
#cases_publicidade .cases_usuario .usuario_cases a:hover {
	color:#BC4343;
	text-decoration:underline;
}
#cases_publicidade .ver_outros_cases {
	width:150px;
	padding:10px 0px;
	border-bottom:1px solid #EFDAD1;
}
#cases_publicidade .ver_outros_cases a {
	display:block;
	color:#000;
	font-weight:bold;
	padding-left:16px;
	background:url(../images/li.gif) no-repeat left;
}
#cases_publicidade .ver_outros_cases a:hover {
	background:url(../images/li_active.gif) no-repeat left;
	color:#BC4343;
}
#publicidade {
	clear:both;
	width:150px;
	margin-top:10px;
}
#publicidade .publicidade_img {
	width:150px;
	margin-top:10px;
	height:80px;
}
/*FIM DO CONTEUDO*/

/*RODAPE*/
#rodape {
	clear:both;
	height:104px;
}
#rodape_site {
	width:970px;
	margin:0px auto;
	padding:10px 0px;
	height:100px;
	font-family:Arial;
}
#logo_rodape {
	padding:24px 1px 10px;
	width:54px;
	height:24px;
	float:left;
}
#links_site {
	width:885px;
	margin-left:10px;
	float:left;
}
#links_site .secao_site {
	width:885px;
	padding:4px 0px;
	height:15px;
	border-bottom:1px solid #EBD0BE;
}
#links_site #secao_site {
	width:885px;
}
#links_site .secao {
	width:90px;
	margin-top:4px;
	float:left;
}
#links_site .links_secao {
	width:700px;
	float:left;
	color:#c2c7a7;
}
#links_site .links_secao a {
	text-decoration:none;
	color:#000;
}
#links_site .links_secao a:hover {
	color:#C16662;
}
#secao_site #secao_site_contato {
	width:800px;
	padding:4px 0px;
	height:15px;
	border-bottom:1px solid #EBD0BE;
	float:left;
}
#secao_site #secao_site_bits {
	margin-top:3px;
	width:85px;
	height:40px;
	float:left;
}
a#bits {
	width:85px;
	height:40px;
	display:block;
	background:url(../images/logo_bits.jpg) left no-repeat;
}
a:hover#bits {
	background:url(../images/logo_bits.jpg) right no-repeat;
}
#cabelos_lindos_direitos {
	float:right;
	width:280px;
	margin-top:-10px;
}

/*FIM DO RODAPE*/

/*ESTILO ENQUETE*/
.alternativa_enquete {
	width:380px;
	color:#BC4343;
	height:20px;
}
.nome_alternativa {
	float:left;
	width:185px;
	padding-right:10px;
}
.porcentagem_alternativa {
	width:50px;
	float:left;
	height:11px;
	background:#BC4343;
	margin-top:1px;
}
.voto_alternativa {
	float:left;
	padding-left:10px;
}
/*FIM DO ESTILO ENQUETE*/

.lista_produtos a:hover .produto_descricao{
	text-decoration:underline;
}

    .indicar_produto_titulo {
    	background:#F0DDD4;
    	margin:25px 0 14px -5px;
    	height:25px;
    	width:427px;
    }
    .indicar_produto_titulo img {
    	margin-left:13px;
    	margin-top:4px;
    	margin-bottom:4px;
    
    }
    .erro_validacao {
        font-weight:bold;
        color:#DA9B9C;
        font-size:10px;
        display:none;
        margin:-5px 0 5px;
    }
	.modal{
		width:640px;
		background:#C16663;
		padding:10px;
		}
	.modal_layout{
		width:427px;
		background:#fff;
		padding-left:10px;
		}
		
coluna_direita_amigo
{
	width:421px;
	height:263px;
	float:right;
	margin-top:-214px;
	margin-right:22px;
	_margin-right:10px;
	_margin_bottom:20px;
	background:#FFF;
}

.coluna_direita_amigo_texto
{
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
	
}

.coluna_direita_amigo input 
{
	background:#E9CCC0;
	border:solid #D9A893 1px;
	width:415px;
	margin-bottom:10px;
}

.coluna_direita_amigo textarea 
{
	background:#E9CCC0;
	border:solid #D9A893 1px;
	width:415px;
	height:73px;
	overflow:hidden;
}




.detalhes_materia_beleza .parceiros_banner {
	margin:0 13px 7px 16px;
	_margin:0 13px 7px 8px;
	width:505px;
	height:89px;
	overflow:hidden;
	float:left;
}
.banner_horizontal_full {	
	width:521px;
	height:160px;
}
.banner_horizontal_full .box {
	width:7px;
	height:7px;
	float:left;
}
.banner_horizontal_full .texto {
	float:left;
	width:521px;
	height:55px;
	margin-left:16px;
	_margin-left:8px;
	margin-top:-11px;
}

.banner_vertical_full {	
	width:199px;
	height:410px;
}

.banner_vertical_full .box {
	width:7px;
	height:7px;
	float:left;
}
.banner_vertical_full .texto {
	float:left;
	width:521px;
	height:55px;
	margin-left:16px;
	_margin-left:8px;
	margin-top:-11px;
}
.detalhes_materia_beleza .parceiros_banner_vertical {
	margin:0 13px 7px 16px;
	_margin:0 13px 7px 8px;
	width:199px;
	height:354px;
	overflow:hidden;
	float:left;
}

.banner_button_full {	
	width:184px;
	height:140px;
}

.banner_button_full .box {
	width:7px;
	height:7px;
	float:left;
}
.banner_button_full .texto {
	float:left;
	width:521px;
	height:55px;
	margin-left:16px;
	_margin-left:8px;
	margin-top:-11px;
}
.detalhes_materia_beleza .parceiros_button_vertical {
	margin:0 13px 7px 16px;
	_margin:0 13px 7px 8px;
	width:184px;
	height:110px;
	overflow:hidden;
	float:left;
}

.banner_abaixo_full {	
	width:184px;
	margin-top:33px;
}

.banner_abaixo_full .box {
	width:7px;
	height:7px;
	float:left;
}
.banner_abaixo_full .texto {
	float:left;
	width:521px;
	height:60px;
	margin-left:16px;
	_margin-left:8px;
	margin-top:-11px;
	margin-bottom:10px;
}

.texto_parceiros {
	padding: 2px 7px 11px 8px;
	margin-top:10px;
	font:bold 12px Tahoma, Geneva, sans-serif;
	width:618px;
	font:bold 12px;
	height:auto;
	background:#F2E1D9;
}