body {
	background-color: #DCDCDC;
	background-image: url(vantage.jpg);
	background-repeat: repeat-y;
	background-position: right;
	margin:10px;
	float: left;
	
}

h3 {
	color: #FF4500;
	font-size: x-large;
}

h2 {
	color: Navy;
	font-size: large;
}

img {
	border:1px solid #EEE;
}

#principal {
	margin:0 auto;
	position: relative;
}

.taulaDades {
	//float:left;
	padding:0px;
	background-color:#f5f7f9;
	border-right: #a5a7aa solid 1px;
	border-bottom: #a5a7aa solid 1px;
	text-align: center;
	//border: outset;
	height: 45px;
    	margin-top: -20px;
    	margin-bottom: 20px;
}

.taulaDades td {
	width: 60px;
	//border: medium;
	border-color: Blue;
}

#principal td.titol {
	color: Blue;
	padding-left: 150px;
	width: 75px;
}