@CHARSET "utf8";

html,body {
	padding: 0;
	margin: 0;
	height:100%;
	overflow:hidden;
}

#content {
	clear: both;
	margin: 0;
	padding: 0;
}


div#contenidorColumna1{
	position: absolute;
	width: 300px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	background-color:#DEAEAD;
}

div#contenidorColumna2{
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 300px;
}

div#contenidorColumna2_cos{
	position: absolute;
	top: 0px;
	bottom: 40px;
	right: 0px;
	left: 0px;
}

div#contenidorColumna2_peu{

	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	background-color:#FFD4A7;
	height:40px;

}


div#contenidorColumna2_peu div.container{
	margin-top: 2px;
}

#mapa{
	width: 100%;
	height: 100%;
	background-color: #FFD4A7;
}
/*
#peu{
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	height:40px;
	z-index:  300000px;
}
*/

#textepreinputpas0{
	margin: 5px;
}

#textepreinputpas0 input[type=text]{
	width: 150px;
}

#pasos{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
}

#treeview{
	position: absolute;
	margin-left: 5px;
	top: 340px;
	bottom: 60px;
	left: 0px;
	right: 0px;
}

#carpetes_titol{
	font-weight:bold; 
	height: 15px;
	position: absolute;
	top: -15px;
}

#carpetes{
	height: 100% !important;
}

#gestions{
	position: absolute;
	margin-left: 5px;
	bottom: 40px;
	left: 0px;
	right: 0px;
	height: 20px;
}


#divscalebar{
	text-align:auto;
	display:inline;
	float:right;
	margin-left:10px;
	padding-left:10px;
	margin-right:10px;
	height:35px;
	z-index:6000;
}
#nord{
	float:right;
	margin-right:10px;
    z-index:5000;
}
#coordenades{
	height:100%;
	/*width:150px;*/
	display:inline;
	float:left;
	clear:none;
	text-align:left;
	padding-top:2px;
	position:relative;
	padding-left:5px;
}

div#llegenda{
	position:absolute;
	left:2px;
	padding:5px;
	z-index:5000;
	border:1px solid #CE6163;
	background-color:#f5f5f5;
}


#iconaAjuda{
	display: none;
}

#dadesprojecte{
	margin: auto;
	width: 60%;	
}
