@charset "iso-8859-1";

/*
	TdC:


/* Importacions
--------------------------*/
@import "basics.css";

#pagina {
	margin:0 auto;
	padding: 15px;
}

/* Capçalera
--------------------------*/
#capcalera {
	background-color: #4fa601;
	width: 940px;
	height: 93px;
}

/* Contingut
--------------------------*/
#contingut {
	padding: 10px 20px;
	width: 920px;
}
#titolcercador {
	border-bottom: 1px dotted #B1AEAC;
	margin-bottom: 17px;
}
#sectors {
	float: right;
	width: 240px;
	background-color: #E6E6E2;
	padding: 10px;
	margin-left: -30px;
}
form {
	float: right;
}
legend {
	font-size: 14px;
	color: #666;
	font-weight: bold;
}
#llistasectors {
	width: 133px;
}
.boto {
    background: url(../img/veshi.png) no-repeat center;
    border:0;
    height:18px;
    width:42px;
}
#fitxes {
	border-bottom: 1px dotted #B1AEAC;
	margin-bottom: 5px;
}
#fitxes:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
ul#caixes {
	list-style: none;
	margin: 0;
	padding: 0;	
}
ul#caixes li {
	background-color: #F2F1ED;
	display: block;
	float: left;
	width: 282px;
	height: 233px;
	margin-right: 9px;
	margin-bottom: 7px;
	padding: 9px 9px 15px 9px;
}
ul#caixes li.ultima {
	margin-right: 0;
}
ul#caixes li h4 {
	color: #7B7B79;
	font-size: 10px;
}
ul#caixes li h2 {
	color: #4FA700;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	width: 210px;
}
ul#caixes li span.data {
	float: right;
	color: #666;
	font-size: 11px;
	margin-top: -15px;
}
ul#caixes li h3 {
	color: #333;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
	font-style: italic;
}
ul#caixes p.nom {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
ul#caixes p.carrec {
	color: #666;
	font-size: 11px;
	margin-bottom: 10px;
}
.capfitxa {
	border-bottom: 1px dotted #B1AEAC;
	padding-bottom: 3px;
	margin-bottom: 12px;
}
.capfitxa:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cosfitxa {
	float: left;
}
#peu p {
	font-size: 11px;
	color: #8F8F8F;
	font-weight: bold;
}
#peu img {
	float: right;
	margin-top: -15px;
}
