/* Enter Your Custom CSS Here */
table.projectes {
  table-layout: fixed;
}

.solHeader{
  float: right;
}

hgroup {
  float: left;
}

img.solImg {
  height: 80px;
}

/* Amagar titol de la home page, post numero 116*/
#post-116 h1 {
  display: none;
}

/* Afegir info al peu de pagina */
.site-info:after {
	content: " - bcnprojectes.es. 2015 - bioclimatisme i projectes medioambientals";
	display: inline;
}

.site-content article {
    border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}  

table.membresDe {
	border: 0px;
  	border-bottom: none;
	border-top: none;
}

table.membresDe tr {
	border: 0px;
  	border-bottom: none;
	border-top: none;
}

table.membresDe td {
	border: 0px;
  	border-bottom: none;
	border-top: none;
}