BODY { min-width:999px; margin:0px; padding:0px; background:#C0C0C0; font-family:Arial; font-size:11px; color:#000000; overflow:scroll; overflow-x:auto; .overflow:hidden; }

BODY *{ margin:0px; padding:0px; }

A { text-decoration:none; color:#60A0FF; }
A:hover { text-decoration:underline; }
A IMG { border:none; color:#60A0FF; }
*:active, *:focus { outline-color:#60A0FF; }
DIV:active, DIV:focus { outline:0px; }

#centrador { width:100%; position:absolute; top:50%; height:1px; }
#contenido { position:absolute; top:-230px; left:50%; margin-left:-200px; padding:10px; width:380px; height:430px; background:#FFFFFF; border:1px solid #60A0FF; }
#beta { color:red; }
#imagen_titulo { overflow:auto; }
    #imagen_titulo img { margin:5px; }
    #imagen_titulo h1 { margin:10px 0px; }
.div_cont { padding:5px; }

#tweet {
  font-family: Georgia, serif;
  font-size: 120%;
  color: #085258; }
  #tweet .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;	}
    #tweet .tweet_list li {
      overflow: auto;
      padding: .5em;
      border-bottom: 1px dotted #C0C0C0; }
      #tweet .tweet_list li a {
        color: #60A0FF; }
    #tweet .tweet_list .tweet_even {  }
    #tweet .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      #tweet .tweet_list .tweet_avatar img {
        vertical-align: middle; }
