* {
  padding: 0;
  margin: 0;
 }
 
 body {
	font-family: tahoma;
	font-size: 11px;
	color: White;
	/*background : Black url(../img/bg.jpg) repeat-y left;
	*/
	background : #284F76 url(../img/bgrd_1.jpg) no-repeat -184px -20px;
}

acronym, abbr, span.caps {
  cursor: help;
}
acronym, abbr {
/*  text-decoration: none;*/
  border-bottom: 1px dashed #999;
  color: #FFCC00;  
}
p {
	margin: 10px 0;
	font-size: 12px;
	padding: 2px;
}
h1 {
	font-size: 1.8em;
	color: #99FFFF;
	font-weight: bold;
} 
h2 {
  font-weight: normal;
  padding-bottom: 7px;
  font-size: 12px;
 } 
a {
  color: #FFFF99;
  text-decoration: none;
  border: none;
  font-weight: bolder;
 }
 li {
	list-style: none;
} 
.nav {
	float:left;
	padding-top: 100px;
	width: 285px;
	height: 380px;
	/*background-color: Black;*/
	position: absolute;
	z-index: 10;
}

.nav ul li {
  float: right;
 }

.nav ul li a {
	margin-top: 2px;
	font-family: Verdana;
	font-size: 14px;
	color: White;
	text-decoration: none;	
	padding-top: 7px;
	padding-left: 7px;
	width: 155px;
	height: 23px;
	float: right;
}

.nav ul li a:hover {
	/*background: #343434;
	*/
	background: url(../img/bgrd_footer_nav.png) repeat;
	border: 1px dotted #CCCCCC;
}

 
 .nav ul li.active a {
	color: #FFFF99;
	/* background: #343434;
	*/
	background:url(../img/bgrd_footer_nav.png) repeat;
	border: 1px dotted #CCCCCC;
}
.nav a img{
	margin-left: 45px;
	border: 1px dotted #CCCCCC;
}
 
 .site {
  padding-left: 310px;
  padding-top: 100px;
  /*background: #343434;*/
}

.site img {
  margin-left: 10px;
  display: block;  
 }
 
  .block {
  margin-top: 10px;
  height: 106px;
  width: 600px;
 }  
.conteudo {
  width: 500px;
  position: absolute;
  left: 350px;
 }
.rodape {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 60px;
	overflow: hidden;
	background : url(../img/bgrd_footer.png) repeat-x bottom;
}
#navRodape { height:20px; overflow:hidden; background:url(../img/bgrd_footer_nav.png) repeat-x;}

#navRodape ul {
	width: 780px;
	top: 30px;
	left: 160px;
	position: absolute;
	z-index: 20;
}
#navRodape ul li{
	display: inline;
	margin-right: 10px;
}
#base {
	width: 400px;
	height: auto;
	margin: 50px auto;
}

.home{
	float: left;
	margin: 3px 0 0 25px; 
}
.conforme{
	float: right;
	margin-top: 3px;
	margin-right: 20px;
}
.servicos {
	width: 500px;
	height: 100px;
	margin: 7px 0px;
	background : transparent url(../img/bgrd_footer_nav.png) repeat;
	padding: 1px;
}
.servicos img{
	float: left;
	margin: 5px 5px 2px 5px;
}
.servicos span{
	text-decoration: underline;
}
.servicos h4{
	font-size: 1.2em;
	color: #FFCC00;
}

.toolTipImg {
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;	
	cursor: help;
	font-size: 12px;
}

.tools {
	background-image: url(../img/slider.jpg);
	background-repeat: repeat-x;
	width: 200px;
	border: 1px dotted #CCCCCC;
	text-align: justify;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #000000;
	color: Yellow;
	font-size: 12px;
	line-height: 17px;
	cursor: help;	
}
/***************** Formulario de contato ******************/
	
form span {
 display:block;
  margin:2px 0
 }	
label{
	width: 100px;
	display: block;

}
input, textarea	{ 		 
	 margin-bottom: 2px;
}
.out, .over{ height:13px; border:0; padding:1px 5px; width:300px; }
textarea { 
	height:100px !important;
	font-family: tahoma !important;
	font-size: 12px !important;
	overflow:auto;
}
.btn { margin-top:10px}
#legende_texte {display:none}
