@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	
}

body{

	font-family: Arial;


}


.main_container {
	width: 100%;
	min-height: 600px;
	
	
}

.topo {
	width: 100%;
	height: 115px;
	margin-bottom: 5px;
	
}

.flash_topo {
	
	width: 1003px;
	margin: 0 auto;

	
	
}

.inferior {
	
	height: 200px;
	background:url(img/fundo_inferior.jpg) repeat-x;
	margin-bottom: 5px;

}

.flash_inferior {
	

	width: 1003px;
	margin: 0 auto;

	
	
}


.conteudo {
	width: 1003px;
	margin: 0 auto;
	margin-bottom: 10px;
	
}


.receitas {
	width: 310px;
	height: 265px;



	display:block;
	float:left;
}

.receitas_conteudo {
	width: 300px;
	margin: 5px;
	display:block;
	
}



.receitas_conteudo p {

	font-size:11px;
	float:left;
	
}

.barra_produtor {
	width:678px;
	position:relative;
	margin-left: 5px;
	float: left;
	margin-bottom: 10px;
	
}

.barra_icones {
	width: 100%;
	height: 150px;
	float:left;
	margin:0 auto;
	margin-bottom: 10px;
	
}

.rodape {
	
	width: 100%;
	clear:both;
	background:#060;
	height: 60px;

	
}

.rodape p{
	color:#FFF;
	font-size:14px;
	margin: 0 auto;
	width: 500px;
	padding: 15px;
	
}

.erro {
	width: 1003px;
	height: 200px;
	background:#FFECEC;
	border: thin solid #F00;
	padding-left: 45px;
	
	
}

.erro h2{
	color:#F00;
	font-weight:bold;
	font-size:4em;
}

.erro p {
	color:#F00;
	font-size:15px;
	display:block;
	
}


.dicas {
	
}

.dicas h1 {
	color:#9C0;
}

.dicas ul{
	display:block;
	border: thin solid #9C3;
	width: 250px;
	background:#F3FEE2;
	margin: 10px;
	padding: 10px;
	
}

.dicas li {
	list-style:none;
	margin-left: 15px;
	
}

.dicas p {
	font-size: 12px;
	
}
.dicas small {
	margin: 10px;
	display:block;
	
}

.dicas a:link {
	font-size: 11px;
	font-weight: bold;
	color:#9C0;
	
}

.dicas a:hover {
	font-size: 11px;
	font-weight: bold;
	color:#9C9;
	font-size: 11px;
	
}

.dicas a:visited {
	font-size: 11px;
	font-weight: bold;
	color:#9C9;
	font-size: 11px;
	
}