body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image: url(fondolienal.jpg);
	scrollbar-face-color: #000000; 
	scrollbar-shadow-color: #cccccc; 
	scrollbar-highlight-color: #000000; 
	scrollbar-3dlight-color: #000000; 
	scrollbar-darkshadow-color: #cccccc; 
	scrollbar-track-color: #000000; 
	scrollbar-arrow-color: #cccccc;
}
.Estilo3 {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 16px; color: #CCCCCC;}
.Estilo4 {color: #FFFFFF}
.Estilo5 {font-size: 16px; font-weight: bold; font-family: Geneva, Arial, Helvetica, sans-serif;}
.Estilo6 {font-size: 16px; font-family: Geneva, Arial, Helvetica, sans-serif;}
.Estilo7 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.Estilo8 {
	color: #C55406;
	font-weight: bold;
}
.Estilo9 {
	color: #73B7DC;
	font-weight: bold;
}
.Estilo10 {
	color: #73B7DC;
	font-weight: bold;
}
.Estilo11 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	font-weight: bold;
}
body,td,th {
	color: #999999;
}
img {
	border: none;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(../img/dock-bg2.gif);
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #fff;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: url(../img/dock-bg.gif);
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #fff; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
.white_content {
    display: none;
    position: absolute;
    top: 25%;
    left: 35%;
    width: 360;
    height: 380;
    padding: 16px;
    border: 16px solid #cccccc;
    background-color: white;
    z-index:1002;
    overflow: auto;
}