/*-----------------------------------------------------------------------------
autor: Luan Garcia

-----------------------------------------------------------------------------*/

/* =Reset
-----------------------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
fieldset {
	display:block;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	/*font-family: Georgia;*/
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;}

a:link, a:visited { color: #137dbb; text-decoration: none;}

a:hover, a:active { color: #137dbb; text-decoration: underline;}

/* =Hacks
-----------------------------------------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	height:1%;
}

.clear {
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

.msg_erro {
	border: 1px solid #af0000;
	color: #af0000;
}

p.txt_erro {
	position: absolute;
	top: 25px;
	left: 12px;
	color: #af0000;
	font-weight: bold;
}

.replace {
	overflow: hidden;	
}

.replace a {
	display:block;
	width: 100%;
	height: 100%;	
}

.replace strong {
	position: absolute;
	top: -9999px;	
}

#conteudo input.noBorder {
	background: none;
	border: none;
	font-weight: normal;
}


/* =Elementos HTML
-----------------------------------------------------------------------------*/
body {
	background: url(../img/bg_site.gif) repeat-x top left #fff;
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #676767;
}

#container {
	background: url(../img/bg_header.jpg) no-repeat 0 0;
	width: 995px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 26px;
}

/*------------- TOPO - INICIO*/

#topo {
	height: 209px;
	position: relative;
	z-index: 99;
}

h2.logo {
	background: url(../img/logo.gif) no-repeat 0 0;
	width: 169px;
	height: 149px;
	overflow: hidden;
	margin: 0 0 0 22px;
	float: left;
	display: inline;
}

h2.logo a {
	display: block;
	width: 100%;
	height: 100%;
}

h2.logo a strong {
	position: absolute;
	visibility: hidden;
	margin-top: -9999px;
}

.login, div.esqueceu_senha {
	float: right;
	margin-right: 76px;
	display: inline;
	position: relative;
}

.logado {
	background: url(../img/bg_logado.gif) no-repeat 0 0;
	width: 223px;
	height: 25px;
	position: absolute;
	top: -26px;
	right: 79px;
}

.logado .nome {
	float: left;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0 0 12px;
}

.logado .sair {
	float: right;
	width: 39px;
	height: 25px;
	overflow: hidden;
}

.logado .sair a {
	display: block;
	width: 100%;
	height: 100%;
}

.logado .sair em {
	visibility: hidden;
	margin-top: -9999px;
	position: absolute;
}

div.esqueceu_senha input {
	width: 152px;
	float: left;
}

div.esqueceu_senha p.txt {
	clear: both;
	font-size: 11px;
	font-family: "Trebuchet MS";
	padding:  2px 0 0 2px;
	color: #137dbb;
}

div.esqueceu_senha p.txt_erro {
	color: #a63300;
	margin-left: -12px;
}

div.esqueceu_senha p.txt_sucesso {
	color: #598c01;
}


#topo p.bt_ok {
	background: url(../img/bt_ok.gif) no-repeat 0 0;
	width: 33px;
	height: 22px;
	overflow: hidden;
	float: left;
}

#topo p.bt_ok a {
	display: block;
	width: 100%;
	height: 100%;
}

#topo p.bt_ok a strong {
	position: absolute;
	visibility: hidden;
	top: -9999px;
}

.login input {
	float: left;
	margin-left: 10px;
}

.login input.email {
	width: 152px;
}

.login input.senha {
	width: 119px;
}

.login p.esqueceu_senha {
	clear: both;
	font-size: 11px;
	font-family: "Trebuchet MS";
	padding:  2px 0 0 204px;
}

.menu_principal {
	padding-top: 26px;
	float: left;
	width: 615px;
	position: relative;
}

.menu_principal ul {
	height: 28px;
	overflow: hidden;
}

.menu_principal li {
	float: left;
	height: 28px;
	overflow: hidden;
}

.menu_principal li a {
	display: block;
	height: 100%;
}


.menu_principal li a strong {
	visibility: hidden;
	position: absolute;
	top: -9999px;
}

.menu_principal li.pagina_inicial a {
	background: url(../img/menu_abas/pagina_inicial.gif) no-repeat 0 0;
	width: 125px;
}

.menu_principal li.seu_programa a {
	background: url(../img/menu_abas/seu_programa.gif) no-repeat 0 0;
	width: 137px;
}

.menu_principal li.receitas a {
	background: url(../img/menu_abas/receitas.gif) no-repeat 0 0;
	width: 109px;
}

