* {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
}
body {
	width: 980px;
	height: auto;
	margin: 0 auto;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #444;
	background: url('images/fondo.jpg') repeat #251e16;
	line-height: 1.4;
	margin: 0 auto;
}



/************************* HEADER *************************/
header {
	display: block;
	height: 120px;
	margin-top: 10px;
}
header a {
	display: block;
	width: 390px;
	height: 100px;
}
header a img {
	margin-left: 10px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
header a:hover img {
	-moz-transform: scale(0.9) rotate(1deg) translate(0, 0) skew(0deg, 0deg);
	-webkit-transform: scale(0.9) rotate(1deg) translate(0, 0) skew(0deg, 0deg);
	-o-transform: scale(0.9) rotate(1deg) translate(0, 0) skew(0deg, 0deg);
	-ms-transform: scale(0.9) rotate(1deg) translate(0, 0) skew(0deg, 0deg);
	transform: scale(0.9) rotate(1deg) translate(0, 0) skew(0deg, 0deg);
}



/************************* NAV *************************/
nav {
	float: right;
	margin: 10px 0 20px 590px;
	font-size: 14px;
	line-height: 1.2;
	position: absolute;
	top: 0;
}
nav div {
	float: left;
	width: 130px;
}
nav h4 {
	color: #a29161;
	font-size: 13px;
	margin-top: -4px;
	margin-bottom: 6px;
}
nav a {
	display: block;
	height: 25px;
	background: url('images/menu.png') no-repeat 0 0;
	text-decoration: none;
	color: white;
	padding: 4px 6px 0 6px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
}
nav a:hover {
	color: #c5bd9b;
	background-position: 0 0;
	text-decoration: none;
}
nav .about {background-position: 0 -30px;}
nav .games {background-position: 0 -60px;}
nav .more {background-position: 0 -90px; color: #e0dcc7;}
nav .small {font-size: 13px; letter-spacing: -0.4px; padding-top: 5px; height: 24px;}


/************************* LANG *************************/
#idioma {
	width: 212px;
	padding: 8px 0 0 0;
	margin: 0 0 0 350px;
	position: absolute;
	top: 130px;
	text-align: right;
	font-size: 11px;
	z-index: 100;
}
#idioma img {
	display: inline-block;
	vertical-align: middle;
}
#idioma a {
	display: block;
	float: right;
	padding: 0;
	margin-right: 4px;
	color: #a29161;
	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#idioma a:hover {
	color: white;
	text-decoration: none;
}
[lang=es] {
}
[lang=en] {
	display: visible;
}


/************************* ARTICLE *************************/
article {
	float: left;
	width: 510px;
	margin-right: 20px;
	background-color: white;
	color:  #251e16;
	padding: 10px 30px 40px 30px;
	background: url('images/language.gif') no-repeat top right #FFF;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px; 
}
article h1 {
	color: #251e16;
	font-size: 28px;
	padding-top: 3px;
	letter-spacing: -1px;
	height: 52px;
}
article h2 {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: -0.2px;
	font-weight: bold;
	padding: 15px 0 15px 0;
	border-bottom: 2px solid #251e16;
	
}
article h3 {
	background-color: transparent;
	padding-top: 30px;
	margin-bottom: 10px;
	color: #74bda4;
	border-bottom: 1px solid #74bda4;
}
article h4 {
	background-color: #ffffff;
	padding: 6px 10px 6px 0;
	margin-bottom: 15px;
	font-size: 14px;
	position: relative;
	bottom: 220px;
	display: inline;
}
p {
	margin-bottom: 20px;
	line-height: 20px;
}
hr {
	margin: 30px 0 10px 0;
	border: 0;
	border-top: 2px solid #251e16;
}
ol {
	list-style: none;
}
ul {
	margin: -10px 0 30px 0;
	padding: 0;
	list-style: none;
}
li {
	padding: 6px 0;
	border-bottom: 1px solid #eae9d7;
}
small {
	font-size: 10px;
}
a {
	color: #74bda4;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
article td {
	vertical-align: top;
}
blockquote {
	padding: 13px 16px 40px 16px;
	margin: 4px 0 10px 0;
	font-family: georgia, arial;
	font-style: italic;
	font-size: 16px;
	line-height: 22px;
	background: url('images/blockquote.png') no-repeat bottom left;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
}


/************************* ASIDE *************************/
aside {
	float: left;
	width: 390px;
	color: white;
	margin-top: 35px;
}
.marco {
	padding: 20px;
	line-height: 16px;
	margin-bottom: 10px;
	background: url('images/aside.png') no-repeat -160px top #44392a;
	overflow: auto;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
}
aside h3 {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #a29161;
	margin: 0 0 10px 0;
}
aside img {
	display: block; float: left;
	margin: 1px;
	border: 2px solid #63553b;
}
aside a img {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
aside a:hover img {
	border-color: white;
}
aside ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
aside li, .game_list {
	padding: 6px 0 8px 0;
	border: 0;
	border-top: 1px solid #63553b;
}
aside small {
	color: #84684a;
}
.game_image {
	float: left;
	margin-right: 20px;
	border-color: #fff;
}
.game_list li {
	display: inline-block;
	padding: 0;
	border: 0;
	margin: 0 5px 10px 0;
	color: #a29161;
}
.game_list li:after {
	content: ' » ';
}



/************************* BUTTONS *************************/
.button {
	display: inline-block;
	padding: 6px 28px 0 28px;
	height: 34px; 
	margin-right: 4px;
	text-decoration: none;
	color: white;
	font-size: 18px;
	font-weight: normal;
	background: url('images/button_download.png') repeat-x 0 top #5fccb2;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
	
	-webkit-box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.4); 
}
.button:hover {
	text-decoration: none;
	background-position: 0 bottom;
}
.wip {
	color: #999;
	background: #EEE;
}



/************************* FOOTER *************************/
footer {
	display: block;
	clear: both;
	padding: 20px 0 10px 0;
	text-align: right;
	color: #a29161;
}
footer img {
	vertical-align: middle;
}
