@charset "UTF-8";
/* CSS Document */



.container {
	width: 100%;
	/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 900px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	Fernan
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}

#apDiv1 {
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	width:100%;
	height:100%;
	min-width:900px;
	min-height:500px;
	z-index:0;
	background-color: #ABAB9E;
}
#apDiv2 {
	position:absolute;
	top:7%;
	z-index:1;
	left: 0px;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
}
#apDiv4 {
	position:absolute;
	width:260px
	z-index:1;
	left: 330px;
	top: 200px;
}
#apDiv3 {
	position:absolute;
	left:3%;
	top:3%;
	z-index:4;
	width: 218px;
	height: 16px;
}

.menu-div1 {
	position:absolute;
	right: 10px;
	top: 3%;
	width: 280px;
	height:30px;
	z-index:4;
}


#apDiv5 {
	position:absolute;
	width:305px;
	height:115px;
	z-index:1;
	background-color: #B0B1A3;
}

#apDiv6 {
	position:absolute;
	left:1%;
	top:40%;
	width:42px;
	z-index:1;
	height: 14px;
}
#apDiv7 {
	position:absolute;
	top:8%;
	z-index:1;
	height: 100%;
	width: 28%;
	left: 25%;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
	text-align: justify;
}
#apDiv8 {
	position:absolute;
	right: 1%;
	top:40%;
	width:42px;
	z-index:1;
	height: 14px;
}

#apDiv9 {
	position:absolute;
	left:60%;
	top:8%;
	width:28%;
	height:100%;
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height: 150%;
	color: #666;
}

#apDiv10 {
	position:absolute;
	left:3%;
	top:8%;
	width:20%;
	z-index:3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999;
}
