@charset "utf-8";
body {
	background-color: #E5ECED;
	margin: 0px;
	padding: 0px;
}
#conteiner {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
	height: auto;
	padding: 0px;
}


#head {
	background-image: url(img/head.jpg);
	height: 190px;
	width: 960px;
	margin: 0px;
	padding: 0px;
}
#titulo {
	height: 30px;
	width: 960px;
}
#bloco1 {
	width: 70%;
	float: left;
}

#bloco1 #menu {
	float: left;
	height: auto;
	width: 185px;
	margin-right: 0px;
	margin-left: 0px;
}
#bloco1 #text {
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 470px;
	float: right;
	padding-left: 0px;
	height: auto;
}

#bloco2 {
	width: 30%;
	height: auto;
	float: right;
	margin: 0px;
}
#bloco2 #sobre {
	height: 230px;
	width: 270px;
	margin-bottom: 5px;
	float: right;
	margin-top: 10px;
}
#bloco3 {
	width: 185px;
	height: 300px;
	float: left;
}
#bloco4 {
	float: right;
	height: auto;
	width: 754px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}


#rodape {
	background-image: url(img/rodape.jpg);
	background-repeat: repeat-x;
	height: 91px;
	width: 960px;
	clear: both;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	margin: 0px;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-color: #BF0633;
	color: #FFF;
	font-style: normal;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: capitalize;
	background-image: url(docs/h2.png);
}
h4 {
	margin: 0px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
}
h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
	margin: 0px;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}
h6 {
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #FF484D;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #BF0633;
	margin: 0px;
	padding: 0px;
}
a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF484E;
	text-decoration: underline;
}


a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #C00;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF7062;
	text-decoration: underline overline;
}


.port {
	background-color: #BF0633;
	padding: 10px;
	height: 100px;
	margin-bottom: 5px;
}
.port2 {
	background-color: #FF484E;
	height: 100px;
	padding: 10px;
	margin-bottom: 5px;
}
.port3 {
	background-color: #FF9273;
	padding: 10px;
	height: 100px;
	margin-bottom: 5px;
}
.space {
	margin-left: 20px;
}



.estilo_link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	letter-spacing: normal;
	word-spacing: normal;
}
.no_line {
	margin: 0px;
	padding: 0px;
}








/*  Lightbox
---------------------------------------------------------------------------------------------------------------*/
#lightbox1{
	position: absolute;
	left: 0;
	width:100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

.lightbox img{ border: none; }

.innerLightbox{
	position:absolute;
	margin:0 auto;
	z-index:101;
	}

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

/*  OuterImageContainer
---------------------------------------------------------------------------------------------------------------*/
.outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	font: 1, Arial, Helvetica, sans-serif;
	}

/*  ImageContainer
---------------------------------------------------------------------------------------------------------------*/
.imageContainer{
	padding: 10px;
	}

.loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}

/*  HoverNav
---------------------------------------------------------------------------------------------------------------*/
.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: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
.prevLink { left: 0; float: left;}
.nextLink { right: 0; float: right;}
.prevLink:hover, .prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
.nextLink:hover, .nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

.lightboxImage{
	position:relative;
	}

/*  ImageDataContainer
---------------------------------------------------------------------------------------------------------------*/
.imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding:0 0 0.1em 0;
	
	}

.imageData{	padding:0 10px; color: #666; }
.imageData .imageDetails{width:49%; 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;	}

/*  Header
---------------------------------------------------------------------------------------------------------------*/		
#headerContainer{
	width:100%;
	overflow:visible;
	position:absolute;
	top:0;
	left:0;
	z-index:105;
	}

#header{
	position:relative;
	top:0;
	height:95px;
	width:100%;
	z-index:105;
	overflow:hidden;
	margin: 0 auto;
	}
	
#headerBG{
	top:0;
	height:80px;
	position:relative;
	z-index:92;
	background-color:#BF0633;
	border-bottom: thin solid #CCCCCC;
	}
	
#indexForward{
	float:right;
	width:10px;
	height:80px;
	position:relative;
	z-index:105;
	background-image: url("../images/HeaderBarArrowRight.gif");
	}
	
#indexBackward{
	float:left;
	width: 10px;
	height:80px;
	position:relative;
	z-index:105;
	background-image: url("../images/HeaderBarArrowLeft.gif");
	}
	
#headerImageContainer{
	height:100%;
	position:relative;
	z-index:92;
	top:0;
	text-align:center;
	margin: 0 auto;
	}

#headerImageContainer div img{
	max-height:60px;
	position:relative;
	top:10px;
	}

#headerIndexSelected{
	padding: 0 5px 0 5px;
	width:auto;
	background-color: #BF0633;
	position:relative;
	float:left;
	height:80px;
	}

#headerIndexBG{
	padding: 0 5px 0 5px;
	width:auto;
	position:relative;
	float:left;
	height:80px;
	}

#headerIndexBG:hover{
	background-color:#BF0633;
	}
	
#headerIndexBG img{
	position:relative;
	}
	
/*  HeaderBar
---------------------------------------------------------------------------------------------------------------*/
#headerBar{
	position:absolute;
	font: 0, "Times New Roman", Times, serif;
	}

#headerBarImage{
	height:14px;
	top:0;
	}

#headerBarLeft{
	top:0;
	left:0;
	position:absolute;
	z-index:101;
	}

#headerBarRight{
	top:0;
	right:0;
	position:absolute;
	z-index:101;
	}

#headerBarArrow{
	position:absolute;
	top:3px;
	right:50%;
	width:8px;
	height:8px;
	background-image:url(../images/headerBarArrowDown.gif);
	z-index:102;
	}
