/* CSS Document */

body{
	text-align:center;
	font-family: Trebuchet MS;
	font-size: 12px;
	color:#5C5C5C;
	background-image: url(../imatges/fonsv.png);
	background-repeat:repeat-x;
	background-color:#CCCCCC;
}

#Contenedor {
	width:950px;
	height: 380px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	position: relative;
	visibility: visible;
	top:12px;
}

#Capsalera {
	position:relative;
	width:949px;
	z-index:1;
}

#TopCapsalera {
	position:relative;
	width:948px;
	height:23px;
	z-index:1;
	background-image: url(../imatges/top.png);
	background-repeat: no-repeat;
}

#CosCapsalera {
	position:relative;
	width:948px;
	height:154px;
	z-index:2;
	background-image: url(../imatges/fonsmig.png);
	background-repeat: repeat-y;
}

#logo {
	position:absolute;
	width:214px;
	height:150px;
	z-index:1;
	left: 50px;
	top: 10px;
}

#Cos {
	position:relative;
	width:948px;
	height:203px;
	z-index:2;
	background-image: url(../imatges/fonsmig.png);
}

#bottom {
	position:relative;
	width:948px;
	height:23px;
	z-index:1;
	background-image: url(../imatges/bottom.png);
	background-repeat: no-repeat;
}







