#interContainer{
position: absolute;
width: 388px; /*Width of interstitial box*/
left: 0;
top: 0;
padding: 15px;
padding-top: 10px;
background-color: #ccc;
border: 1px solid black;
visibility: hidden;
z-index: 6;
}

#interContainer .headerbar{ /*CSS for header bar of interstitial box*/
color: gray;
padding: 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: 1px solid gray;

background-color: white;
}

#interVeil{ /*CSS for background veil that covers entire page while interstitial box is visible*/
position: absolute;
background: black url(../images/blackdot.gif);
right: 0;
width: 10px;
top: 0;
z-index: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;
}
.Estilo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FF0000;
}
.contene {
margin:20px;

	
}
.Estilo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}
.Estilo4 {font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #FD4D4D; }
