/*
página de quem somos
*/
div#logo{
	background-image:url(../img/maccheroni.jpg);
	height:200px;
	width:179px;
	float:right;
	margin:5px;
	margin-top:10px;
}
/*
página de produtos
*/
div.foto_texto{	
	height:155px;
	width:562px;	
	margin:3px;
}
div.texto_produto{
	height:150px;	
	width:340px;
	float:left;
	margin:3px;
}

div#agnalotti{
	background-image:url(../img/agnalotti.jpg);
	height:140px;
	width:200px;
	float:left;
	margin:5px;
}
div#canelone{
	background-image:url(../img/canelone.jpg);
	height:140px;
	width:200px;
	float:left;
	margin:5px;
}
div#cappelletti{
	background-image:url(../img/cappelletti.jpg);
	height:140px;
	width:200px;
	float:left;
	margin:5px;
}
div#fangottini{
	background-image:url(../img/frangottini.jpg);
	height:140px;
	width:200px;
	float:left;
	margin:5px;
}
div#lasanha{
	background-image:url(../img/lasanha.jpg);
	height:140px;
	width:200px;
	float:left;
	margin:5px;	
}
div#nhoque{
	background-image:url(../img/nhoque.jpg);
	height:140px;
	width:200px;
	float:left;
	margin:5px;
} 
div#ravioli{
	background-image:url(../img/ravioli.jpg);
	height:140px;
	width:200px;
	float:left;
	margin:5px;		
}
div#rondelle{
	background-image:url(../img/rondelle.jpg);
	height:140px;
	width:200px;
	float:left;
	margin:5px;	
} 
div#torteloni{
	background-image:url(../img/torteloni.jpg);
	height:140px;
	width:200px;
	float:left;
	margin:5px;	
}

	