.menu_principal li.revista a {
	background: url(../img/menu_abas/revista.gif) no-repeat 0 0;
	width: 109px;
}

.menu_principal li.o_programa a {
	background: url(../img/menu_abas/o_programa.gif) no-repeat 0 0;
	width: 135px;
}

.menu_principal li a:hover {
	background-position: 0 -32px;
}

.menu_principal li a.ativo,
.menu_principal li a.ativo:hover {
	background-position: 0 -64px;
}

.menu_principal .submenu {
	background: url(../img/menu_abas/bg_submenu.gif) repeat-x 0 0;
	position: absolute;
	top: 60px;
	left: 166px;
	height: 23px;
	overflow: hidden;
	z-index: 999;
}

.submenu .border_left {
	background: url(../img/menu_abas/submenu_aba_esq.gif) no-repeat 0 0;
	width: 8px;
	height:23px;
	float: left;
}

.submenu .border_right {
	background: url(../img/menu_abas/submenu_aba_direita.gif) no-repeat 0 0;
	width: 10px;
	height:23px;
	float: left;
}

.submenu ul {
	float: left;
	position: relative;
}

.submenu li {
	height: 23px;
	overflow: hidden;
	float: left;
}

.submenu li a {
	display: block;
	width: 100%;
	height: 100%;
}

.submenu li a strong {
	visibility: hidden;
	position: absolute;
	top: -999px;
}

.submenu li.alimentacao a{
	background: url(../img/menu_abas/submenu_alimentacao.gif) no-repeat 0 0;
	width: 91px;
}

.submenu li.fitness a{
	background: url(../img/menu_abas/submenu_fitness.gif) no-repeat 0 0;
	width: 63px;
}

.submenu li.estilo a{
	background: url(../img/menu_abas/submenu_estilo.gif) no-repeat 0 0;
	width: 102px;
}

.submenu li.saude a{
	background: url(../img/menu_abas/submenu_saude.gif) no-repeat 0 0;
	width: 46px;
}

.submenu li a:hover {
	background-position: 0 -23px;
}

.submenu li a.ativo,
.submenu li a.ativo:hover {
	background-position: 0 -23px;
}

.busca {
	float: left;
	margin: 25px 0 0 80px;
	display: inline;
}

.busca input {
	float: left;
	width: 183px;
}

/* -------------- TOPO - FIM*/

#conteudo {
	overflow: hidden;
	zoom: 1;
	margin-top: 15px;

}

/* ELEMENTOS DE FORMULARIOS - INICIO*/

input {
	background: url(../img/bg_input.gif) repeat-x 0 0;
	font: 11px "Trebuchet MS";
	color: #a09d9f;
	border: 1px solid #bfbebe;
	padding: 2px 3px;
	height: 16px;
}


/* ELEMENTOS DE FORMULARIOS - FIM*/

/* RODAPÉ - INICIO*/

#rodape {
	background: url(../img/bg_rodape.gif) repeat-x 0 0;
	width: 100%;
	height: 144px;
	margin-top: 58px;
}

#rodape ul {
	width: 515px;
	margin: 0 auto;
	padding-top: 40px;
	overflow: hidden;
}

#rodape h6 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	margin-top: 5px;
	padding: 0 23px;
}

#rodape li {
	float: left;
	border-right: 1px solid #6d6d6d;
	height: 25px;
}

#rodape li.ultima {
	border: none;
}

#rodape h6 a,
#rodape h6 a:visited {
	color: #666;
	text-decoration: underline;
}

/* RODAPÉ - FIM*/

/*----------- BOTOES COMUNS*/

p.saiba_mais {
	font-size: 10px;
}

p.saiba_mais a,
p.saiba_mais a:visited {
	background: url(../img/ico_saiba_mais.gif) no-repeat 0 4px;
	color: #a09d9f;
	padding-left: 11px;
	float: left;
}

p.saiba_mais a:hover {
	background-position: 0 -17px;
}

p.bt_imprimir {
	background: url(../img/botoes/bt_imprimir.gif) no-repeat 0 0;
	width: 106px;
	height: 37px;
	overflow: hidden;
}

p.bt_imprimir a {
	display: block;
	width: 100%;
	height: 100%;
}

p.bt_imprimir a strong {
	visibility: hidden;
	position: absolute;
	top: -9999px;
}

p.bt_enviarAmigo {
	background: url(../img/botoes/bt_enviarAmigo.gif) no-repeat 0 0;
	width: 187px;
	height: 40px;
	overflow: hidden;
}

