html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, blockquote,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 1px dotted #666;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Fim reset CSS */
body {
	font: 90% Georgia, "Times New Roman", Times, serif;
	line-height: 1;
	color: #333;
	background: #9c0;
	text-align: center;
	margin-bottom: 30px;
	}
#tudo {
	width: 865px;
	margin: 0 auto;
	padding-top: 45px;
	padding-bottom: 40px;
	position: relative;
	text-align: left;
	color: #333;
	background: #fff url(../imagens/geral/barra.gif) no-repeat;
	}
h1#topo, span#topo {
	display:block;
	position:relative;
	height: 80px;
	background: #fff;
	font-size:1px;
	border:none;
	}	
h1#topo span, span#topo span {
	position:absolute;
	width:100%;
	height:100%;
	background:#fff url(../imagens/geral/visiva.gif) no-repeat;
	}
h2 {
	font-size:1.7em;
	color:#06f;
	margin-bottom: 1.2em;
	}
h3 {
	font-size: 1.7em;
	color:#690;
	margin-top: 0.8em;
	margin-bottom: 0.3em;
	}

h4, h3.esph4 {
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 0.9em;
	color:#000;
	margin-top: 1.2em;
	}
p {
	margin: 0.2em 0 0.5em 0;
	}
#principal {
	width: /*475px;*/ 475px;
	float: right;
	padding-right: /*25px;*/ 25px;
	background: #fff;
	line-height:1.4;
	display:inline;
	}
#principal ul { 
	margin-left:15px;
	padding:0;
	list-style: disc;
	}

#principal a, #principal a:visited {
	color: #06f;
	}
#principal a:hover {
	text-decoration:none;
	color: #9c0;
	}

#auxiliar {
	width: 327px;
	float:left;
	padding-left: 38px;
	display:inline;
	}
div.triangulo {	
	width: 12px;
	height: 23px;
	position: absolute;
	left:0;
	top: 125px;
	background: url(../imagens/geral/triangulo.gif) no-repeat 0 0;
	}
/* Navegacao */
#nav {
	position:absolute; 
	font: bold 90% "Lucida Grande ", "Lucida Sans", Arial, Helvetica, sans-serif;
	top: 20px;
	left: 365px;
	}
#nav, #nav ul {
	width: 513px; 
	list-style: none;
	padding: 0;
	margin: 0;
	}
#nav li {
	float: left;
	margin-right:10px;
	}
#nav a, #nav a:visited {
	display: block;
	color:#333;
	height:30px;
	padding:3px 5px;
	text-decoration:none;
	} 

* html #nav a, * html #nav a:visited {
	float:left;
	}
* html ul#nav ul {
	margin-left:-72px;
	margin-top:35px;
	} 
#nav a:hover {
	color:#fff !important;
	} 
#nav ul li  a {width: 110px} /* Para os links do subnivel */ 
#nav li ul li a {
	height:15px !important;  /* Permite quebra linha em textos longos para link */
	} 
#nav li ul {
	position: absolute;
	left: -1000em;
	width: 120px; /* Largura = 110px links + padding-left:5px + padding-right:5px; */
	margin: 0;
	}
/* abre submenu na página corrente */
body#servicos #nav li.abresv ul {	
	left: auto !important;	
	}
body.dg #nav li.abreport ul, body.wd #nav li.abreport ul {	
	left: auto !important;	
	}
#nav li:hover ul {left: auto;}

/* estado dos links do submenu*/
#nav li ul li a:link, #nav li ul li a:visited { 
	color:#690;
	font-size:0.9em;
	}
#nav li ul li a:hover { 
	text-decoration:none;
	color:#9c0 !important;
	text-decoration:none;
	}		
ul#nav li#blog {
	float:right;
	}
ul#nav li#blog a, ul#nav li#blog a:visited  {
	color:#039;
	}
ul#nav li#mais a, ul#nav li#mais a:visited  {
	color:#090;
	}
ul#nav li a.submenu:hover {
	color:#fff;
	}
/* Link portfolio corrente */
body.dg ul#nav li a.port, body.wd ul#nav li a.port {
	color:#fff;
	}
body.dg ul#nav li a.port:hover, body.wd ul#nav li a.port:hover {
	cursor:default;
	background:none;
	}
/* Link corrente no sub menu aberto para portfolio 
body.dg div#tudo ul#nav li.abreport ul li.lidg a {color:#9c0 !important; cursor:default;}
body.wd div#tudo ul#nav li.abreport ul li.liwd a {color:#9c0 !important; cursor:default;}*/
/* Link corrente */
#tudo #nav li a#here {
	color: #fff;
	}
/* Fim Navegacao */
.clear {clear:both;}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}