/*	
	^.^ 
	Remake del viejo saborasorpresa.com.ar
		v.1.0.0
		01/12/2006
		royconejo.com.ar
	
	Ladytron - International Dateline
	
	Woke up in the evening
	To the sound of the screaming
	Through walls that were bleeding
	All over me
    
	Untied & weightless
	Unconscious as we cross
	The international dateline
	Let's end it here
    
	Grown tired of the show coast
	And the ones that we toast
	There are no zeroes
	Around here
    
	Untied & weightless
	Unconscious as we cross
	The international dateline
	Let's end it here
    
	Let's end it here
	Let's end it here
	Let's leave her here
	Let's end it here

	Woke up in the evening
	To the sound of the screaming
	Through walls that were bleeding
	All over me

	Untied & weightless
	Unconscious as we cross
	The international dateline
	Let's end it here

	Let's end it here
	Let's end it here
	Let's leave her here
	Let's leave her here
    
	Let's end it here
	Let's end it here
	Let's leave her here
	Let's leave her here
	
*/

	body 
	{
		color				:#996633;
		background			:#FFCC66;
		margin				:1em;
	}
	
	a
	{
		color				:#603502;
		text-decoration		:none;
		font-weight			:bold;
		font-style			:italic;
	}
	
	#header, #menu_h
	{
		width				:100%;
		border				:thin solid #996633;
	}
	
	#header
	{
		background			:#FFDD99;
	}
	
	#header h1, #header i
	{
		margin				:0px;
		font-style			:italic;
	}
	
	#header h1
	{
		color					:#603502;
		padding-top			:0.5em;
		padding-left		:0.5em;
		font-size			:2.8em;
	}
	
	#header i
	{
		display				:block;
		padding-left		:1em;
		padding-bottom		:1em;
		margin-top			:1.3em;
		font-size			:1.3em;
	}
	
	#header_image
	{
		width				:226px;
		height				:126px;
		position			:absolute;
		top					:1.5em;
		right				:1em;
		background-image	:url(img/header.gif);
		background-repeat	:no-repeat;
	}

	#menu_h
	{
		background			:#FAFAFA;
		border-top-style	:none;
		text-align			:right;
		padding				:0px;
		margin				:0px;
	}
	
	#menu_h ul
	{
		display				:inline;
	}
	
	#menu_h li
	{
		margin-right		:2em;
		display				:inline;
	}
	
	#menu_v
	{
		float				:left;
		width				:25%;
		background			:#FFDD99;
		margin-bottom		:2.5em;
		padding-top			:1em;
		padding-bottom		:1em;
		border-right		:thin solid #996633;
		border-left			:thin solid #996633;
		border-bottom		:thin solid #996633;
	}
	
	#menu_v li
	{
		margin-right		:2em;
		margin-bottom		:0.8em;
		border-bottom		:thin solid #996633;
	}

	#product
	{
		padding-left		:30%;
		padding-top			:2em;
		text-align			:justify;
	}
	
	#product h2
	{
		color				:#603502;
		font-size			:1.8em;
		font-style			:italic;
		margin-bottom		:1.2em;
	}
	
	#product ul
	{
		margin-left			:2.2em;
		padding-left		:0px;
		padding-right		:15em;
	}
	
	#product p
	{
		color				:#603502;
		margin-left			:2em;
		margin-right		:7em;
	}
	
	#product b
	{
		color				:#603502;
	}
	
	#product_cost_1, #product_cost_2
	{
		position			:absolute;
		color				:#603502;
		font-weight			:bold;
		font-style			:italic;
	}
	
	#product_cost_1
	{
		top					:30em;
		right				:5em;
	}
	
	#product_cost_2
	{
		top					:31.2em;
		right				:3.5em;
	}
	
	#product_cost_1 b, #product_cost_2 b
	{
		font-size			:1.3em;
	}
	
	#product_image
	{
		width				:256px;
		height				:224px;
		position			:absolute;
		top					:16em;
		right				:3em;
		background-image	:url(img/product.gif);
		background-repeat	:no-repeat;
	}
	
	#clear
	{
		clear					:both;
	}
	
	#footer
	{
		text-align			:right;
		width					:100%;
		background			:#FAFAFA;
		padding				:0em;
		margin				:0em;
		border				:thin solid #996633;
	}
	
	#footer p
	{
		margin				:0px 0.5em 0px 0px;
		padding				:0px;
	}

	#footer b
	{
		color				:#603502;
	}
	
	#links
	{
		text-align			:left;
		width					:100%;
		background			:#FFDD99;
		padding-top			:0.5em;
		padding-bottom		:0.5em;
		border				:thin solid #996633;
		border-top-style	:none;
	}
	
	#links ul
	{
		margin				:0px 1em 0px 1em;
		padding				:0px;
	/*	display				:inline;*/
	}
	
	#links li
	{
		margin-right		:1em;
		display				:inline;
	}
	
	#links a
	{
		color					:#996633;
		font-size			:0.9em;
	}
	
	@import url("browser_specific.css");
	

