.olControlPanel 	{
	margin: 0px;
	padding: 0px;
	padding-left: 3px;
	background-color: #fff;
	width: 100%;
}

.olControlScaleLine {
	left: 50% !important;
	bottom:10px;
	font-size:xx-small;
	position: relative;
	text-align: center
}

.olControlPanel div {
	display:block;
	width:  28px;
	height: 28px;
	float: left; /* Borrar esta linea si se quiere la toolbar vertical */
	cursor: pointer;
}

.olControlPanel .olControlPanMapItemActive  { background-image: url("img/tool_pan_on.png"); }
.olControlPanel .olControlPanMapItemInactive { background-image: url("img/tool_pan_off.png"); }

.olControlPanel .olControlZoomBoxItemInactive { background-image: url("img/tool_zoom_box_off.png"); }
.olControlPanel .olControlZoomBoxItemActive { background-image: url("img/tool_zoom_box_on.png"); }

.olControlPanel .olControlZoomToMaxExtentItemInactive { background-image: url("img/tool_full_extent_off.png"); }

.olControlPanel .olControlFeatureInfoItemActive { background-image: url("img/tool_identify_on.png"); }
.olControlPanel .olControlFeatureInfoItemInactive { background-image: url("img/tool_identify_off.png"); }

.olControlPanel .olControlStreetViewItemActive  { background: transparent url("http://maps.gstatic.com/intl/es_es/mapfiles/cb/mod_cb_scout/cb_scout_sprite_003.png") 96px -100px; }
.olControlPanel .olControlStreetViewItemInactive { background: transparent url("http://maps.gstatic.com/intl/es_es/mapfiles/cb/mod_cb_scout/cb_scout_sprite_003.png") 90px -44px; }

.olControlPanel .olControlToolMeasureItemActive {background:transparent url(img/tool_measure_on.png);}
.olControlPanel .olControlToolMeasureItemInactive {background:transparent url(img/tool_measure_off.png); }

.olControlPanel .olControlZoomOutBoxItemActive { background-image: url("img/tool_zoom_out_on.png"); }
.olControlPanel .olControlZoomOutBoxItemInactive { background-image: url("img/tool_zoom_out_off.png"); }

.olControlPanel .olControlNavigationHistoryPreviousItemInactive { background: transparent url("img/tool_history_previous_off.png") no-repeat 0 0 !important; }
.olControlPanel .olControlNavigationHistoryPreviousItemActive { background: transparent url("img/tool_history_previous_on.png") no-repeat 0 0 !important; }
.olControlPanel .olControlNavigationHistoryNextItemInactive { background: transparent url("img/tool_history_next_off.png") no-repeat 0 0 !important; }
.olControlPanel .olControlNavigationHistoryNextItemActive { background: transparent url("img/tool_history_next_on.png") no-repeat 0 0 !important; }

.olControlPanel .olControlRatataItemInactive { background: transparent url("img/tool_control_ratata_off.png") no-repeat 0 0 !important; }
.olControlPanel .olControlRatataItemActive { background: transparent url("img/tool_control_ratata_on.png") no-repeat 0 0 !important; }

.olControlPanel .SaveEditsItemInactive { background: transparent url("img/save_edits_off.png") no-repeat 0 0 !important; }
.olControlPanel .SaveEditsItemActive { background: transparent url("img/save_edits_on.png") no-repeat 0 0 !important; }

.olControlPanel .olControlDeleteVertexItemInactive { background-image: url("../theme/default/img/remove_point_off.png") no-repeat 0 0 !important; }
.olControlPanel .olControlDeleteVertexItemActive { background-image: url("../theme/default/img/remove_point_on.png") no-repeat 0 0 !important; }

.olControlAttribution {	height: 60px; float: right; }

.olControlOverviewMapElement .olMapViewport { background: #ffffff !important; }
	
.olControlOverviewMapMaximizeButton, .olControlOverviewMapMinimizeButton { cursor: pointer; top: 0px; position: absolute !important; z-index: 1100; }
.olControlOverviewMapMaximizeButton { left: 130px !important; }

.olControlMousePosition {
	width: 290px;
	background: transparent url('./img/backControls.png');
	padding: 3px;
	font-size: 11px !important;
	height: 16px;
}

.ol_content_selected_layer  {
	position: absolute; 
	z-index: 1111; 
	top: 70px; 
	left: 564px; 
	height: 20px; 
	margin: 3px; 
	background: #ffffff; 
	border: 1px solid #AAAAAA; 
}

.selectInformLayer { 
	font-family: verdana; 
	font-size: 10px;
	color: #444444; 
	height: 20px;
	border: 0px;
	width: 200px;
}

.olControlLoadingPanel {
    background-image: url("./img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
    height: 11px;
    position: relative;
    right: 5px;
	top:35px;
    width: 195px;
}

.olLayerGoogleCopyright { top:-1000px; }