@charset "utf-8";
/* CSS Document */

.twitter{
	width:auto;
	padding: 2px;
	margin-top: 7px;
	margin-bottom: 7px;
}
.bocktwitter {
	border-top: 1px dashed #989898;
}

.usuarioimg {
width: 50px;
height: 50px;
margin: 0 10px 0 5px;
padding: 8px;
display: block;
overflow:hidden;
position:absolute;
}
.text-body{
display:block;
margin-left: 65px;
min-height: 50px;
overflow: hidden;
font-size: 12px;
font-family: 'Lucida Grande',sans-serif;
padding: 3px;
}
.name{
margin-right: 5px;
font-family: 'Lucida Grande',sans-serif;
font-size: 12px;
text-decoration:underline;
color: #990038;
}
.fecha{
color: #999;
display:block;
font-family:Georgia;
font-size: 10px;
font-style:italic;
margin: 3px 0 0 0;
min-height: 50px;
overflow: hidden;
}

#bottomtwitter {
	border-bottom: 1px dashed #989898;
}
.form{
margin: 5px;
width:auto;
}
.words{
	font-family:'Lucida Grande', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.bocktwitter:hover {
  background-color: #ede9e9;
}
.twittermessaje {
  font-family:'Lucida Grande', sans-serif;
  font-size: 13px;
  color: #006600;
  font-style: italic;
}