#conteudo h1{
	width:100%;
	height:20px;
	text-indent:-99999px;
	overflow:hidden;
	display:block;
}

#conteudo h1.empresa{
	background:url(img/h1_empresa.gif) no-repeat left;
}

#conteudo h1.servicos{
	background:url(img/h1_servicos.gif) no-repeat left;
}

#conteudo h1.promo{
	background:url(img/h1_promo.gif) no-repeat left;
}

#conteudo h1.diferenciais{
	background:url(img/h1_diferenciais.gif) no-repeat left;
}

#conteudo h1.news{
	background:url(img/h1_news.gif) no-repeat left;
}

#conteudo h1.localiza{
	background:url(img/h1_localiza.gif) no-repeat left;
}

#conteudo h1.contato{
	background:url(img/h1_faleconosco.gif) no-repeat left;
}

#conteudo h1.tecnologia{
	background:url(img/h1_tecnologia.gif) no-repeat left;
}

#conteudo h1.segmento{
	background:url(img/h1_segmentos.gif) no-repeat left;
}

#conteudo h2{
	color:#999;
	font-size:16px;
	margin:4px;
}

#conteudo h2 a{
	color:#999;
	font-size:16px;
}

#conteudo h2 a:hover{
	color:#666;
	font-size:16px;
}

#conteudo h3{
	color:#00629B;
	font-size:14px;
	margin:4px;
}

#conteudo h3 a{
	color:#00629B;
	font-size:14px;
}

#conteudo h3 a:hover{
	color:#00446C;
	font-size:14px;
}

/*// CONTEUDO //*/

#conteudo p{
	margin:4px 6px 8px 6px;
}

#conteudo p em{
	color:#666;
}

#conteudo p a{
	color:#003399;
	font-weight:bold;
}

#conteudo p a:hover{
	color:#0033CC;
}

#conteudo p.normal a{
	color:#333;
	font-weight:normal;
}

#conteudo p.normal a:hover{
	color:#000;
	font-weight:normal;
}

#conteudo ul{
	margin:4px 0 8px 20px;
}

#conteudo ul li{
	margin:2px 6px 2px 6px;
	background:url(img/seta.gif) no-repeat left;
	padding-left:16px;
}

#conteudo ul li a{
	color:#003399;
	font-weight:bold;
}

#conteudo ul li a:hover{
	color:#0033CC;
}

#conteudo p.voltar{
	margin:0;
	clear:both;
}

#conteudo p.voltar a{
	color:#0066A0;
	background:url(img/voltar.gif) no-repeat left;
	padding-left:18px;
}

#conteudo p.data{
	text-align:right;
	font-size:10px;
}

/*// FORMULARIO //*/

#conteudo .form{
	width:420px;
	margin:10px auto 10px auto;
}

#conteudo .form ul.erro {
	margin:0;
	text-indent:0;
	padding:0;
}

#conteudo .form ul.erro li{
	font-size:11px;
	font-weight:bold;
	color:#FF0000;
	background:none;
	margin:0;
	text-indent:0;
	padding:0;
}

#conteudo .form p{
	float:left;
	width:320px;
	margin:4px 0 0 2px;
}

#conteudo .form label{
	font-size:12px;
	font-weight:bold;
	height:20px;
	padding-top:10px;
	overflow:hidden;
}

#conteudo .form em{
	font-size:10px;
	font-style:normal;
	margin:0 5px 0 5px;
}

#conteudo .form em.required{
	font-size:20px;
	font-style:normal;
	font-weight:bold;
	color:#FF0000;
	margin:0;
}

#conteudo .form p.desc{
	font-size:10px;
	float:left;
	width:320px;
	color:#666666;
	margin-bottom:6px;
}

#conteudo .form input{
	border:#999 1px solid;
	border-bottom:#CCC 1px solid;
	border-right:#CCC 1px solid;
	font-size:12px;
	width:320px;
	height:20px;
	line-height:20px;
	float:left;
}

#conteudo .form select{
	border:#999 1px solid;
	border-bottom:#CCC 1px solid;
	border-right:#CCC 1px solid;
	font-size:12px;
	width:320px;
	height:20px;
	line-height:20px;
	float:left;
}

#conteudo .form textarea{
	border:#999 1px solid;
	border-bottom:#CCC 1px solid;
	border-right:#CCC 1px solid;
	font-size:12px;
	width:320px;
	height:80px;
	overflow:auto;
	line-height:20px;
	float:left;
}

#conteudo .form p.radiobox{
	margin:2px 0 2px 0;
}

#conteudo .form p.radiobox label{
	font-size:12px;
	font-weight:normal;
	float:left;
	width:200px;
	padding:0;
	overflow:hidden;
	height:12px;
	line-height:12px;
}

