#twitter {
		width: 340px;
		height: 252px;
	}
  #twitter .tweet_list {
		list-style-type: none;
		margin: 0;
		padding: 0;
		width:340px;
		color:#000;
	}
    #twitter .tweet_list li {
		overflow: hidden;
		margin-top: 4px;
		padding-top: 10px;
		width: 340px;
		height: 71px;
		background-color:#2890C2
	  }
      #twitter .tweet_list li a {
		color: #000;
	  }
    #twitter .tweet_list .tweet_avatar {
		margin-top: -5px;
		margin-left: 6px;
		height: 79px;
		width:79px;
		display:block;
		background-image:url(../_images/bg_foto_twitter.png);
		background-position:left top;
		background-repeat:no-repeat;
		padding-top: 3px;
		padding-left: 3px;
		float: left;
	  }
	#twitter .loading {
		margin-top:142px;
		text-align: center;
      }

