
	/* CSS Reset */

	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
		margin:0;
		padding:0;
	}
	table {
		border-collapse:collapse;
		border-spacing:0;
	}
	fieldset,img { 
		border:0;
	}
	address,caption,cite,code,dfn,em,strong,th,var {
		font-style:normal;
		font-weight:normal;
	}
	ol,ul {
		list-style:none;
	}
	caption,th {
		text-align:left;
	}
	h1,h2,h3,h4,h5,h6 {
		font-size:100%;
		font-weight:normal;
	}
	q:before,q:after {
		content:'';
	}
	abbr,acronym { border:0;
	}
	
	
	/* Ellos.com */
	
	.whiteSpace {
		clear:both;
		height:20px;
	}
	
	#logo {
		width:182px;
		height:79px;
		position:absolute;
		right:50px;
		top:0px;
		background:transparent url('../img/logo.png') no-repeat 0 0;
	}
	
	#infoWrapper {
		position: fixed;
		bottom: 10%;
		width: 884px;
		text-align: center;
		left:50%;
		margin-left:-442px;
		font-family: Arial;
	}

		#infoWrapper .bar {
			background:transparent url('../img/barTop.png') no-repeat 0 0;
			width: 884px;
		}				

				#infoWrapper ul.countries {
				list-style:none;
				text-align:center;
				padding: 65px 0 55px;
				width:770px;
				margin:0 auto;
			}	
								

				#infoWrapper .countries li {
					margin-right:15px;
					display:inline;
				}				
	
				#infoWrapper .countries li.shopIn {
						font-size: 18px;
						font-weight: bold;
					}

				#infoWrapper .countries li a {
						font-family:Arial;
						font-size:18px;
						text-decoration:none;
						color:#000;
					}				

					#infoWrapper .countries li a:hover {
							text-decoration:underline;
						}
						
					#infoWrapper .brands li a {
											font-family: Arial;
						font-size: 12px;
						text-decoration:none;
						color: #666;
					}				

					#infoWrapper .brands li a:hover {
							text-decoration:underline;
						}
						
					.LaredouteContainer	{
						width:300px;
						height:190px;
						margin: auto;
						
							
				}
				

				#infoWrapper ul.countries_brandHeader {
				list-style:none;
				width:300px;
				margin-bottom: 15px;
				}	

				#infoWrapper ul.brands {
					list-style: none;
					text-align: left;
					margin-left: 50px;
					width: 300px;
					height: 100px;
							
				
				}				

				#infoWrapper .brands li {
					margin-right:15px;
					float:left;
					width:120px;
					line-height:19px;
					
				}				

					#infoWrapper .brands li.end {
						width:80px;
					}				


					#infoWrapper .brands li {
						font-family: Arial;
						font-size: 12px;
						text-decoration:none;
						color: #666;
					}		
					
					



		#infoWrapper .bar.bottom {
			background:transparent url('../img/barBottom.png') no-repeat 0 0;
			width: 100%;
			height:3px;
		}
		
		