@charset "utf-8";
/* CSS Document */

.fondo_empresa {
	background-attachment: fixed;
	background-image: url(../images/destacats/empresa.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 20px;
	background-color: #999999;
}
.fondo_promoció {
	background-attachment: fixed;
	background-image: url(../images/destacats/promocio.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 20px;
	background-color: #999999;
}
.fondo_producte {
	background-attachment: fixed;
	background-image: url(../images/destacats/producte.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-top: 20px;
	background-color: #999999;
}
.fondo_degradat {
	background-attachment: fixed;
	background-image: url(../images/destacats/degradat.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 20px;
	color: #FFFFFF;
	background-color: #999999;
}
.fondo_garantia {
	background-attachment: fixed;
	background-image: url(../images/destacats/garantia.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 20px;
	background-color: #999999;
}
.fondo_botiga {
	background-attachment: fixed;
	background-image: url(../images/destacats/botiga.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #999999;
}
.fondo_cataleg {
	background-attachment: fixed;
	background-image: url(../images/destacats/cataleg.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 20px;
	background-color: #999999;
}

