#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:-10;
	left: 546px;
	top: 12px;
}
#caja {
	width:960px;
	display: none;
	margin:0px;
	position: absolute;
	z-index: 180;
}
#caja .closeit{
	width:960px
	margin:0px;
	padding:0px;
	position: absolute;
}
.menucontainter{
	background:url(../images/header_emboss.gif);
	height:30px;
}
.menucontainter img{
margin-left:8px;
margin-right:5px;
}
#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-left:2px;
	padding-right:2px;
}
#translucentbkg {
   width: 960px; height: 160px;     /* to match DIVs size          */
   background-color: #6a6a6a;       /* 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: 960px; height: 160px;     /* 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:13px;
}





