#bloque_blogs{
  
  width: 622px;
  display: table;
  margin-bottom: 10px; 
  margin-top: 10px;
  border-right: solid 2px white;  
}
#header_blogs{
  width: 621px;
  background-image: url("../img/header_portadilla_blogs_03.jpg");
  height: 87px;
  display: block;
  background-color: #e0e0e2;
  border-bottom: solid 1px white;
  
  background-repeat: no-repeat;
}
#listado_blogs{
  width: 622px;
  display: table;
}
.bloguero{
  border-right: solid 1px white;
  display: block;
  width: 290px;
  height: 75px;
  float: left;
  border-bottom: solid 1px white;
  background-color: #efefef;
  padding: 10px;
}
.img_bloguero{  
  display: block;
  width: 75px;
  height: 75px;
  float: left;
  margin-right: 10px;  
}
.blog_texto{  
  display: block;
  width: 204px;
  height: 75px;
  float: right;   
  position: relative;
  overflow: hidden;
}
.blog_texto:after {
  content: "»";
  color: #666;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  height: 16px;
  background: linear-gradient(to right, rgba(239, 239, 239, 0), rgba(239, 239, 239, 1) 80%);
}

/* Estilo para feed2js */
.rss-box {
  margin-top: 3px;  
  text-align: left;
  vertical-align: baseline; 
}
.rss-box ul{
  margin:0px;
  padding:0px;
}
.rss-box li{
  margin:0px;
  padding:0px;
}
.rss-box li br{
  display:none !important
}
.rss-items {
  margin-top: 0px;
  padding: 5px;
  margin-left: 0px;
  color: #000000;
  
}
p.rss-title {
  padding: 0.5em;
}
.rss-title {
  text-decoration: none;
  font-family: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
  font-size: 12px;
  background-color: #ffffff;
  color: black;
  font-weight: bold;
  margin: 0px;
  padding: 0em;
  text-align: left;
}
.rss-item {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight : normal;
  list-style: none;
  padding-bottom: 0px;
  
}

.rss-item a {
  text-decoration : none;
  color: #333;
  font-size: 16px;  
  font-family: Georgia, "Times New Roman", Times, serif;
  padding:0;  
  line-height:16px;
  
}
.rss-item a:hover {
  text-decoration : underline;
  color: #402b5d;
  
}

.rss-date {
  font-size: 85%;
  font-weight : normal;
  color: #cc0000;
}