p.nombre-canal
{
	background-image:		url(/img/flecha-canal.gif);
	background-repeat:		no-repeat;
	background-position:	left;
	padding-left:			16px;
	font-size:				1.2em;
	color:					#2B2B2B;
	text-transform:			uppercase;
	font-weight:			bold;
	margin-bottom:			0.5em;
}

div.canal ul li,
ul.actividades li
{
	float:			left;
	list-style:		none;
	margin:			0.5em;
	font-size:		0.95em;
}

div.canal ul li a,
ul.actividades li a
{
	text-decoration: none;
}

div.canal ul li a:hover,
ul.actividades li a:hover
{
	text-decoration: underline;
}