/*Para navegadores de escritorio y resoluciones por debajo de 1024*/
.juiz_last_tweet_item{display:none}
.home .featured-home{
    z-index: 1;
    position: relative;
    width:48.8%;
    display:inline-block;
    vertical-align: top;
    margin-top: 0;
}
.home .featured-home:nth-child(odd){
    margin-right:0.9%;
}
.home .featured-home:nth-child(even){
    margin-left:0.9%;
}
.home .featured-home .cuerpo {
    margin: 10px;
}
.home .img {
    width: 96%;
    margin: 0 2% 0 2%;
}
@media all and (max-width: 1024px){
  #content-wrapper{
      margin-left: 262px;
      padding: 100px 40px 0;
      width: 668px;
  }
  #sidebar{
      width: 262px;
  }
  #header{
      width: 1008px;
  }
  #body-footer{
      width: 1008px;
  }
  body{
      background-size: 3px,1008px 211px;
      -moz-background-size: 3px,1008px 211px;
      -webkit-background-size: 3px,1008px 211px;
      -o-background-size: 3px,1008px 211px;
  }
}
@media all and (min-width: 1024px){
  #content-wrapper{
      margin-left: 26%;
      padding: 100px 40px 0;
  }
}
@media all and (min-width: 1700px){
  #content-wrapper{
      margin-left: 20%;
      padding: 120px 80px 0;
      margin-left: 26%;
  }
}

.twitop{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    min-width:2000px;
}
.home .featured-home{
    margin-top:0 !important;  
}
.juiz_lt_content{
  display:inline !important;
  padding-right:30px;
}
.juiz_last_tweet_footer_item{
  position:absolute;
  margin-top:3px;
}