/* dom */
html { font-size: 100%; } /* WinIE text resize correction */
body {
	display: block;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.75em; /* 12px */
	color: #333;
	background: #fff;
}
* { margin: 0; border: none; padding: 0; }
a { /*outline: 0;*/ color: #990000; text-decoration :none; }
	a:hover { color: #ff0000; text-decoration: underline; }
	a:visited { font-size:inherit; }
p { margin-bottom: 1em; line-height: 1.4em; }
ol, ul { list-style: none; }
		ul li.clear { clear: left; }
/* esquerra, dreta i centrar */
div.left { clear: left; float: left; width: 49%; }
div.right { clear: right; float: right; width: 49%; }
.center { text-align: center; }
/* clearfix */
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.clearfix { display:inline-block; }
	/* amagar d'IE mac \*/
	.clearfix { display:block; }

#presenta {
	background: #fff;
}
#pagePresentacio {
	width: 800px;
	margin: 0 auto;
}
		#pagePresentacio #content #presentacio {
			overflow: hidden;
			width: 800px;
			height: 473px;
			margin: 0 auto;
			padding: 0;
			text-align: center;
			}
#pageVideo {
	width: 624px;
	margin: 0 auto;
}
		#pageVideo #content #video {
			overflow: hidden;
			width: 425px;
			height: 344px;
			margin: 0 auto;
			padding: 0;
			text-align: center;
		}
	#content_main #tanca {
		display: inline;
		float: right;
		margin: .5em 0 0 0;
		text-align: right;
	}
		#content_main #tanca a {
			padding-left: 14px;
			color: #990000;
			font-weight: bold;
			text-decoration: none;
			background: url('img/bg_content_sub_button.gif') no-repeat 0 50%;
		}
			#content_main #tanca a:hover {
				color: #000;
				text-decoration: underline;
			}
