@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
}
body {
	background-color: #FFF2D2;
	background-image: url(imatges/fons_inici.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#base {
	background-image: url(imatges/fons_base.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 638px;
	width: 100%;
}
#contenidor {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 638px;
	}

/* TOP */
#top {
	height: 90px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#top-logo {
	float: left;
	height: 65px;
	width: 300px;
	padding-top: 20px;
	margin-left: 40px;
}
#top-buttons {
	float: right;
	height: 70px;
	width: 345px;
	vertical-align: top;
}

/* CENTER */
#center {
	height: 275px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 5px;
}
#center-banner {
	float: left;
	height: 265px;
	width: 455px;
	margin-left: 15px;
	margin-top: 5px;
}

/* BOTTOM */
#bottom {
	height: 130px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#bottom-in {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


/* MAPA WEB */
#mapaweb {
	height: 40px;
	width: 800px;
}
#center-destacats {
	float: right;
	height: 275px;
	width: 300px;
}


/* FOOTER */
#footer {
	height: 30px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
}
#footer .barrita{
	font-weight: bold;
	color:#CC3399;
}
#footer a{
	color:#333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC6666;
}
#footer a:hover{
	color:#333333;
	text-decoration: none;
	background-color:#FFCC66;
	border: none;
}
