#principal {
	background: url(../img/sala.jpg) no-repeat left top;
	position: relative;
	height: 520px;
}

 /* hack per a Opera i IE */
#presentacio {
	background: white url(../img/sala_suau.jpg) -440px -25px;
}

/* Transparencia especial i cantonades arodonides CSS3 webkit i mozilla */

#presentacio {
	color: #363636;
	left: 440px;
	position: relative;
	background-color: white;
	background: rgba(255,255,255, 0.8);
	width: 400px;
	padding-right: 20px;
	padding-left: 20px;
	overflow: hidden;
	top: 25px;
	padding-bottom: 19px;
	right: 30px;
	margin-bottom: 50px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}

#presentacio h3 {
	font-size: 1.1em;
	margin-bottom: 10px;
	font-weight: bold;
	padding-top: 15px;
}

#presentacio h2 {
	margin-bottom: 8px;
	font-weight: bold;
	padding-top: 10px;
	font-size: 0.9em;
}

/*#presentacio p {
	margin: 10px 0;
}*/

/*#presentacio p:first-line {
	font-weight: bold;
}*/
