
	html * {
		margin:				0;
		padding: 			0;
		border: 			none;
		list-style: 		none;
		font-size: 			1em;
	}

	body {
		font-family: 		"Lucida Grande", "Lucida Sans Unicode", sans-serif;
		width:				753px;
	}
	
	.floatLeft {
		float: 				left;
	}
	
	.clear {
		clear: 				both;
	}
	
	address {
		font-style:			normal; 		
	}
	
	#top, #bottom {
		width:				568px;
		height: 			185px;
		overflow: 			hidden;
	}
	
	#top li, #bottom li {
		width:				185px;
		height:				185px;
		background: 		#e5e5e5;
		margin-right: 		4px;
		float: 				left;
	}
	
	#bottom, #bottom li {
		height: 			118px;
	}
	
	#bottom, #banner {
		margin-top: 		14px;
	}
	
	.infoAnuncio {
		padding:			10px;
		padding-top:		2px;
		font-size: 			11px;
		letter-spacing: 	-1px;
	}
	
	#right {
		position:			absolute;
		right:				0;
		top:				316px !important;
		top:				328px;
	}
