body {
	background:#0E3049;
	color: #222;
}

h2 span,h3 span {
	color: #564;
}
a,a:link {
	color: #15496F;
}
a:visited {
	color: #2C4E63;
}
a:hover,a:active {
	color: #095F93;
}

/***********************************************
					ENCABEZA
************************************************/

#encabeza, #pie {
	background:url('juegos/bg-encabeza-pie.jpg') no-repeat center 0;
}
#encabeza h1 a {
	display: block;
	width: 590px;
	height: 272px;
}

#menu {
	background-position: center -240px;
	width: auto;
	padding:0;
	height: 32px;
	text-align: center;
}



/***********************************************
					CONTENIDO
************************************************/

#contenido, #menu {
	background:url('juegos/bg-contenido.png') center repeat-y;
}
#contenido {
	padding-bottom: 20px;
}
#contenido .previa img {
	padding: 1px;
	border: 1px solid #C8DCA7;
}
#contenido .previa:hover img {
	background-color: #BCD695;
}
a.play {
	background:url('juegos/play.png') left top no-repeat;
}
.post h2 {
	border-color: #BCD695;
}


/***********************************************
					PIE
************************************************/

#pie {
	background-position: center -372px;
}
#pie2 {
	padding: 0;
}
#pie2 p {
	padding-top: 6em;
}
#pie, #pie a {
	color:#8ac;
}
#pie a:hover, #pie a:active {
	color:#bdf;
}


