#interContainer{
position: absolute;
width: 800px; /*Width of interstitial box*/
left: 0;
top: 0;
margin:0px;
padding: 1px;
padding-top: 0;
background-color: #000000;
/*background:#ffffff url(imagenes/fondo_ppal.gif) repeat-x top;*/
/*background:#ffffff url(imagenes/blackdot.gif);*/
border: 0px solid black;
visibility: hidden;
z-index: 6;
}

#interContainer .headerbar{ /*CSS for header bar of interstitial box*/
color: gray;
padding: 0px 0;
text-align: right;
}

#interContainer .headerbar a{ /*CSS for header bar links of interstitial box*/
font-size: 120%;
text-decoration: none;
}


#interContent{ /*CSS for div that holds the content to show*/
border: 0px solid gray;
background-color: white;
}

#interVeil{ /*CSS for background veil that covers entire page while interstitial box is visible*/
position: absolute;
/*background: black url(blackdot.gif);*/
background-color:#000000;
/*background:#ffffff url(imagenes/blackdot.gif);*/
right: 0;
width: 10px;
top: 0;
z-index: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=70);
opacity: 0.7;
}
