
	* {
		margin: 0px; border: 0px; padding: 0px;
		font-family: Tahoma, Arial;
		list-style: none;
	}
	
	/*//////////////////////////////////////////////////////////
	
	Página inicial
	
	///////////////////////////////////////////////////////////*/	
	
	.body_index {
		background: #5a4123;
		text-align: center;
		width: 100%; height: 100%;
	}
	
	#lblindex {
		margin: 0px auto;
		width: 779px;
	}
	
	#lblindex li {
		text-align: center;
		padding-top: 60px;		
		display: block;
	}
	
	.links {  
		font-size: 11px; 
		color: #FFF; 
		text-decoration: none
	}
	
	.copyright {
		font-size: 11px;
		color: #996633
	}
	
	/*//////////////////////////////////////////////////////////
	
	Home
	
	///////////////////////////////////////////////////////////*/
	
	.body {
		margin-top: 0px;
		margin-bottom: 0px;
		background: url(../imgs/fundo_2.jpg) center no-repeat #43311a;
		margin-left: 0px;
		margin-right: 0px;
		text-align: center;
	}
	
	#Layer1 {
		position:absolute;
		left:0;
		top:-20px;
		width:1027;
		height:768;
		z-index:1;
	}
	
	#lblsite {
		position:absolute;
		left:-120px;
		top:-113px;
		width:1024;
		height:773px;
		z-index:1;
		text-align: center;
	}