#conteudo .form input.radio{
	border:none;
	width:12px;
	height:12px;
	line-height:12px;
	float:left;
	margin:0 10px 0 60px;
}

#conteudo .form p.botao{
	margin:10px 0 10px 0;
}

#conteudo .form p.botao input{
	border:#CCC 1px solid;
	border-bottom:#999 1px solid;
	border-right:#999 1px solid;
	font-size:12px;
	width:100px;
	height:24px;
	line-height:24px;
	cursor:hand;
	cursor:pointer;
	font-weight:bold;
	float:right;
}

/*// TABELA //*/

#conteudo table{
	width:400px;
	float:left;
	margin:10px auto 10px auto;
	border:#CCC 1px solid;
}

#conteudo table th{
	background:url(img/th.jpg) repeat-x;
	height:36px;
	line-height:36px;
	text-indent:5px;
	color:#FFF;
}

#conteudo table th.icon{
	width:40px;
	text-align:center;
}

#conteudo table td img{
	margin:0 auto;
}

#conteudo table td{
	height:20px;
	line-height:20px;
	text-indent:4px;
	background:url(img/dot.gif) repeat-x bottom;
}

/*// HOME //*/

#conteudo .home{
	width:214px;
	float:left;
	margin:16px 0 10px 0;
}

#conteudo .home h2{
	margin:2px;
	position:relative;
	top:-2px;
}

#conteudo ul.listad{
	margin:6px 0 14px 0;
}

#conteudo ul.listad li{
	margin:4px 0 4px 0;
	background:none;
	padding-left:0;
	float:left;
}

#conteudo ul.listad li em{
	background:url(img/data.gif) no-repeat;
	width:40px;
	height:20px;
	line-height:19px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	display:block;
	float:left;
	margin-right:6px;
	font-style:normal;
}

#conteudo ul.listad li a{
	color:#666;
	font-weight:bold;
}

#conteudo ul.listad li a:hover{
	color:#333;
}

/*// LOCALIZA //*/

#conteudo .mapa{
	width:260px;
	margin:0 auto;
}

#conteudo .mapa img{
	border:none;
}

#conteudo .mapa h6{
	width:220px;
	font-size:11px;
	margin:10px 0 10px 0;
}

/*// SERVICOS //*/

#conteudo .gallery{
	float:left;
	width:130px;
	height:127px;
	background:#E0E0E0;
	margin:14px 7px 20px 7px;
	text-align:center;
}

#conteudo #mpMaior{
	height:130px;
}

#conteudo .gallery img{
	border:none;
	float:left;
	margin-bottom:4px;
}

#conteudo .gallery p{
	margin:0;
	font-size:10px;
	padding:0 0 4px 4px;
}

#conteudo .gallery #mpMaior p{
}


#conteudo ul.servicon{
	margin:0;
}

#conteudo ul.servicon li{
	margin:0;
	background:none;
	padding-left:0;
	float:left;
	width:100px;
	height:127px;
	margin-left:6px;
	margin-bottom:40px;
}

#conteudo ul.servicon li a{
	width:100px;
	height:127px;
	display:block;
	text-indent:-99999px;
	overflow:hidden;
	background:url(img/serArm.gif) no-repeat;
}

#conteudo ul li.cons a{
	background:url(img/serCons.gif) no-repeat;
}

#conteudo ul li.transp a{
	background:url(img/serTrans.gif) no-repeat;
}

#conteudo ul li.estrategia a{
	background:url(img/serEst.gif) no-repeat;
}

#conteudo ul li.mov a{
	background:url(img/serMov.gif) no-repeat;
}

#conteudo ul li.pal a{
	background:url(img/serPal.gif) no-repeat;
}
	
/*// GALERIA //*/

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 910;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color:#FFFFFF;
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
	color:#FFFFFF;
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

#conteudo #gallery img{
	border:#D94C25 2px solid;
	margin:0 4px 0 4px;
}

#conteudo #salas, #conteudo #salaas{
	background:#EAEAEA;
	padding:6px 6px 0 6px;
	border-top:#FFF 6px solid;
	border-bottom:#FFF 6px solid;
	height:92px;
}

#conteudo #salas h6, #conteudo #salaas h6{
	font-size:18px;
	color:#999;
}

#conteudo #salas h6 a{
	font-size:18px;
	color:#999;
}

#conteudo #salas h6 a:hover{
	text-decoration:underline;
}

#conteudo #salas p a{
	color:#666;
	font-weight:normal;
}

#conteudo #salas p a:hover{
	text-decoration:underline;
}

#conteudo #salas img, #conteudo #salaas img{
	float:left;
	width:110px;
	border:#FFFFFF 2px solid;
	margin-right:8px;
}
