/**header*/

body {
	background-color: #d3eebb;
}

#pageEnvelope {
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#netmapHeader {
	padding: 0;
	border-bottom: 2px solid black;
}

#mapMenu {
	
}

#interfaceEnvelope {
	/*background-color: #fcfae6 !important;*/
	background-color: #ffffff !important;
}

div#header {
	background:#fcfae6 url(images/header2.jpg) no-repeat scroll top left;
	height:150px;
	position: relative;
}

/**custom header stuff*/

div#header h1 a {text-decoration:none; visibility: hidden;}
div#header h1 a span {
	display:block; width:195px; height:105px; position:absolute; top:0; left:0; cursor:pointer; background:url(/images/logo.png) top left;
}
	

* {
	font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
}

div#header h1 {
	font-size:120%;
	height:105px;
	margin:0;
	overflow:hidden;
	position:relative;
	width:195px;
}
h1 {
	font-size:160%;
}
h1, h2, h3, h4, h5, h6 {
	color:#C61D23;
	font-weight:normal;
}

img#mapa {position:absolute; top:0; right:0;}

div#languageSelect {
	position: absolute;
	top: 120px;
	left: 70px;
}

img.iconLang {
	border: 1px solid black;
	margin-right: 3px;
}

/** end of custom header stuff*/




