body{
	background-image:url("../img/px_back.gif");
	font-size:12px;
	font-family:arial;
	overflow:hidden;
}

li{border-bottom:1px solid #FFF; color:#fff;}
ul{
	background-color:#7CA40F;
	margin:0;
	padding:0;
	list-style:none;
}
#map{
	height:94%;
}
#barra_inferior{
	height:6%;
	background-color:#7CA40F;

}

#menu{
	background-color:#435908;
}
.titulo{
	background-color:#435908;
	font-size:16px;
	color:#F9DAA5;
	padding-left:2px;
}
a{
	color:F9DAA5;
	Cursor : pointer;
}

#scalebar {
	color:#fff;
	float:left;

}

.olControlScaleBar {
    bottom: 10px;
    left: 15px;
    font-family: sans-serif;
    color: #435908;
}

.olControlScaleBarBar {
    height: 11px;
    top: 12px;
    background-color: #435908;
    background-image: url('img/scalebar-bar.png');
    background-position: 0 0;
    background-repeat: repeat-x;
}

.olControlScaleBarBarAlt {
    height: 11px;
    top: 12px;
    background-color: #435908;
    background-image: url('img/scalebar-bar.png');
    background-position: 0 0;
    background-repeat: repeat-x;
}

.olControlScaleBarMarkerMajor {
    height: 13px;
    width: 13px;
    top: 12px;
    background-image: url('img/scalebar-marker.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 5000;
}

.olControlScaleBarMarkerMinor {
    height: 13px;
    width: 13px;
    top: 12px;
    background-image: url('img/scalebar-marker.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 5000;
}

.olControlScaleBarNumbersBox {
    height: 13px;
    width: 40px;
    top: 24px;
    font-size: 12px;
	color:#fff;
}

.olControlScaleBarLabelBox {
    height: 15px;
    top: -2px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.1em;
	color:#fff;
}

.olControlScaleBarLabelBoxSingleLine {
    height: 15px;
    width: 35px;
    top: 0px;
    left: 10px;
    font-size: 13px;
}

#coordenadas {
	color:#fff;
	font-size:18px;
	text-align:right;
	float:right;
}
