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

body {
		background-image:url(../imagens/background.jpg);
		background-attachment:fixed;
				}

table#gourmet{
	background-color:rgba(0,0,0,0.7);
	width:980px;		
	}

	
.quadro{
	background-color:black;
	width:450px;
	height:380px;
	border:1px solid white;
	margin:0px;
	


		}
		
figure.prod_gourmet{
	margin:0 auto;
	box-sizing:border-box;
	width:450px;
	height:340px;
	padding:20px 0px 20px 0px;
	position:relative;
	
	}
	
figure.prod_gourmet h3 {
	color:#FAAE3C;
	font-size:24px;
	padding-left:10px;
	}		 
figure.prod_gourmet figcaption{ 
	position:absolute;
	bottom:0px;
	background-color: rgba(0,0,0,0.7);
	color:#FFF;
	width:100%;
	box-sizing:border-box;
		
	}


	
		
		