@charset "utf-8";
/* Mídia fluida simples
   Nota: a mídia fluida exige a remoção dos seus atributos de comprimento e largura do HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* O IE 6 não oferece suporte a largura máxima; por isso, o padrão de largura deve ser 100% */
.ie6 img {
	width:100%;
}

a:link {
	color: #666; text-decoration:none;
}
a:visited {
	color: #999;
}
a:hover {color: #999;
}
a:active {
	color: #666;
}
img:hover {
	opacity:0.4;
}
/*
	Propriedades de mídia fluida do Dreamweaver
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiração do "Design da Web responsivo", por Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	e Sistema de grade dourada, por Joni Korpi
	http://goldengridsystem.com/
*/

/* Layout para celulares: menor ou igual a 480 px. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.menu{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:60px;
	display: block;
	background-color:;
	}
.buscas{
	clear: both;
	float: ;
	width: 100%;
	height:auto;
	margin-bottom:50px;
	display: block;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	color:#666;
}
.buscas table{
	clear: both;
	float: none;
	width: 100%;
	margin:auto;
	height:auto;
	display: block;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	border:none;
	}
.principal{
	clear: both;
	float: none;
	width: 100%;
	margin:auto;
	margin-bottom:50px;
	height:auto;
	display: inline-block;
	text-align:center;
	}
.principal img{
	clear: both;
	float: none;
	width: 280px;
	height:250px;
	margin-left:10px;
	margin-top:20px;
	height:auto;
	display: inline-block;
	}	
.receitas_titulo{
	width:100%;
	height:40px;
	float:left;
	margin:20px auto 20px auto;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:18px;
	padding-top:10px;
	text-align:center;
	background-color:#EFB810;
}
.detalhesgeralconteudo{
	width:100%;
	height:auto;
	float:left;
	margin:20px auto;
	text-align:center;	
}
/* Layout para tablets: 481 px a 768 px. Herda estilos de: Layout para celulares. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.menu{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:60px;
	display: block;
	background-color:;
	}
.buscas{
	clear: both;
	float: ;
	margin-left: 0;
	width: 100%;
	height:auto;
	margin-bottom:50px;
	display: block;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	color:#666;
}
.buscas table{
	clear: both;
	float: none;
	width: 100%;
	margin:auto;
	height:auto;
	display: block;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	}
.principal{
	clear: both;
	float: none;
	width: 100%;
	margin:auto;
	margin-bottom:50px;
	height:auto;
	display: inline-block;
	text-align:center;
	}
.principal img{
	clear: both;
	float: none;
	width: 280px;
	height:250px;
	margin-left:10px;
	margin-top:20px;
	height:auto;
	display: inline-block;
	}
.receitas_titulo{
	width:100%;
	height:40px;
	float:left;
	margin:20px auto 20px auto;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:18px;
	padding-top:10px;
	text-align:center;
	background-color:#EFB810;
}
.detalhesgeralconteudo{
	width:100%;
	height:auto;
	float:left;
	margin:20px auto;
	text-align:center;	
}	
}

/* Layout para desktops: 769 px até o máximo de 1232 px. Herda estilos de: Layout para celulares e Layout para tablets. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.menu{
	clear: both;
	float: left;
	margin-top:20px;
	margin-bottom:;
	width: 100%;
	height:60px;
	display: block;
	background-color:;
}
.buscas{
	clear: both;
	float: ;
	margin:auto;
	width: 100%;
	height:auto;
	margin-bottom:50px;
	display: block;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#666;
}
.buscas table{
	clear: both;
	width: 60%;
	margin:auto;
	height:auto;
	display: block;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	}
.principal{
	clear: both;
	float: none;
	width: 100%;
	margin:auto;
	margin-bottom:50px;
	height:auto;
	display: inline-block;
	text-align:center;
	}
.principal img{
	clear: both;
	float: none;
	width: 280px;
	height:250px;
	margin-left:10px;
	margin-top:20px;
	height:auto;
	display: inline-block;	
	}	
.receitas_titulo{
	width:100%;
	height:40px;
	float:left;
	margin:20px auto 20px auto;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#FFF;
	padding-top:10px;
	text-align:center;
    background-color: #BB9502;
}
.detalhesgeralconteudo{
	width:100%;
	height:auto;
	float:left;
	margin:20px auto;
	text-align:center;	
}


}