/* Folha de Estilo para a Home Page */


#Caixa_Empadinha
	{
	top: 10px;
	left: 10px;
	position: absolute;
	width: 140px;
	}

#Caixa_Cabec
	{
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
	background-color: #830D0D;
	line-height: 160%;
	font-size: 40px;
	color: yellow;

	}
	
#Caixa_MenuHome
	{
	top: 64px;
	left: 0px;
    height: 32px;
	position: absolute;
	width: 100%;
	background-color: #FBF891;
	line-height: 160%;
	color: darkred;
	}
	
#Caixa_Corpo
	{
	top: 100px;
	left: 10px;
	right: 10px;
	visibility: visible;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	width: 90%;
	font-size:medium;
	line-height: 135%;
	}		

#Caixa_Fundo
	{
	top: 100px;
	/*left: 10px;*/
	right: 0px;
	visibility: visible;
	position: absolute;
	width: 100%;
	}		


/* Estilos Gerais */	
	
A:link {color: darkred;}
A:visited {color: brown;}
A:hover {color: red;}
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}


body	{	

	background-color: rgb(255,255,255);
	/*rgb(51, 0, 0);*/

	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	/* font-family: Times, Times New Roman, serif */
	font-size: 18px;
	line-height: 180%;
	color: brown;
	
	};


 

