#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #333333;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
border: 1px solid #CFD5DB;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 13px/1.1em Tahoma;
letter-spacing: 1px;
color: #999999;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
border: 1px solid #CFD5DB;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

.miniatura {
	float:left;
	margin:0 auto;
	text-align:center;
	margin-right:10px;
	margin-bottom:10px;
	padding:5px;
	border: 1px solid #C1D2F2;
	width:185px;
	height:133px;
	line-height:140px;
}

.miniatura-interior{
	
	width:185px;
	height:140px;
	overflow:hidden;	
}


.separador { clear:both }