#interContainer{
position: absolute;
width: 900px; /*Width of interstitial box*/
left: 0;
top: 0;
padding: 0px;
padding-top: 0;
background-color: #ffffff;
border: 0px solid white;
visibility: hidden;
z-index: 6;
}

#interContainer .headerbar{ /*CSS for header bar of interstitial box*/
background-image:url(/Imagenes/tira.gif);
background-repeat:no-repeat;
background-position:center;
padding: 0px 0;
text-align: right;
}

#interContainer .headerbar a{ /*CSS for header bar links of interstitial box*/
font-size: 120%;
text-decoration: none;
}

#interContent{
	font:10px helvetica,arial,sans-serif;
	color:#ccc;
	text-align:center;
}

#interContent .texto p{
font-family:helvetica,arial,sans-serif;
text-size:10px;
text-decoration: none; 
}

#interContent .texto a{ /*CSS for div that holds the content to show*/
font-family:helvetica,arial,sans-serif;
text-decoration: none; 
color: #008633;
}

#interVeil{ /*CSS for background veil that covers entire page while interstitial box is visible*/
position: absolute;
background: black url(blackdot.gif);
right: 0;
width: 10px;
top: 0;
z-index: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;
}
