


#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:-10;
	left: 546px;
	top: 128px;
}


#caja {
	width:1000px;
	display: none;
	margin:0px;
	padding:0px;
	position: absolute;
	z-index: 180;
}



#caja .closeit{
	width:1000px;
	margin:0px;
	padding:0px;
	position: absolute;
}



.menucontainter{
	background:#000000;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:13px;
	height:30px;
	font-weight:bold;
}

.menucontainter img{
	margin:0;
}

#caja h2{
	color:#ffffff;
	text-transform:uppercase;
	font-size:22px;
	font-weight:normal;
	line-height: normal;
}

.menucontainter a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	padding:0 15px;
}


#translucentbkg {
   width: 1000px; height: 266px;     /* to match DIVs size          */
   background-color: #000;       /* the background              */
   filter:alpha(opacity=90);
   -moz-opacity:0.90;
   	-khtml-opacity: 0.90;
   opacity: 0.90;
   margin:0px;
   padding:0px;

}

#opaquetext {
	color:#FFFFFF;
   	width: 1000px; height: 270px;     /* to match DIVs size          */
	background-color: transparent;   /* transparent background      */
	position: absolute;              /* absolute positioning        */
	z-index: 200;                      /* place it over the other DIV */
	padding:0px;
	margin:0px;
	font-size:12px;
}





