@charset "iso-8859-1";
/* CSS Document */

/* TEXTOS */
	.txt11 {font-family: Arial; color:#000; font-size:11px; text-decoration: none;}
	.txt12 {font-family: Arial; color:#000; font-size:12px; text-decoration: none;}
	.txt13 {font-family: Arial; color:#000; font-size:13px; text-decoration: none;}
	.txt14 {font-family: Arial; color:#000; font-size:14px; text-decoration: none;}
	.txt18 {font-family: Arial; color:#000; font-size:18px; text-decoration: none;}
	.txt22 {font-family: Arial; color:#000; font-size:22px; text-decoration: none;}
	.txt24 {font-family: Arial; color:#000; font-size:24px; text-decoration: none;}
	.txt25 {font-family: Arial; color:#000; font-size:25px; text-decoration: none;}
	
	.rodape {font-family: Arial; color:#666; font-size:11px; text-decoration: none;}


/* LINKS */
	.link11:link	{ font-family: arial; font-size: 11px; color: #000000; text-decoration: none; }
	.link11:visited	{ font-family: arial; font-size: 11px; color: #000000; text-decoration: none; }
	.link11:hover	{ font-family: arial; font-size: 11px; color: #000000; text-decoration: underline; }

	.link12:link	{ font-family: arial; font-size: 12px; color: #000000; text-decoration: none; }
	.link12:visited	{ font-family: arial; font-size: 12px; color: #000000; text-decoration: none; }
	.link12:hover	{ font-family: arial; font-size: 12px; color: #000000; text-decoration: underline; }

	.link13:link	{ font-family: arial; font-size: 13px; color: #000000; text-decoration: none; }
	.link13:visited	{ font-family: arial; font-size: 13px; color: #000000; text-decoration: none; }
	.link13:hover	{ font-family: arial; font-size: 13px; color: #000000; text-decoration: underline; }

	.link14:link	{ font-family: arial; font-size: 14px; color: #000000; text-decoration: none; }
	.link14:visited	{ font-family: arial; font-size: 14px; color: #000000; text-decoration: none; }
	.link14:hover	{ font-family: arial; font-size: 14px; color: #000000; text-decoration: underline; }

	.linkrodape:link	{ font-family: Arial; font-size: 11px; color: #666666; text-decoration: none; }
	.linkrodape:visited	{ font-family: Arial; font-size: 11px; color: #666666; text-decoration: none; }
	.linkrodape:hover	{ font-family: Arial; font-size: 11px; color: #666666; text-decoration: underline; }

/* INPUT TEXT */

	.box13 { font-family: Arial; font-size: 13px; color: #000000; text-decoration: none; border: 1px solid #EEE; }
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background: #ccc url('../images/lb_back.jpg') repeat-x;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	position: absolute;
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 20px; float: left; }
#nextLink { right: 20px; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left bottom no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right bottom no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background: #ccc url(../images/data_back.gif) no-repeat right top;
	margin: 0 auto;
	line-height: 1.3em;
	}

#imageData{
	padding: 0px 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #fff;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block;
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
	
