/* CSS Document */
body{
	background: #AAA994;
	font: 10px Arial, sans-serif;
	color: #000000;
	margin: 3px 0px 0px 0px;
	text-align: center;
}

#contenedor{
	text-align: left;
	width: 785px;
	background-color: #AAA994;
	margin: auto;
}

#cabecera{
	height: 130px;
	width: 785px;
	background-image: url("images/portada/top.jpg");
	background-repeat: no-repeat;
}

#menu{
	width: 785px;
	height: 28px;
	background-image: url("images/portada/menu.jpg");
	background-repeat: no-repeat;
	color: #f3a92c;
}

#menu span{
	color: #f3a92c;
	position: relative;
	left: 75%;
	top: 8px;
}

#menu a{
	color: #f3a92c;
	text-decoration: none;
	font-size: 10px;
	font-family: verdana;
	font-weight: 700;
}

#menu a:hover{
	color: #FFFFFF;
	text-decoration: none;
	font-family: verdana;
	font-weight: 700;
}

#contenido{
	background-image: url("images/portada/background.jpg");
	padding: 7px 5px 10px 7px;
	min-height: 520px;
	_height: 520px;
}

#contenido_secciones{
	padding: 0px 20px 10px 37px;
	_padding-top: 1px;
	font-size: 12px;
}

#contenido_secciones h1{
	font-size: 24px;
	letter-spacing: -1px;
	color: #73725F;
}

.publish_games{
	font-weight: 700;
	font-size: 13px;
	color: #8C8B70;
}

.enlace_normal{
	color: #8C8B70;
	font-weight: 700;
	text-decoration: none;
}

.enlace_normal:hover{
	color: #5C9BD9;
	font-weight: 700;
	text-decoration: none;
}

#pie{
	height: 45px;
	_height: 60px;
	width: 785px;
	background-image: url("images/portada/bottom.jpg");
	background-repeat: no-repeat;
	text-align: center;
	color: #3E90C0;
	padding-top: 15px;
	margin-bottom: 7px;
}

.designed{
	color: #000000;
}

.designed a{
	color: #000000;
	text-decoration: none;
}

.designed a:hover{
	color: #000000;
	text-decoration: underline;
}

.privacypoly{
	color: #3E90C0;
}

.privacypoly a{
	color: #3E90C0;
	text-decoration: none;
}

.privacypoly a:hover{
	color: #000000;
	text-decoration: underline;
}

tr{
	text-align: center;
	padding-top: 0px;
	color: #4E4E4E;
	font-size: 12px;
}

#moregames{
	width: 379px;
	height: 335px;
	background-image: url("images/portada/background_moregames.jpg");
	background-repeat: no-repeat;
	color: red;
	background-position: top center;
}

#moregamesinfo{
	width: 346px;
	padding: 10px 0px 0px 0px;
	margin: auto;
	position: relative;
	top: 0px;
	color: #4E4E4E;
	font-weight: 700;
}

#moregamesinfo a{
	color: #4E4E4E;
	text-decoration: none;
}

#moregamesinfo a:hover{
	color: #5C9BD9;
	text-decoration: none;
}

.moreinfo a{
	color: #5C9BD9;
	text-decoration: none;
}

.moreinfo a:hover{
	color: #5C9BD9;
	font-weight: 700;
	text-decoration: none;
}

#game{
	width: 379px;
	height: 335px;
	background-image: url("images/portada/background_gameinfo.jpg");
	background-repeat: repeat-y;
	background-position: bottom center;
}

#gameinfo{
	width: 320px;
	padding: 10px 0px 0px 0px;
	margin: auto;
}

#imginfo{
	width: 379px;
	height: 90px;
}

#gameoptions{
	color: #282723;
	font-weight: 700;
	position: relative;
	top: -28px;
	left: -74px;
}

.gameabout{
	color: #282723;
	font-weight: 700;
}

.gamedownload{
	color: #282723;
	font-weight: 700;
	position: relative;
	left: 37px;
}

.gamebuy{
	color: #F4AA2D;
	font-weight: 700;
	position: relative;
	left: 108px;
}

.gameabout a{
	color: #282723;
	text-decoration: none;
}

.gameabout a:hover{
	color: #5C9BD9;
	text-decoration: none;
}
.gamedownload a{
	color: #282723;
	text-decoration: none;
}

.gamedownload a:hover{
	color: #5C9BD9;
	text-decoration: none;
}

.gamebuy a{
	color: #F4AA2D;
	text-decoration: none;
}

.gamebuy a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

img{
	border: 0;
	margin-bottom: 0px;
}

.form_support{
	color: #73725F;
	font-family: arial,sans-serif;
	font-size: 11px;
}

.form_support input{
	border-width: 1px;
	border-style: dashed;
	border-color: #E3E3C2;
	padding: 2px;
	text-align: center;
	background-color: #F4F4E5;
}

.form_support textarea{
	border-width: 1px;
	border-style: dashed;
	border-color: #E3E3C2;
	padding: 2px;
	background-color: #F4F4E5;
}

.form_support_submit{
	border-width: 1px;
	border-style: solid !Important;
	font-family: arial,sans-serif;
	font-size: 11px;
	font-weight: 700;
}

.form_support_submit:hover{
	color: #5C9BD9;
	background-color: #e8f4ff;
}