/* CSS Document */
/* elements comuns */
HTML, BODY{height:100%; margin:0;}
BODY{position:relative; min-width:333px; min-height:333px; font-family:	Arial, Helvetica, sans-serif}
IMG {display:block; border:0;}

#web {position:absolute; width:100px; height:100px; top:0; left:50%; margin-left:-170px;}
#menu {position:absolute; left:16; top:50px; width:333px; height:97px; border-top:1px solid #999; border-bottom:1px solid #999; line-height:10%; font-size:14px;}

#contingut {
	position:absolute;
	left:0px;
	top:0px;
	width:0px;
	height:0px;
}
#contingut_personal {
	position:absolute;
	width:333;
	height:300;
	left: 0px;
	top: 180px;
}
.link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #7c7a79;
	letter-spacing: 0px;
	cursor:	pointer;
	filter: Light;
	text-decoration:none;
}

#Xcon {position:absolute; left:73px; top:177px; width:235px; height:36px; font-family:	Arial, Helvetica, sans-serif; 	font-weight:	normal; font-size:	12px; color:	#FF0000; text-decoration:	none}
