/* TXT */
#txt
{
	float: left;
	width: 420px;
	padding: 0px 20px 20px 20px;
	background-color: #FFF;
	background-image: url(../img/sfondo.gif);
	background-repeat: repeat-x;
}

#txt ul li
{
	margin-left: 20px;
	list-style-image: url(../img/punto.png);
	list-style-position: outside;
	line-height: 20px;
}

#txt a { text-decoration: underline; }

/* Tv */
#tv { margin: 20px 10px; }

