/* CSS Document */
body {
	background-color: #E8E0AE;
	background-image: url(superior.jpg);
}
.Mini {font-size: 12px;
	    color: #FFFFFF;
}

.input_text {
	border-color: #000000;
	display: inline;
	height: 16px;
	font-size: 11px;
	border: 1px solid black;
	background-image: url(input.jpg);
	background-repeat: no-repeat;
	width: 120px;
}

.input_text2 {
	border-color: #000000;
	display: inline;
	height: 16px;
	font-size: 11px;
	border: 1px solid black;
	background-image: url(input2.jpg);
	background-repeat: no-repeat;
	width: 80px;
}
.input_ok
{
	border-color: #000000;
	display: inline;
	height: 17px;
	width: 60px;
	font-size: 12px;
	border: 1px solid black;
	background-image: url(ok.jpg);
}
.input_ok2
{
	border-color: #000000;
	display: inline;
	height: 17px;
	width: 25px;
	font-size: 12px;
	border: 1px solid black;
	background-image: url(ok2.jpg);
}

#Layer1 {
	position:absolute;
	left:1px;
	top:58px;
	width:425px;
	height:22px;
	z-index:1;
}

a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
a:active {
	color: #FFCC00;
	text-decoration: none;
}

#Menu_online {
	position:absolute;
	top:60px;
	width:352px;
	height:17px;
	z-index:1;
	right: 0px;
}
.FondoForo {
	background-image: url(fondo_m_foro.jpg);
	margin-bottom: 0px;
	margin-top: 0px;
	}
.Pestana {
     background-image: url(pestana.gif); }

#Layer2 {
	position:absolute;
	top:2px;
	width:138px;
	height:17px;
	z-index:3;
	right: 0px;
}
.transparente {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 90;
	height: 1px;
	background: url('negro.jpg') #000000;
	filter:alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
}
