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

#tt,#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;*/
}
#tt,#tf,#buscarMes,#login {
	border:solid 1px #68C600; 
	background: #EAEEEE;
}
#tt {
	position:absolute;
	z-index:1200;
}
#tf,#login {
	position:fixed;
	_position:absolute;
	top:10px;
	_top:expression(eval(document.body.scrollTop)+10);
/*	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;*/
}
#ttcont,#tfcont,#infoColCont {
	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) {
	#tt,#tf {max-height:560px;}
	#ttcont,#tfcont,#infoColCont {max-height:540px;}
}
@media only screen and (min-height: 700px) {
	#tt,#tf {max-height:600px;}
	#ttcont,#tfcont,#infoColCont {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;}
