/* ********** SLIDESHOW ********** */

#slideshow {
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 250px;
	border: 6px solid #e0e0e0;
}
#img1 {
	position: absolute;
	top: 0;
	left: 0;
}
#img2 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

/* ********** DESTACATS ********** */

#destacats {
	padding-top: 10px;
}
#destacats h2 {
	margin-bottom: 10px;
	background-color: #f9f9f9;
	font: italic 20px arial, helvetica, sans-serif;
	color: #2a5096;
	text-align: center;
}
.fila {
	clear: both;
}
.destacat {
	float: left;
	background: url(../img/fons-destacat.gif) left top no-repeat;
	width: 275px;
	padding: 8px 5px 10px 10px;
}
.central {
	margin: 0 30px;
}
#destacats .foto {
	width: 100px;
	float: left;
	text-align: center;
}
.infodestacat {
	width: 165px;
	float: left;
	padding-left: 10px;
}
.imgfinca {
	vertical-align: bottom;
	max-width: 100px !important;
	max-height: 75px !important;
	width: expression(this.width>this.height?"100px":((this.width/this.height)*74)+"px"); /*per ie6*/
}
#destacats h3 {
	font: bold 11px arial, helvetica, sans-serif;
	text-transform: uppercase;
	color: #606060;
}
#destacats h4 {
	font: bold 11px arial, helvetica, sans-serif;
	text-transform: uppercase;
	color: #202020;
}
#destacats .preu {
	font: bold 14px arial, helvetica, sans-serif;
	color: #f00;
	text-align: center;
	padding-top: 5px;
}
.mesinfo {
	display: block;
	padding-top: 3px;
	text-align: center;
	font: italic 10px arial, helvetica, sans-serif;
}
.mesinfo a {
	text-decoration: none;
	color: #808080;
}
.mesinfo a:hover {
	text-decoration: underline;
}
