/* CSS Document - By Wagner Rodrigues / Webjetiva - www.webjetiva.com */

body {
	margin:0;
	padding:0;
	background-image: url(../ficheros/bg_header.jpg);
	background-repeat:  repeat-x;
}

/* PARTE DO ORÇAMENTO */

#navtab {
	position: relative;
	z-index: 11;
	overflow: hidden;
	width:100%;
	height:24px;
}

#navbar {
	display: block;
	text-align: center;
	margin: 0px auto;
	background-color:#04332B;
	position:relative;
	width: 100%;
	height: 300px;
	overflow:hidden;
	border-top-width: 1px;
	border-top-style: dotted;
	background-image: url(../ficheros/bg_mapa.jpg);
}

#navbar #navContainer {
	width: 100%;
	top: 0px;
	position:relative;
	display: block;
	text-align: left;
	padding:0;
	background-color: #04332B;
	background-image: url(../ficheros/bg_mapa.jpg);
	background-repeat:  repeat-x;
	height: 300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#mapa {
	text-align:left;
	width:100%;
	height:24px;
	margin:0 auto;
}
#mapa  img {
border:none; text-decoration:none;
}
