.blog_proyecto_cols {
  clear: both;
  width: 100%;
}
  .blog_proyecto_cols_left {
    float: left; display: inline;
    width: 30%;
  }
  .blog_proyecto_cols_right {
    float: right; display: inline;
    width: 68%;
  }

.blog_cols {
  clear: both;
  width: 100%;

}
  .blog_cols_left {
    float: left; display: inline;
    width: 68%;
  }
  .blog_cols_right {
    float: right; display: inline;
    width: 30%;
  }
  

.blog_header {
  background-color: #f7f7f5;
  color: inherit;
  padding: 80px 50px;
}
  .blog_header .title {
    margin: 0 0 0.2em 0;
    padding: 0;
    font-size: 550%;
    line-height: 1.1em;
  }
  .blog_header .subtitle {
    margin: 0 0;
    padding: 0;
    font-size: 170%;
    line-height: 1.2em;
  }
  .blog_header .suscribe {
    margin: 25px 0 0 0;
    padding: 0;
    font-size: 150%;
    line-height: 1.2em;
  }


.blog_portlet {
  margin-bottom: 10px;
}
  .blog_portlet .module_title {
    font-size: 230%;
    line-height: 1.2em;
    margin: 0 0 0.6em 0;
  }
  
  
  
.porlet_last_entries {
}
  .porlet_last_entries ul {
    margin: 0 0 0 -25px;
  }  
  .porlet_last_entries li {
    margin-top: 10px;
  }  
  .porlet_last_entries li a.post_link {
    font-size: 150%;
    line-height: 1.2em;
    text-decoration: none;
    color: #666 !important;
    background-color: transparent;
  }  
  .porlet_last_entries li a.post_link:hover {
    text-decoration: underline;
  }
  .porlet_last_entries li a.num_comments {
    font-size: 130%;
    line-height: 1.2em;
    white-space: nowrap;
  }  


.porlet_tags {
}
  .porlet_tags ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 130%;
    line-height: 2em;
  } 
  .porlet_tags li {
    display: inline;
  }
  .porlet_tags a {
    display: inline;
    background: #e5e5e5;
    color: #666 !important;
    padding: 3px 10px;
    text-decoration: none;
    white-space: nowrap;
    font-weight: bold;
    -moz-border-radius: 3px; -webkit-border-radius: 3px;
  }



.project_blog_summary {
}
  .project_blog_summary .title {
    font-size: 350%;
    line-height: 1em;
    margin: 0 0 20px 0;
  }
  .project_blog_summary .text {
    font-size: 190%;
    line-height: 1.2em;
    margin: 0 0 25px 0;
  }  
  .project_blog_summary .text a {
    text-decoration: none;
  }  
  .project_blog_summary .text a:hover {
    text-decoration: underline;
  }  
  .project_blog_summary .suscribe {
    font-size: 150%;
    line-height: 1.2em;
    margin-bottom: 25px;
  }
  .project_blog_summary .back {
    font-size: 130%;
    line-height: 1.2em;
  }
  
ul.posts_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}         

.post {
  margin-bottom: 35px;
}
  .post .title {
    margin: 0 0 0.2em 0;
    font-size: 230%;
    line-height: 1.1em;
  }
  .post .title a {
    text-decoration: none;
    color: #333 !important;
    background-color: transparent;
  }
  .post .title a:hover {
    text-decoration: underline;
  }
  .post .metadata {
    margin: 0 0 1em 0;
    font-size: 130%;
    line-height: 1.2em;
  }
  .post .post_content {
    font-size: 150%;
    line-height: 1.2em;
    margin: 1em 0;
  }
  .post .post_content img {
    background: #f0f0f0;
    padding: 7px;
    border: 1px solid #e0e0e0;
    width: 588px;
  }
  .post .bottom_options {
    font-size: 130%;
    line-height: 1.2em;
  }

div.posts_list .boxbottom {
  font-size: 150%;
  line-height: 1.2em;
  overflow: hidden;
}
  div.posts_list .boxbottom a.back, div.posts_list .boxbottom a.next  {
    float: left; display: inline;
    margin-right: 25px;
  }
  div.posts_list .boxbottom a.suscribe {
    float: right; display: inline;
  }




.comments {
}
  .comments .sec_title {
    font-size: 170%;
    line-height: 1.2em;
    color: #333;
    background: transparent url(comments_dark.png) no-repeat 0 50%;
    margin: 0 0 1em 0;
    padding: 0 0 0 18px;
  }
  .comments ul.comments_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .comments ul.comments_list li {
    overflow: hidden;
    padding: 0 0 0 90px;
    margin-bottom: 30px;
  }
  .comments ul.comments_list li .avatar {
    float: left; display: inline;
    margin-left: -90px;
  }
    .comments ul.comments_list li .avatar img {
      padding: 4px;
      background-color: #f0f0f0;
      color: inherit;
      border: 1px solid #e0e0e0;
    }
  .comments ul.comments_list li .author {
    font-size: 130%;
    line-height: 1.2em;
  }
  .comments ul.comments_list li .date {
    font-size: 130%;
    line-height: 1.2em;
    color: #999;
    background-color: transparent;
    margin-bottom: 0.6em;
  }
  .comments ul.comments_list li .text {
    font-size: 130%;
    line-height: 1.2em;
  }
  .comments ul.comments_list li.comment_author {
    background-color: #333;
    color: #fff;
    padding: 20px 20px 20px 105px;
    -moz-border-radius: 3px; -webkit-border-radius: 3px;
  }

  .comments ul.comments_list li.comment_author .author .rol {
    font-size: 0.8em;
    line-height: 1.2em;
    color: #999;
    background-color: transparent;
  }
  
  .comments form {
    margin-bottom: 30px;
    background-color: #f5f5f5;
    color: inherit;
    border: 1px solid #dbdbdb;
    padding: 20px;
    -moz-border-radius: 5px; -webkit-border-radius: 5px;
  }
  .comments form .add_comment_title {
    font-size: 170%;
    line-height: 1.2em;
    margin: 0 0 1em 0;
    color: #333;
    background-color: transparent;
  }
  .comments form .form_actions {
    text-align: right;
    font-size: 130%;
    line-height: 1.2em;
  }
  




