* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFFFF;
	font-family: Verdana;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	font-size: 16px;
	padding: 20px;
}

#container {
	width: 800px;
	margin: 0 auto;
	background-position: top center;
}

#video {
	width: 420px;
	height: 760px;
	background-image: url(images/iphone.png);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
}

#video_embedd {
	position: relative;
	left: 50px;
	top: 140px;
}

#header {
	margin: 0 auto;
	width: 500px;
	padding-bottom: 25px;
}

#header img {
	margin-right: 10px;
	float: left;
}

#header h4 {
	font-size: 46px;
	color: #4D402B;
}

#header small {
	font-size: 12px;
	color: #867417;
}

#texto {
	margin-top: 150px;
	margin-left: 100px;
}

.languages {
	margin-top: 100px;
	list-style: none;
	text-align: center;;
}

.languages li {
	margin: 12px;
	padding: 6px;
	border-bottom: 1px solid #D0D0D0;
	width: 100%;
}

.languages li a {
	text-decoration: none;
	color: #BABABA;
	width: 100%;
}

.languages li a:hover {
	text-decoration: underline;
	color: #4D402B;
	background-color: #FFF7E9;
}

.selected {
	background-color: #FFF7E9;
	color: #4D402B;
}

.tiendas {
	margin-top: 100px;
	list-style: none;
	text-align: center;;
}

.tiendas li {
	margin: 6px;
}

.languages li a {
	text-decoration: none;
	border: none;
}

.copyright {
	clear: both;
	width: 200px;
	padding-top: 10px;
	margin: 0 auto;
}

.copyright small {
	text-transform: uppercase;
	font-family: Arial;
	font-size: 12px;
	color: #606060;
}