p.bt_enviarAmigo a {
	display: block;
	width: 100%;
	height: 100%;
}

p.bt_enviarAmigo a strong {
	visibility: hidden;
	position: absolute;
	top: -9999px;
}

/*-------- COLUNAGEM DAS PAGINAS - INICIO */

.coluna_principal {
	width: 810px;
	float: left;
}

.coluna_secundaria {
	width: 176px;
	float: right;
}
/*-------- COLUNAGEM DAS PAGINAS - FIM */


/*---- INICIO DA COLUNA SECUNDARIA DE RECEITAS*/

.bot_receitas {
	border: 1px solid #e0e0e0;
	padding-bottom: 25px;
	text-align: center;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 18px;
}

.bot_receitas h4 {
	height: 49px;
	background-color: #eceae7;
	color: #a49e94;
	font-size: 19px;
	text-align: center;
	padding-top: 11px;
	line-height: 18px;
	margin-bottom: 23px;
}

.bot_receitas h4 strong {
	font-size: 18px;
}

.bot_receitas .receita {
	width: 152px;
	margin: 0 auto 16px auto;
	padding: 0 0px 22px 2px;
	border-bottom: 1px solid #e0e0e0;
	text-align: left;
	overflow: hidden;
}

.bot_receitas .receita a.img_receita {
	float: left;
	margin-right: 7px;
	width: 61px;
	height: 49px;
	overflow: hidden;
}

.bot_receitas .receita h6 {
	float: right;
	width: 83px;
	margin-bottom: 4px;
	line-height: 13px;
}

.bot_receitas .receita h6 a,
.bot_receitas .receita h6 a:visited {
	font-weight: bold;
	color: #ff9900;

}

.todas_receitas a,
.todas_receitas a:visited {
	color: #a09d9f;
	font-weight: bold;
	outline: none;
}

.bot_receitas .receita p.saiba_mais {
	width: 83px;
	float: right;
}

/*-------- COLUNA SECUNDARIA DE RECEITAS - FIM */

/*-*------ COLUNA NOTA INICIO*/

.coluna_nota {
	background: url(../img/coluna_notas_bg.gif) repeat-y 0 0;
	width: 260px;
	float: right;
	margin-top: 0px;
}

.coluna_nota .head_nota {
	background: url(../img/coluna_notas_head.gif) no-repeat 0 0;
	width: 260px;
	height: 79px;
	overflow: hidden;
	margin-bottom: 15px;
}

.coluna_nota .bottom {
	background: url(../img/coluna_notas_bottom.gif) no-repeat bottom left;
	width: 260px;
	height: 41px;
}

.head_nota h3.tit_nota {
	color: #f9925f;
	font-size: 18px;
	font-weight: bold;
	border: none;
	margin: 35px 0 0px 30px;
	padding: 0px;
}

.head_nota p {
	font-size: 13px;
	font-weight: bold;
	margin-left: 30px;
	color: #a49e94;
}

.coluna_nota .valores_nutricionais {
	width: 245px;
	margin-left: 8px;
}

.valores_nutricionais h4 {
	font-size: 14px;
	font-weight: bold;
	color: #a49e94;
	border-bottom: 1px solid #e0e0e0;
	padding: 0 0 5px 20px;
	margin-bottom: 35px;
}

.valores_nutricionais table {
	color: #a09d9f;
	font-size: 11px;
	font-weight: bold;
}

.valores_nutricionais table td {
	height: 22px
}

.valores_nutricionais table td.esq {
	padding-left: 25px;
	width: 147px;
}

.valores_nutricionais table td.dir {
	padding-right: 25px;
	width: 48px;
	text-align: right;
}

.valores_nutricionais table tr.bg td {
	background-color: #efefef;
	height: 15px;
}

.valores_nutricionais p.legenda {
	font-size: 10px;
	color: #a49e94;
	font-style: italic;
	margin: 7px 0 0 29px;
}

/*-*------ COLUNA NOTA FIM*/

/* ----- COLUNA DE MATERIAS INICIO*/

.materias_relacionadas {
	width: 240px;
	float: right;
	margin-top: -18px;
}

.materias_relacionadas h3.tit {
	color: #f9925f;
	font-size: 18px;
	font-weight: bold;
	border: none;
	padding: 0px;
}

.materias_relacionadas li {
	background: url(../img/bullet_materias_relacionadas.gif) no-repeat 0 5px;
	padding-left: 15px;
	margin-bottom: 13px;
}

