/* dom */
html { font-size: 100%; } /* WinIE text resize correction */
body {
	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: #4c8505; text-decoration :none; }
	a:hover { color: #274503; 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; }

#header {
	margin: 0;
	border-bottom: 2px solid #333;
	padding: 6px 10px;
	background: #88b31e url('img/bg_popup_header.png') repeat-x;
}
	#header h1 {
		display: inline; /* ie6fh */
		clear: left;
		float: left;
		padding: 10px;
		color: #fff;
		font-size: 1.5em;
		text-shadow: 2px 1px #38490c;
	}
		#header h1.video {
			padding-left: 50px;
			background: url('img/bg_popup_header_video.jpg') no-repeat 0 50%;
		}
		#header p.close {
			display: inline; /* ie6fh */
			clear: right;
			float: right;
			margin: 0;
			padding: 11px 0 0 0;
			color: #fff;
			font-size: 1.083em;
		}
			#header p.close a {
				padding: 1px 18px 1px 0;
				color: #fff;
				font-weight: bold;
				background: url('img/bg_popup_close.png') no-repeat 100% 50%;
			}
#content {
	padding: 20px;
}
	#content #youtube {
		width: 630px;
		height: 380px;
	}
