body {
	background:url('hdp/bg.jpg') #E8E7E3 repeat-x;
	color: #3A3121;
}
 
h2 span,h3 span {
	color: #390C3F;
}
h2 a,h2 a:link {
	color: #390C3F;
}
h2 a:visited {
	color: #3C283F;
}
a,a:link {
	color: #61007F;
}
a:hover,a:active {
	color: #9300C7;
}

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

#encabeza {
	height: 140px;
}
#encabeza h1 a { 
	display: block;
	width: 290px;
	height: 130px;
	margin-top:15px;
	background: url("hdp/humor-de-primera-hdp.png") 10px 10px no-repeat;
}


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

#contenido {

}
#contenido .previa img {
	padding: 1px;
	border: 1px solid #390C3F;
}
a.play {
	background:url('hdp/play.png') left top no-repeat;
}
.post h2 {
	border-color: #390C3F;
}



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

#pie {
	border-top:3px solid #777;
	/*background: url('futbol/bg-foot.jpg') repeat-x #4F9C00;*/
	background: #444;
}

#pie a {
	color:#aaa;
}

