@import "estils.css";


#cos {
	background: #fff url(../img/membres_cos_bg.jpg) no-repeat 0 0;
}

.contingut {
	overflow:hidden;
	background: #fff url(../img/membres_contingut_bg.jpg) repeat-x bottom;
	height:1133px;
	padding-top:14px!important;
}

.imatge {
	background: url(../img/membres_imatge_bg.jpg) no-repeat 0 0;
	height:1147px;
}

.contingut ul {
	overflow: hidden;
	float: left;
	width: 185px;
    font-size:.9em;
	display: block;
}

.contingut ul li {
	overflow: hidden;
	margin: 0 30px 15px 0; /*margin: 0 30px 20px 0;*/
	clear: both;
}


.contingut li h3 {
	font: bold 1em/1.3 Arial, Helvetica, sans-serif;
	color: #135C7A;
}

.contingut li h3.marge {
	margin-top: 3px;
}

.contingut h3 a {
	text-decoration:underline;
	font: bold 1em/1.3 Arial, Helvetica, sans-serif;
}
.contingut h3 a:link, .contingut h3 a:visited {
   color:#135C7A;
}
.contingut h3 a:active, .contingut h3 a:hover{
   color:#000;
}

.contingut li p {
	line-height: 1.1;
}