.materias_relacionadas li a,
.materias_relacionadas li a:visited {
	color: #a49e94;
}



/* ----- COLUNA DE MATERIAS FIM*/

/*--------- BOX ENVIAR PARA UM AMIGO INICIO*/

#enviar_amigo, #fale-conosco {
	width: 521px;
	overflow: hidden;
	/*height: 240px;*/
}

.enviar_amigo, .fale-conosco {
	background: url(../img/enviar_amigo/bg_repeat.gif) repeat-y 0 0;
	width: 521px;
	position: relative;
	overflow: hidden;
	zoom: 1;
	padding-bottom: 5px;
}

#enviar_amigo .bg_topo,
#fale-conosco .bg_topo {
	background: url(../img/enviar_amigo/bg_topo.gif) no-repeat 0 0;
	width: 521px;
	height: 13px;
	overflow: hidden;
}

#enviar_amigo .bg_bottom,
#fale-conosco .bg_bottom {
	background: url(../img/enviar_amigo/bg_bottom.gif) no-repeat 0 0;
	width: 521px;
	height: 13px;
}

#enviar_amigo p.bt_fechar,
#fale-conosco p.bt_fechar {
	background: url(../img/enviar_amigo/bt_fechar.gif) no-repeat 0 0;
	width: 18px;
	height: 18px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 11px;
}

#enviar_amigo p.bt_fechar a,
#fale-conosco p.bt_fechar a {
	display: block;
	width: 100%;
	height: 100%;
}

#enviar_amigo p.bt_fechar strong,
#fale-conosco p.bt_fechar strong {
	position: absolute;
	visibility: hidden;
	top: -9999px;
}

#enviar_amigo h3,
#fale-conosco h3 {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	color: #d16042;
	padding: 15px 0 0 198px;
	margin-bottom: 25px;
	border: none;
}

#enviar_amigo label,
#fale-conosco label {
	color: #8c8c8c;
	font-size: 13px;
	font-weight: bold;
	width: 140px;
	text-align: right;
	margin: 5px 20px 0 40px;
	float: left;
	_margin-left: 36px;
}

#enviar_amigo input ,
#fale-conosco input{
	width: 234px;
}

#enviar_amigo .cont_form ,
#fale-conosco .cont_form {
	clear: both;
	overflow: hidden;
	zoom: 1;
	padding-bottom: 12px;
}

#enviar_amigo p.bt_enviar_amigo,
#fale-conosco p.bt_enviar {
	background: url(../img/enviar_amigo/bt_enviar.gif) no-repeat 0 0;
	width: 140px;
	height: 40px;
	overflow: hidden;
	float: right;
	margin-right: 80px;
	display: inline;
}

#enviar_amigo p.bt_enviar_amigo a,
#fale-conosco p.bt_enviar a {
	display: block;
	width: 117px;
	height: 40px;
}

#enviar_amigo p.bt_enviar_amigo strong,
#fale-conosco p.bt_enviar strong {
	visibility: hidden;
	position: absolute;
	top: -9999px;
}

#enviar_amigo p.enviando,
#fale-conosco p.enviando  {
	margin-right: 57px;
}

#enviar_amigo p.enviando a,
#fale-conosco p.enviando a {
	background: url(../img/ajax-loader.gif) no-repeat center right;
	padding-right: 20px;
}

#enviar_amigo p.msg_envio_sucesso,
#fale-conosco p.msg_envio_sucesso {
	position: absolute;
	bottom: 10px;
	left: 40px;
	color: #007f06;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}


/*--------- BOX ENVIAR PARA UM AMIGO FIM*/

.anterior_proximo {
	font-size: 16px;
	font-weight: bold;
}

.anterior_proximo ul {
	margin-left: 30px;
}

.anterior_proximo ul,
.anterior_proximo ul li {
	float: left;
	display: inline;

}

.anterior_proximo span {
	font-size: 23px;
}

.anterior_proximo .anterior a,
.anterior_proximo .anterior a:visited,
.anterior_proximo .proximo a,
.anterior_proximo .proximo a:visited {
	display: block;
	position: relative;
	z-index: 10;
	text-decoration: none;
	overflow: hidden;
	zoom: 1;
	width: 100px;
	position: relative;
	cursor: hand;
	padding-bottom: 2px;
	color: #6b93af;
}

.anterior_proximo a.desabilitado,
.anterior_proximo a.desabilitado:visited {
	color: #ddd;
}

