body{ margin:0px; padding:0px; background-color:#000000; 	background-image: url(imgs/bg.jpg);
font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px; 
} 
#apDiv1, #company, #contacto, #recubrimientos, #complex {
	position:relative;
	left: -480px;
	top: -300px;
	width: 960px;
	height:600px;
	background-color:#000000;
	width: 960px; 
}

#apDiv1 {	background-image:url(imgs/principal.jpg); background-repeat:no-repeat;}
#company {	background-image:url(imgs/company.jpg); background-repeat:no-repeat;}
#contacto{	background-image:url(imgs/contacto.jpg); background-repeat:no-repeat;}
#recubrimientos{	background-image:url(imgs/recubrimientos.jpg); background-repeat:no-repeat;}
#complex{	background-image:url(imgs/complex.jpg); background-repeat:no-repeat;}

#address {
	position:absolute;
	left:0px;
	top:0px;
	width:950px;
	height:50px;
	z-index:2;
	color:#FFFFFF;
	padding:5px;
	text-align:right;
}

#introduction, #introduction_complex, #proceso{
	position:absolute;
	left:399px;
	top:54px;
	width:469px;
	height:627px;
	z-index:5;
	color:#FFFFFF;
	padding:5px;
	text-align: justify;
}

#introduction_complex{top:175px;}

#proceso{left: 350px;}

#menu {
	position:absolute;
	left:95px;
	top:385px;
	width:306px;
	height:144px;
	z-index:2;
	color:#FFFFFF;
}

#menu a:link, #menu a:visited, #menu a:active { text-decoration:none; font-weight:bold; color:#FFFFFF;}
#menu a:hover{color:#FFCC00;}
#menu ul {margin:0px; padding:0px;}
#menu li{ display:inline;}



#pie {
	position:absolute;
	left:0px;
	top:550px;
	width:960px;
	height:50px;
	z-index:2;
}
#top{
	position:absolute;
	height:50%;
	top:50%;
 	width:50%;
	left: 50%;
	top: 50%;
}  
.alignLeft{ text-align:right; width:200px;}
