@font-face {
	font-family: "Lilly";
	src: url("../fontes/Little days.ttf");
}


body { 
  background:       url(../imagens/planodefundo.png) repeat;
  font-family:      Verdana, Georgia, "Times New Roman", Times, serif;
  margin:           0px;
}



#corpo {
	background-color: white;
	border-color: black;
	border-width: 3px;
	border-style: dashed;
	border-radius: 45px;
	margin-top: 50px;
	margin-left: 50px;
	margin-right: 50px;

}

#TabelaDeBotoes {
	
	display: table;
padding-top: 20px;
padding-left: 20px;
}

#LinhaDeBotoes {
	display:table-row;

}



.Botao {

display: table-cell;
width: 195px;
text-align: center;
background-color: #78CEC1;

font-weight: bold;
font-family: "Lilly";
font-size: 32px;
border-style:solid solid solid solid;
border-color: #404040;
border-width: 1px;
vertical-align: center;
line-height: 1.5em;

}

#LinhaDeBotoes a:link {
color: #404040;
}

#LinhaDeBotoes a:visited {
color: #404040;
}

#LinhaDeBotoes a:hover {
color: white;
}


.FotoProduto {

	margin: 10px;
}

.texto {

	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

.centrodasfotos {
text-align: center;
}

.FotoGrande {
text-align: center;
margin: 30px;
}

.TextoFoto {
text-align: center;
margin: 30px;
}