.fondo {
	background-image: url(../imagenes/fondo_web.jpg);
	background-repeat: repeat;
	background-position: center center;
	margin: 0px;
}
.canal {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
.canal:hover {
	text-decoration: none;
}
