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

*{padding: 0; margin: 0;}

#TBc_overlay { position: fixed; z-index:100; top: 0px; left: 0px; height:100%; width:100%; }
.TBc_overlayMacFFBGHack {background: url(../img/macFFBgHack.png) repeat; }
.TBc_overlayBG { background-color:#000; filter:alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; }
* html #TBc_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TBc_window { position: fixed; background:none; z-index: 102; color:#000000; display:none; border:none; text-align:left; top:50%; left:50%; }
* html #TBc_window { /* ie6 hack */ 
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBcWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TBc_ajaxContent{ clear:both; padding:2px 15px 15px 15px; overflow:auto; text-align:left; line-height:1.4em; }
#TBc_ajaxContent.TBc_modal{ padding:15px; }
#TBc_load{ position: fixed; display:none; height:13px; width:208px; z-index:103; top: 50%; left: 50%; margin: -6px 0 0 -104px; }
* html #TBc_load { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBcWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TBc_HideSelect{ z-index:99; position:fixed; top: 0; left: 0; background-color:#000; border:none; filter:alpha(opacity=0); -moz-opacity: 0; opacity: 0; height:100%; width:100%; }
* html #TBc_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TBc_iframeContent{ clear:both; border:none; margin-bottom:-1px; margin-top:1px; _margin-bottom:1px; }

.paginador {
	width:500px;
	margin: 10px auto;
	text-align:center;
}

a {
	cursor:pointer;

}

.selected {
	color:#EC7100;
}