﻿.barra_central .receita_do_mes {position:relative;height:321px;}
.barra_central .receita_do_mes .imagem {position:absolute;left:0;top:0;margin-top:-23px;margin-left:15px;}
.barra_central .receita_do_mes .imagem_meio {position:absolute;left:0;top:0;margin-top:92px;margin-left:65px;}
.barra_central .receita_do_mes .imagem_baixo {position:absolute;left:0;top:0;margin-top:156px;margin-left:15px;}
.barra_central .receita_do_mes .texto {position:absolute;width:120px;left:0;top:0;margin-top:75px;margin-left:362px;}
.barra_central .receita_do_mes .texto_sem_receita {position:absolute;width:204px;left:0;top:0;margin-top:30px;margin-left:312px;}

.livro_receitas {background:url(../img/bgr_livro_receitas.jpg) no-repeat;width:490px;height:225px;margin:0 auto 0 auto;}
.livro_receitas .livro_conteudo {height:85px;padding:5px 0 0 220px}
.livro_receitas .livro_conteudo p {width:190px;}
.livro_receitas .links {width:270px;height:20px;padding:0 0 15px 205px;}
.livro_receitas .links .acessar {float:left;width:115px;margin-right:15px;}
.livro_receitas .links .criar {float:left;width:115px;}

.procurando_receitas {background:url(../img/bgr_procurando.jpg) no-repeat;width:490px;height:175px;margin:0 auto 0 auto;}
.procurando_conteudo {width:245px;height:66px;padding:10px 0 0 185px;}
.procurando_receitas .titulo {float:left;width:110px;margin-right:10px;}
.procurando_receitas .texto {float:left;width:115px;}
.procurando_receitas .links {clear:both;padding:10px 0 0 290px;}

.box1 {width:177px;height:335px;margin:50px auto 0 auto;}
.box1 .titulo {width:150px;padding-left:20px;}
.box1 .texto {width:150px;padding-left:20px;}
.box1 .box_imagem {position:relative;width:197px; height:181px;}
.box1 .imagem {position:absolute;top:0;left:-25px;margin-top: -10px }

.box2 {width:177px;height:168px;margin:20px auto 0 auto;padding-bottom:20px;}
.box2 .titulo {width:145px;padding-left:20px;}
.box2 .texto {width:145px;margin-bottom:20px;padding-left:20px;}

#fundo_modal
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
	background: #727C27;
	width: 100%;
	_width: 1600px;
	height: 1200px;
	opacity: 0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
}
#modal
{
	position: fixed;
	z-index: 100001;
	top: 50%;
	left: 50%;
	margin-left:-206px;
	margin-top:-168px;
}
