.fulltweets {
	width: 100%;
	background: #fff;	
	padding-top: 25px;
	float: left;
	clear: both;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
#twitter_block_module
{
	/* width: 1180px; */
	margin: auto;
	}

#twitter_block_module .tw_title {
	display: block;
	width: 80px;
	height: 80px;
	/* margin-right: 20px; */
	border-radius: 100%;
	background: #ddd;
	position: relative;
	text-align: center;
	float: right;
	/* margin-right: 25px
 */}
.tw_title .icon-twitter6 {
	color: white;
	font-size: 35px;
	line-height: 80px
}

#twitter_block_module .tw_title:after {
content: "";
position: absolute;
right: 98%;
top: 50%;
border-right: 11px solid #ddd;
border-right-color: #ddd;
border-top: 11px solid transparent;
border-bottom: 11px solid transparent;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
#twitter_block_module:hover .tw_title{
	-webkit-transform: rotate(360deg); 
	-moz-transform: rotate(360deg); 
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg); 
	transition: all 550ms ease-in-out;
	-moz-transition: all 550ms ease-in-out;
	-webkit-transition: all 550ms ease-in-out;
	-o-transition: all 550ms ease-in-out;
}

#twitter_block_module .tw_title h4{
	font-size: 14px;
	line-height: 40px;
    font-weight: normal;
    text-transform: none;
	}
#twitter_block_module .tw_title img{
	margin-right: 10px;
	vertical-align: middle;
	display:inline-block;
	position:relative;
	top: -2px;}
	
	#twitter_block_module .tw_content{float:right; width: 880px; height: 65px; margin-right: 30px;margin-top: 15px;}
	#twitter_block_module .tw_link{float:left; width: 160px;
	background-image: url('images/arrow.png');
background-repeat: no-repeat;
background-position:left;
height: 61px;
	line-height: 60px;
	padding-left: 40px;
	}
	
#twitter_block_module .tw_link a, #twitter_block_module .tw_link a:link, #twitter_block_module .tw_link a:visited	{color: #28b1dd}

.tweet,
.query {
	font: 120% Arial, serif;
}

	.tweet_list {
		list-style: none;
		margin: 0;
		padding: 0;
		overflow-y: hidden;
	}
	
		.tweet_list li {
			overflow-y: auto;
			overflow-x: hidden;
			padding: 0.5em;
			list-style-type: none;
		}
		
.tweet_list li a {
    font-style:italic;
	font-size: 11px;
	color: #28b1dd;
    border-bottom: none;
    display: inline !important;
    padding: 0px 0px 0px 0px !important;
    background: url(https://lacartujadesevilla.com/modules/img/bullet.png) no-repeat -99999px -99999px transparent !Important;
    line-height: 13px;
}
.tweet_list li a:hover {
    font-style:italic;
	font-size: 11px;
	color: #28b1dd;
    border-bottom: none;
    display: inline !important;
    padding: 0px 0px 0px 0px !important;
    background: url(https://lacartujadesevilla.com/modules/img/bullet.png) no-repeat -99999px -99999px transparent !Important;
    line-height: 13px;
}
		
		.tweet_list li a:link, .tweet_list li a:visited{color: #28b1dd;font-size: 13px;}
		.tweet_list .tweet_even {
		
		}
		
		.tweet_list .tweet_time {
			display:block;
			font-style:italic;
			font-size: 11px;
			
		}
		
			.tweet_list .tweet_avatar img {
				vertical-align: middle;
			}
      #ticker {
        height: 61px;
        overflow-y: hidden;
        position: relative;
      
        text-align: right;
        font-size: 13px !important;
}
      #ticker ul.tweet_list {
        /* position: absolute; */

      }
      #ticker ul.tweet_list li {
            height: 53px;
			padding: 0px 20px;
			padding-top: 8px;
      }

#footer #twitter_block_module {
	padding-top: 0px;
	margin-bottom: 20px;
	}