@charset "utf-8";
/* CSS Document */

#cont #principal #servicos{
	margin:15px 0 0 10px;
}

#cont #principal #servicos #titServicos{
	width:700px;
	background:url(../imagens/traceTit.png);
	background-repeat:no-repeat;
	background-position:center;
	
	}

#cont #principal #servicos #view{
	width:675px;
	height:260px;
	color:#adadbc;
	size:11px;
}

#cont #principal #servicos #view li{
	display:inline;
}


/* navegação servicos */


div.sc_menu {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  height: 260px;
  width: 675px;
  /* Add scroll-bars */
  overflow: auto;
}
ul.sc_menu {
  display: block;
  height: 110px;
  /* Max width here, for users without Javascript */
  width: 1500px;
  padding: 15px 0 0 15px;
  /* Remove default margin */
  margin: 0;
  background: url('navigation.png');
  list-style: none;
}
.sc_menu li {
  display: block;
  float: left;
  padding: 0 4px;
}
.sc_menu a {
  display: block;
  text-decoration: none;
}
.sc_menu span {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

.sc_menu span {
  display: none;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.sc_menu a:hover span {
  display: block;
}
.sc_menu img {
	border:0;
  /*border: 3px #fff solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  */
}
.sc_menu a:hover img {
  filter:alpha(opacity=50);
  opacity: 0.5;
}
