*{ margin:0; padding:0; }

/*
 * @section body
 */
body{
	background:url("../img/black.png") repeat;
	color:#555555;
	font-family: "Lucida Grande", Arial;
	font-size:13px;
}

.layout-978 { 
	width: 978px; 
	margin: 0px auto; 
	min-height: 20%;
}
.row { height: 1%; }
.row-end { clear: both; font: 1px/1px sans-serif; height: 1px; overflow: hidden; }


.col1, 
.col2, 
.col3, 
.col4, 
.col5, 
.col6,
.col7, 
.col8, 
.col9, 
.col10, 
.col11, 
.col12 { float: left; margin-left: 30px;  }

.col1:first-child, 
.col2:first-child, 
.col3:first-child, 
.col4:first-child, 
.col5:first-child, 
.col6:first-child, 
.col7:first-child, 
.col8:first-child, 
.col9:first-child, 
.col10:first-child, 
.col11:first-child, 
.col12:first-child { margin-left: 0px; }

.col1 { width: 54px; }
.col2 { width: 138px; }
.col3 { width: 222px; }
.col4 { width: 306px; }
.col5 { width: 390px; }
.col6 { width: 474px; }
.col7 { width: 558px; }
.col8 { width: 642px; }
.col9 { width: 726px; }
.col10 { width: 810px; }
.col11 { width: 894px; }
.col12 { width: 978px; }

.col-left-space:first-child { margin-left:20px; }


/*
 * @section barra-top
 */
.barra-top{
    height:10px;
	width:100%;
	background:#8a1a1a;
}

/*
 * @section header
 */
.header{
	height:300px;
	width:100%;
	position:relative;
}
.base-header{
	background:url("../img/base-header.png");
	width:100%;
	height:29px;
	position:absolute;
	bottom:0;
}
.logo{
	float:left;
	margin-top:20px;
}

nav{
	float:right;
	margin-top:20px;
}
nav ul li{
	display:inline;
	float:left;
	list-style-type:none;
}
nav ul li a{
	display:block;
	background:#8a1a1a;
	opacity: .4;
	filter:alpha(opacity=40);
	padding: 7px 15px;
	margin-right: 3px;
	text-decoration:none;
	color:#fff;
	font-weight: bold;
  font-size:14px;
}
nav ul li a:hover,
.menu-ativo {
	color: #222222;
	background:#e9e9e9;
  text-decoration:none;
}

/*
 *@section banner
 */
.banner{
	clear:both;
	width: 812px;
	margin: 20px auto;
	padding-top: 30px;
}
	

/*
 * @section conteudo
 */
 .conteudo{
	background:#e9e9e9;
	height:400px;
	width:100%;
}
.texto-conteudo{margin-left: 0px;}
.sidebar article{clear:both;}
.imagem-servicos,
.content-servico{float:left;}



/*
 * @section rodape
 */
.rodape{

}

