html { height:100%; }

body {
	padding:0px;
	margin: auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#666666;
	line-height:18px;
	height:100%;
}

#container {
	position:relative;
	padding:0px;
	width: 1003px;
	margin:auto;
	min-height:100%;
}

#header { 
	text-align:center; 
	padding-top:100px; 
	width: 100%;
	margin: 0;
	height:56px;
}

#main { 
	text-align:center; 
	width: 100%;
	margin-top:50px; 
	height:180px; 
}
#mainPopup { margin:10px; }
/* estils pel peu */
#footer {
	position:absolute;
	bottom:0px;
	height:30px;
	width:1003px;
	text-align:center;
	margin:0;
}

/* ESTILS */
a {
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#666666;
	font-weight:normal;
}
a:hover, a:active { color:#E30062; }

img { border:0px; }
p { margin-top:15px; }
iframe { border:1px solid #DFDFDF; }

h1 { font-size:20px; font-weight:normal; margin:0; padding:0;}
.textC { font-style:italic; }
.textN { font-weight:bold; }
.textRosa { color:#E30062; }

.bgris { border:1px solid #999999; }
.left { float:left; }
.right { float:right; }
.clear { clear:both; }
.m1 { clear:both; height:1px; }
.m50 { clear:both; height:50px; }