.anterior_proximo .anterior {
	float: left;
	width: 31px;
}

.anterior_proximo .anterior span {
	float: left;
	margin-right: 4px;
}

.anterior_proximo .proximo {
	float: right;
}
.anterior_proximo .proximo strong,
.anterior_proximo .proximo span {
	float: left;
}

.anterior_proximo .proximo span {
	margin-left: 4px;
}

.anterior_proximo ol {
	float: left;
	width: 365px;
	margin-left: 280px;
	_margin-left: 175px;
}

.anterior_proximo ol li {
	float: left;
	overflow: hidden;
	zoom: 1;
	margin-right: 13px;
	width: 23px;
	text-align: center;
}

.anterior_proximo ol li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	padding: 4px 0;
	color: #6b93af;
}


.anterior_proximo ol li a:hover,
.anterior_proximo ol li.inativo a {
	color: #6b93af;
	background-color: #ddd;
	text-decoration: none;
}

.anterior_proximo ol li.ativo a,
.anterior_proximo ol li.ativo a:hover {
	background-color: #6b93af;
	color: #fff;
}

p.bt_ok {
	background: url(../img/botoes/bt_ok.gif) no-repeat 0 0;
	width: 33px;
	height: 24px;
	overflow: hidden;
}

p.bt_ok a {
	display: block;
	width: 100%;
	height: 100%;
}

p.bt_ok a strong {
	visibility: hidden;
	position: absolute;
	top: -9999px;
}

.replace {
	overflow: hidden;	
}

.replace a {
	display:block;
	width: 100%;
	height: 100%;	
}

.replace strong {
	position: absolute;
	top: -9999px;	
}


/*
----- FIELDSET INICIO ---
*/

.fieldset {
	position: relative;
	overflow: hidden;
	zoom:1;	
	margin-bottom: 20px;
}

.fieldset .legend {
	background: url(../img/fieldset/border-repeat-legend.gif) repeat-x 0 0;
	height: 24px;
	overflow: hidden;
	position: relative;	
}

.legend .border-left {
	background: url(../img/fieldset/border-top-left.gif) no-repeat 0 0;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	width: 11px;
	height: 24px;
}

.legend .border-right {
	background: url(../img/fieldset/border-top-right.gif) no-repeat 0 0;
	position: absolute;
	top: 0px;
	right: 0px;
	overflow: hidden;
	width: 12px;
	height: 24px;
}

.legend h3 {
	background-color: #fff;
	float: left;
	font: bold  14px "Arial";
	color: #154872;	
	text-transform: uppercase;
	margin: 0px 0 0 20px;
	padding: 0 20px;
	display: inline;
}

.fieldset .form-conteudo {
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	position: relative;
	overflow: hidden;
	zoom: 1;
	padding: 0 0 0 40px;
}

 .form-conteudo p.descricao {
 	color: #9b9b9b;
	font: italic  11px "Arial";
	margin: 0px 0 20px 0px;
	position: relative;
 }

.fieldset .footer {
	background: url(../img/fieldset/border-repeat-bottom.gif) repeat-x 0 0;
	height: 11px;
	position: relative;
}

.footer .border-left {
	background: url(../img/fieldset/border-bottom-left.gif) no-repeat 0 0;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	width: 11px;
	height: 11px;
}	

.footer .border-right {
	background: url(../img/fieldset/border-bottom-right.gif) no-repeat 0 0;
	position: absolute;
	top: 0px;
	right: 0px;
	overflow: hidden;
	width: 12px;
	height: 11px;
}	

.form-conteudo label {
	color: #137dbb;
	font: bold 12px "Arial";
	float: left; 
	margin: 3px 15px 0 0;
	text-align: right;	
 }
 
.form-conteudo p.bt-generico {
	background: url(../img/bg-bt-generico.gif) repeat-x 0 0;
	height: 24px;
	border: 1px solid #b8bbc2;
	float: left;
	margin-top: -2px;
	position: relative;
}

.form-conteudo p.bt-generico a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	font-weight: bold;
}


span.obs {
	color: #137dbb;
	font-size: 10px;
}

span.msg-erro {
	color: #cf4e00;
	font-size: 10px;
	font-weight: bold;
}


.linha {
 	clear: both;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 15px;
}

.colunagem {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 15px;
	float: left;
}

.bt-buscar {
	background: url(../img/fieldset/bt-buscar.gif) no-repeat 0 0;
	width: 129px;
	height: 45px;
}

/*
----- FIELDSET FIM ---
*/