/* 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;
}

.download
{
	float: left;
	margin-right: 20px;
	text-decoration: none;
}

#txt a img { border: none; }
#txt h4 { margin-top: 15px; }

