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

	body {
		font-family: 		"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	}
	
	.floatLeft {
		float: 				left;
	}
	
	.clear {
		clear: 				both;
	}
	
	address {
		font-style:			normal; 		
	}
	
	#wrapper {
		width: 				1000px;
		margin:				0 auto;
		position: 			relative;
	}
	
	#header {
	
	}
	
	#footer {
		
	}
	
	tr.oferta {
		background: 		#ddd;
	}
	
	#carrito {
		float:				right;
		width:				150px;
		text-align: 		right;
		border-left:		1px solid #ccc;
		min-height:			600px;
		padding-left:		5px;		
	}
	
	body.pedido form {
		margin-right:		165px;
	}
	
	#dire {
		width:				300px;
	}
	
	#total {
		font-weight: 		bold;
		color: 				white;
		background: 		#F17D00;
		font-size: 			2.2em;
		padding:			3px;
	}
	
	ul#pedido h1.closed {
		font-size: 			1.1em;
	}
	
	#pie  li {
		margin-right:		15px;
	}
	
	#pie  li, #pie ul {
		display: 			inline;
	}
	
	li.step {
		overflow:			hidden;
	}
	
	#menu {
		margin-top:				15px;
	}
	
	#contenido {
		position: 				relative;
		top:					20px !important;
		top:					-20px;
	}
	
	body.contacto #enlaces {
		
		margin-bottom:			30px;
		
	}
	
	body.contacto #enlaces a {
		text-decoration:		none;
	}