@charset "utf-8";
/* CSS Document */

#tf,
#login {
	display: none;
	opacity: 0.92;
	/* Safari, Opera and Mozilla */
	filter: alpha(opacity=92);
	/* IE */
	/*    opacity: 0;*/
	font-size: 11px;
	color: #000;
	max-height: 350px;
	top: 10px;
	/*overflow:auto;
	background:url(/img/fondos/tt_left.gif) top left no-repeat;*/
}

#tf,
#buscarMes,
#login {
	border: solid 1px #68C600;
	background: #EAEEEE;
}

#tf,
#login {
	position: fixed;
	top: 10px;
	/*	z-index:120;*/
}

#login {
	top: 80px;
	width: 180px;
	padding: 7px;
	text-align: right;
	/*	z-index:10000;*/
}

#tftop {
	height: 16px;
	margin-right: 18px;
	text-align: center;
	background: #EAEEEE;
	background-image: url(../img/icons/move.gif);
	/*	z-index:10003;*/
}

#tfcont {
	padding: 2px 12px 3px 7px;
	max-height: 330px;
	margin-left: 5px;
	text-align: left;
	overflow: auto;
	position: relative;
}

@media only screen and (max-height: 699px) {

	#tf {
		max-height: 560px;
	}

	#tfcont {
		max-height: 540px;
	}
}

@media only screen and (min-height: 700px) {

	#tf {
		max-height: 600px;
	}

	#tfcont {
		max-height: 670px;
	}
}

.pointer {
	cursor: pointer;
	vertical-align: middle;
}

#anuncio {
	position: absolute;
	display: block;
	font-size: 11px;
	border: solid 1px #68C600;
	background: #FF0;
	color: #000;
}

.closeBox {
	position: absolute;
	height: 15px;
	width: 15px;
	top: 1px;
	right: 1px;
}

#tfcont img {
	cursor: default;
}