/* CSS Document */

* {	margin: 0px;
	padding: 0px;
	border: none;	
}
	
body {
	color: #000;
	font: 13px "Arial", "Helvetica", "Verdana", sans-serif;
	background-color: #fff;	
}

#content {
	width: 100%;
	text-align: center;
	
	width: 1012px;
	height: 653px;
/* Posicionament vertical del div 'contenedor' respecte la finestra */	
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -506px;
    /* Half the width of the DIV tag which is 50 pixels */
	margin-top: -326px;
    /* Half the height of the DIV tag which is also 50 pixels */
/* ---------------------------------------------------------------- */	
}

#flash {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 0;
}

#nocions_tecnologia {
	margin-right: auto;
	margin-left: auto;
}

#apDiv1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 1;
}

#html {
	margin-right: auto;
	margin-left: auto;
	width: 1012px;
	height: 653px;
	background-color: #fff;
}

#html .header {
	margin-right: auto;
	margin-left: auto;
	width: 1012px;
	height: 40px;
	background: url(web/img/cap_html.gif) left top no-repeat;
}

#html .header h1 {
	float: left;
	font: 12px "Arial", "Helvetica", "Verdana", sans-serif;
	font-weight: bold;
	color: #fff;
	padding: 17px 0 0 28px;
}

#html .header a img {
	float: right;
	margin-top: 17px;
	margin-right: 17px;
}

#html .insert {
	margin-right: auto;
	margin-left: auto;
	width: 1012px;
	background: url(web/img/fons_insert.gif) left top repeat-y;
		text-align: center;
}

#html .insert #frame{
	background-color: #fff;

}

#html .footer {
	margin-right: auto;
	margin-left: auto;
	width: 1012px;
	height: 33px;
	background: url(web/img/foot_html.gif) left top no-repeat;
	color: #fff;
	font: 9px "Arial", "Helvetica", "Verdana", sans-serif;
}

#html .footer p {
	text-align: left;
	padding: 5px 4px 4px 27px;
}
