@charset "utf-8";
/* CSS Document */

.pagina { 
overflow:auto;
padding-left:50px;
padding-right:50px; 
background-color:#777;
position:absolute;
top:0px;
left:0px;
height:524px;
width:687px;
font-size:18px;
}

.linkmocosiado {
  color:#333;
  font-size:14px;
  font-stretch:semi-condensed;
  text-decoration:none;
}

.linkdata {
  color:#777;
  font-size:14px;
  font-stretch:semi-condensed;
  text-decoration:none;
}


/** Style the tweets */
#twitters {
/*  border: 1px solid #e5e5e5;
  padding: 2px;*/
  background-color:#BBB;
  text-align:left;
}

#twitters UL {
  list-style: none;
  padding: 0px;
}

#twitters LI {
  padding: 15px;
  background: none;
  border-bottom: 1px dashed #666;
  border-top: 1px dashed #666;
}

#twitters SPAN.prefix {
/*  font-weight: bold;*/
}

#twitters SPAN.time {
  font-style: italic;
  color: #c5c5c5;
}

#twitters SPAN..status {
  font-style: italic;
}
