@charset "utf-8";
/* CSS Document */

/* Regras Gerais
   -------------------------------- */
   
body{
	font-size: 12px;
}
   
p{
	font-size:12px;	
	text-align: justify;
}

a{
	color:#666;
	font-size:12px;
}

#titulo{
	width: 100%;
	text-align:right;
	height::60px;
}

/* Navigation
   -------------------------------- */

#navigation {
	height: 33px;
	float: right;
	width: 425px;
	font-size: 13px;
}

/* Menu Secundário
   -------------------------------- */
   
ul.menuSecundario {
	font-size: 12px;
	list-style: none;
	padding-left: 0px;
}

ul.menuSecundario li a {
	font-size: 12px;
	color:#666;
	text-decoration:none;
}

/* Sou + Belem
   ---------------------------------- */
   
table.regulamento {border-collapse: collapse;}
table.regulamento tr td {border:1px solid #000; font-size: 12px;}

/* Casa e Cozinha
   ---------------------------------- */
   
ul.ingredientes{
	font-size:12px;
}
