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

.centrar {
	width: 1024px; /* ancho de caja a centrar */
	position: absolute;
	left: 862px;
	margin: auto auto auto -512px; /*mitad del ancho de la caja a centrar */
	top: 0px;
	height: 768px;
}
#apDiv2 {
	position:absolute;
	left:106px;
	top:705px;
	width:852px;
	height:55px;
	z-index:2;
}
#apDiv3 {
	position:absolute;
	left:969px;
	top:713px;
	width:47px;
	height:47px;
	z-index:3;
}

