@charset "utf-8";

/* General */
html, body, form, img, h1, h2, h3, h4, h5, h6, div, p, ul, ol, dl, li, dd, dt, label, span {
  margin:0;
  padding:0;
  border:0;
}

ul, ol {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}
/* end - general */

/*
html, body {
  background-color:#C2E4FC;
  font-size: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #ffffff;
}

img {display: block;}
*/




body {
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 11px;
 background-color:#181715;
 color:#CCC;
}
#wrapper { 
 margin: 0 auto;
 width: 996px;
}
#header {
	width: 996px;
	height: 116px;
	background-image: url(../images/fondo_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#header .agregame {
	background-image: url(../images/btn_agregame2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:198px;
	height:58px;
	color:#333;
	font-size:10px;
	padding-left:20px;
}
#flashContent {
	width: 996px;
	height:490px;
	background-image: url(../images/fondo_contenido.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer {
	width: 996px;
	height:300px;
	background-color: #181715;
	background-image: url(../images/fondo_footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


#footer_facebook {
	width: 339px;
	height:280px;
	float:left;
	margin-left:121px;
}

* html #footer_facebook {
	margin-left:61px;
}

#footer_facebook .btn {
	width: 319px;
	height:47px;
	float:left;
	margin-bottom:10px;
}

#footer_facebook .comentarios {
	width: 330px;
	height:200px;
	float:left;
	padding-left:8px;
}

#footer_botones {
	width: 420px;
	height:280px;
	float:right;
	border-left:1px dashed #737373;
	padding-left:60px;
}

#footer .legales {
	width: 996px;
	height:50px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#777;
	font-size:11px;
	padding:10px 0px;;
	float:left;
}

#footer	.legales a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#ccc;
	}
	
	#footer	.legales a:hover {
	color:#2e8ecb;
	}

