@charset "utf-8";
body {
	background-color: #222222;
}

/* CSS Document */

#cont_gral {
	position: absolute;
	height: 530px;
	width: 950px;
	top: 50%;
	background-color: #222222;
	background-image: url(../img/fdo_bottom2.gif);
/*	background-image: url(../img/fdo_bottom1.gif);
*/
	background-repeat:   repeat-x;
	background-position: bottom;
	border: 1px solid #666666;
	overflow: hidden;
	margin-top: -265px;
	margin-left: -475px;
	left: 50%;
}
#tapa_info {
	background-color: #222222;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	color: #999988;
	font-size: 12px;
	z-index: 40;
	display: none;
	filter: Alpha(Opacity=0);
	opacity: 0;
	-moz-opacity:0;
}

#footer {
	background-image: url(../img/fdo_footer.gif);
	background-repeat:  repeat-x;
	background-position: bottom;
	position: absolute;
	width: 780px;
	left: 85px;
	bottom: 0px;
	height: 25px;
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-size: 9px;
	color: #979797;
	z-index: 10;
}
#footer a {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-size: 9px;
	color: #979797;
	text-decoration: none;
}
#footer a:hover {
	font-family: Tahoma, helvetica, arial, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: none;
}
.upper {
	color: #FB4F14;
	font-size: 8px;
	position: relative;
	bottom: 3px;
}
