/* Reset */

#twitter_Wrapper{
	position: relative;
	float: left;
	width: 242px;
	background: #FFF;
	border: 3px solid #f9fafa;
	overflow-x: hidden;
}

#twitter * {
    max-width: 100%;
    word-wrap: break-word;
}

/* Bloque del gadget */
#twitter {
	position: relative;
	float: left;
	clear: left;
	width: 100%;
	background: #FFF;
	margin-bottom: 5px;
	padding-top: 20px;
}
/* Lista de tuits */
#twitter ul {
	margin-left: 16px;
	padding-right: 10px;
}

/* Cada uno de los tuits */
#twitter li {
	position: relative;
	float: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #00aeef;
}

#twitter li a{
	display: inline-block;
}

#twitter li:last-child {
	border-bottom: none;
}

/* Bloque datos usuario */
#twitter .user a {}

/* Avatar */
#twitter .user img {}

/* Nick */
#twitter .user a > span {}

/* Usuario Twitter */
#twitter .user span + span {}

/* Cuerpo texto del tuit */
#twitter p {
	float: left;
	clear: left;
	color: #666;
	line-height: 17px;
}

/* Enlaces en el tuit */
#twitter p a, #twitter p a span{
	color: #00aeef;
	text-decoration: none;
}

/* Fecha */
#twitter p.timePosted {
	position: relative;
	float: left;
	line-height: 14pt;
	color: #aaa;
}

#twitter p.tweet {
	position: relative;
	float: left;
}

a#b_siguenos{
	float: left;
	clear: both;
	width: 225px;
	margin-top: 0px;
    margin-bottom: 0px;
	padding: 8px 10px;
	background: #00aeef;
	color: #fff;
	text-decoration: none;
	text-align: right;
	letter-spacing: 0.1em;
}
.timeline-Footer{
	display: none !important;
}
a#b_siguenos:hover{background:#000000;}
