html{
	background-color:#D3D3D3;
	
}

a{
	text-decoration: none;
}

.table_header { 
		background-color:#000000;
		height: 100px;
		width: 1000px;
	}
	
.table_space { 
		background-color:#FFFFFF;
		height: 0px;
		width: 1000px;
	}
	
.table_presentation { 
		background-color:#FFFFFF;
		height: 300px;
		width: 1000px;
	}
	
.table_middle { 
		background-image:url(../images/sfondo_vetrina_menu.png);
		background-repeat: repeat-x;
		height: 50px;
		width: 1000px;
	}

.table_write { 
		background-color:#FFFFFF;
		height: 400px;
		width: 1000px;
	}
	
.table_footer { 
		background-color:#000000;
		height: 70px;
		width: 1000px;
	}
.ffooter{
	font-family: Tahoma, Arial; color:#FFFFFF;
	font-size: 10px;
	font-weight: bold;
}	
