@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#C90000;
}
.lateral {
font-family:  "Trebuchet MS", Arial, Times, serif;
}
.txtamanho0 {font-family:  "Trebuchet MS", Arial, Times, serif;font-size:14pt;}
.txtamanho1 {font-family:  "Trebuchet MS", Arial, Times, serif; font-size:12pt;}
.txtamanho2 {font-family:  "Trebuchet MS", Arial, Times, serif; font-size:10pt;}
.txtamanho3 {font-family:  "Trebuchet MS", Arial, Times, serif; font-size:8pt;}
.campo {
	font-family:  "Trebuchet MS", Arial, Times, serif;
	font-size:8pt;
	border:1px solid #000;
	height: 10pt;
}
.campo_bt {
	font-family:  "Trebuchet MS", Arial, Times, serif;
	font-size:10pt;
	border:1px solid #000;
	height: auto;
}
.txcor0 {color: #000000;}
.txcor1 {color: #C90000;}
.txcor2 {color: #b4b4b4;}
.txcor3 {color: #FFFFFF;}
#principal{
	margin:auto;
	width: 1000px;
}
#principal p {
	/*margin:0em 0px 0px 0px;
	padding:0px;*/
}

.box {
	width:95%;
	margin:0px auto;
	max-width:800px; /* I only cut the left background images out to 800px. You could do much larger, etc. */
}

.box .hd .c{
	font-size:1px; /* ensure minimum height */
	height:44px;
}

.box .ft .c {
font-size:1px;
 height:49px;
}

.box .hd {
 background:transparent url(imagens/box_tl.png) no-repeat 0px 0px;
 margin-right:44px; /* space for right corner */
}

.box .hd .c {
 background:transparent url(imagens/box_tr.png) no-repeat right 0px;
 margin-right:-44px; /* pull right corner back over "empty" space (from above margin) */
}

.box .bd {
 background:transparent url(imagens/box_ml.png) repeat-y 0px 0px;
 margin-right:7px;
}

.box .bd .c {
 background:transparent url(imagens/box_mr.png) repeat-y right 0px;
 margin-right:-7px;
}

.box .bd .c .s {
font-family:  "Trebuchet MS", Arial, Times, serif;
	margin:0px 10px 0px 10px;
	position: relative;
}
.box p {
 margin:0em 0px 0px 0px;
 padding:7px;
}
.box a {
	color:#000;
}

.box .ft {
 background:transparent url(imagens/box_bl.png) no-repeat 0px 0px;
 margin-right:7px;
}

.box .ft .c {
 background:transparent url(imagens/box_br.png) no-repeat right 0px;
 margin-right:-7px;
}
.clear {
	clear:both;
	height: 1px;
}
#menue .it {
	padding: 0 0 10px 0px;
}
#TituS{
	font-size:16pt;
	font-weight: bold;
	margin-bottom:10px;
	margin-left:10px;
	color: #C90000;
}
#aviso{
	background: #b4b4b4 url(imagens/error.png) no-repeat left 0px;
	height: 16px;
	margin: auto;
	width: 300px;
	display: none;
	padding-left: 20px;
}
#preloadImagens
{
width: 0;
height: 0;
padding: 0;
background: url(imagens/time.png);
display: none;
}
.galeria_foto {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C90000;
	width: 530px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C90000;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.foto_galeria{
	border: 4px double #E5E5E5;
}
.foto_legenda{
	padding:0 0 10px 0;
}
.info_galeria{
	padding:0 0 30px 15px;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; 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{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(imagens/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(imagens/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 12px "Trebuchet MS", Arial, Times, serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
