@charset "utf-8";
/* CSS Document */

h2{	background:url(images/clientes_tit.gif) no-repeat;}	

.apresentacao { display:none;}

#miniaturas {
	width:620px;
	height:auto;
	float:left;
	margin-top:50px;}
	
	.cliente {
	background:url(images/fd.gif) no-repeat;
	width:166px;
	height:164px;
	padding:8px;
	float:left;
	margin:0 10px 20px 0;}
		
		.cliente a img {
		width:164px;
		height:145px;
		border:none;
		display:block;
		position:relative;
		margin-left:-10px;}
		
		.cliente a {
		font:normal 11px Arial, Helvetica, sans-serif;
		color:#2f7ac6;
		text-decoration:none;
		display:block;
		margin-top:3px;
		padding-left:9px;}
		
.filtro {
	float:right;
	width:208px;
	margin:50px 0 0 0;
	background:url(images/fd_ind_inst.gif) no-repeat left top;
	position:relative;
	padding:0 1px 0 1px;
	border-top:5px #ffa300 solid;}
	
	.filtro h6 { 
	background:url(images/input_inst.gif) no-repeat 139px top;
	font:bold 12px Arial, Helvetica, sans-serif;
	width:153px;
	height:24px;
	padding:18px 50px 0 5px;
	margin:-16px 0 0 0;
	display:block;
	position:relative;
	z-index:2;}
		
	.filtro ul {
	width:202px;
	min-height:300px;
	padding:30px 3px 0 3px;
	margin-top:-26px;}
	
	.filtro ul:hover {
	background:url(images/fd_ind_inst_hover.gif) repeat-x;}
	
	.filtro ul li {
	display:block;
	margin:5px 0 0 0;
	padding:3px;
	color:#216ea9;}
	
	.filtro ul li {
		color:#216ea9;}
			
#paginacao {
	clear:both;}
	
/*-------------------------------------- LightBox ---------------------------------*/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}

