  article, aside, figure, footer, header, hgroup, menu, nav, section { display: block; }
  
body {
	background:url(../imagens/fundo.jpg) repeat-x;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}

body tr td {
	font-size:13px;
}

dl { background: #f1f1f1; font-size: 14; padding: 5px; margin: 2px; width: 180px; }
dl,dd { background: #f1f1f1; font-size: 14; padding: 5px; margin: 2px; margin: 0; }
dt { background: #f1f1f1; font-size: 14; padding: 5px; margin: 2px; }
dt a { background: #f1f1f1; font-size: 14; padding: 5px; margin: 2px; }
dd a { background: #f1f1f1; font-size: 14; padding: 5px; margin: 2px; }
dd ul li a { background: #ffffff; font-size: 14; padding: 5px; margin: 2px; }

a {
	color:#666666;
	text-decoration:none;
}

a:hover {
	color:#4788AB;
	text-decoration: none;
}

.botao_orcamento {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #3366CC;
	background-color: #F0F0F0;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #999999;
	font-weight: normal;
}

#site {
	left:50%;
	margin-left:-423px;
	position:absolute;
	width:846px;
}

h3 {
	font-size:15px;
}

#topo {
	background:url(../imagens/topo.jpg) no-repeat;
	height:118px;
	clear:left;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}

#noticias {

	padding:15px;
	font-size:11px;
}

#noticias #noticia {
	padding:4px;
	border-bottom:1px dashed #ccc;
}

#noticias #noticia .retranca {

	color:#236BBF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#noticias #noticia .titulo a {
	color:#666666;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#noticias #noticia .titulo a:hover {
	color:#4788AB;
	font-weight:bold;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#noticias #noticia .titulo a {

	text-decoration:none;
}

#projetos .projeto a {
	
	color:#000;
	font-size:11px;
}
#projetos .projeto a:hover {
	color:#4788AB;
	text-decoration:none;
}

#informes .informe a {
	
	color:#000;
	font-size:11px;
}
#informes .informe a:hover {
	color:#4788AB;
	text-decoration:none;
}

#barra {

	color:#2B5770;
	font-size:12px;
	font-weight:bold;
	margin-left:15px;
	margin-right:15px;
}

#barra .titulo {
	color:#2B5770;
	font-size:12px;
	font-weight:bold;
}

#barralaranja {

	color:#2B5770;
	font-size:12px;
	font-weight:bold;
	margin-left:15px;
	margin-right:15px;
}

#barralaranja .titulo {
	background:#FDEFCA;
	color:#b7a55f;
	font-size:12px;
	font-weight:bold;
}

input {

	border:1px solid #ccc;
}

.tituloconteudo {
	
	font-size:18px;
	color:#2B5770;
	font-weight:bold;
	margin:15px;
}

.leiamais {
	
	font-size:14px;
	color:#999;
	margin:15px;
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
}

.titulodir {
	font-size:12px;
	color:#ccc;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:5px;
	margin-left:15px;
}

.titulodata {
	
	font-size:11px;
	color:#999;
	margin-left:15px;
}

.texto {
	
	font-size:15px;
	color:#000;
	margin:15px;
}
		/* menu styles */
			.menuh {
			
			z-index:1000;
			}
			ul.menuh {
				z-index:1000;
                margin: 0; padding: 0; border: 1px solid #fff; height: 28px;
            }            
            ul.menuh li.subv {
                margin: 0px;
				padding: 0px;
				width: 100px;
				float: left;
				list-style: none;
				border-right: 1px solid #ccc;
				padding:5px;
				text-decoration: none;
				font: bold 11px "Trebuchet MS", Verdana;
            }            
            ul.menuh ul.menuv {
                display: none; position: absolute; margin-left: -1px;
            }            
            ul.menuh ul.menuv ul {
                left: 150px;
            }            
            ul.menuh a {
                padding: 0px; display: block; text-decoration: none; color: #666666;
            }            
            ul.menuh li a:hover {
                color: #3399FF;
            }            
            ul.menuh a.seta {
                background: transparent url(indicador-submenu-1.gif) right center no-repeat;
            }            
            ul.menuv, ul.menuv ul {
                margin: 0; padding: 0; border: 0px; width: 150px; background-color: #fff;
                z-index: 10000; 	border-top: 1px solid #ccc; border-left: 1px solid #ccc; border-bottom: 1px solid #ccc; 
				border-right: 1px solid #ccc;
            }            
            ul.menuv li {
                position: relative; list-style: none; border: 0px;
            }            
            ul.menuv li a {
                display: block; text-decoration: none; border-top: none;
                color: #999999; padding: 5px 10px 5px 5px;
            }
            /* Fix IE. Hide from IE Mac \*/
            * html ul.menuv li {
                float: left; height: 1%;
            }            
            * ul.menuv li a {
                height: 1%;
            }
            /* End */
            ul.menuv ul {
                position: absolute; z-index: 10000; display: none; left: 149px; top: -1px;
            }            
            ul.menuv li.submenu ul {
                display: none;
            }            
            ul.menuv a.seta {
                background: transparent url(indicador-submenu-2.gif) right center no-repeat;
            }            
            ul.menuv li a:hover {
                color: #666666; background-color: #E9E9E9;
            }

.style4 {
	color: #D2AC15
}
.style5 {
	color: #B7A55F;
	font-size: 13px;
	font-weight: bold;
}

#banner {
	position: absolute;
	top: 502px;
	z-index: 1;
	height: 114px;

		}
#apDiv1 {
	position:absolute;
	left:373px;
	top:273px;
	width:281px;
	height:251px;
	z-index:3;
	display: none;
}

#janela {
	background: #fff;
	width: 369px;
	height: 462px;
	padding: 22px 10px 10px 10px;

	position: fixed;
	top: 20%;
	left: 30%;

	display: none;
	z-index: 2;
		}


.fechar {
	position: absolute;
	top: 0;
	top: 0;
	right: 0;
	cursor: pointer; cursor: hand
		}

#banner {
	position: absolute;
	top: 502px;
	z-index: 1;
	height: 114px;
	padding-left: 15px
		}
.abrir {
	cursor: pointer; cursor: hand
}