.olControlPanel div {
	width: 24px;
	height: 24px;
	float: left;
	left: 70px;
	position: relative;
}

.olControlMouseDefaultsItemActive,.olControlNavigationItemActive {
	width: 80px;
	height: 73px;
	background-image: url("../images/panel/Pan-Activo.png");
	cursor: pointer;
}

.olControlMouseDefaultsItemInactive,.olControlNavigationItemInactive {
	width: 59px;
	height: 55px;
	background-position: 0px 5px;
	background-image: url("../images/panel/Pan.png");
	background-repeat: no-repeat;
	cursor: pointer;
}

.olControlNavigationHistory {
	background-image: none !important;
	background-repeat: no-repeat !important;
	background-position: 0px 5px !important;
}

.olControlNavigationHistoryPreviousItemInactive {
	width: 59px !important;
	height: 55px !important;
	background-image: url(../images/panel/HistoricoRetroceder.png) !important;
}

.olControlNavigationHistoryPreviousItemActive {
	width: 59px !important;
	height: 55px !important;
	background-image: url(../images/panel/HistoricoRetroceder-Activo.png) !important;
	cursor: pointer !important;
}

.olControlNavigationHistoryNextItemInactive {
	width: 59px !important;
	height: 55px !important;
	background-image: url(../images/panel/HistoricoAvanzar.png) !important;
}

.olControlNavigationHistoryNextItemActive {
	width: 59px !important;
	height: 55px !important;
	background-image: url(../images/panel/HistoricoAvanzar-Activo.png) !important;
	cursor: pointer !important;
}

.olControlZoomBoxItemInactive {
	width: 59px;
	height: 55px;
	background-image: url(../images/panel/ZoomMas.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	cursor: pointer;
}

.olControlZoomBoxItemActive {
	width: 80px;
	height: 73px;
	background-image: url(../images/panel/ZoomMas-Activo.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.olControlPanel .botonInformacionItemActive {
	width: 55px;
	height: 56px;
	background-image: url("../images/panel/etiqueta.gif");
}

.olControlPanel .botonInformacionItemInactive {
	width: 22px;
	height: 22px;
	background-image: url("../images/panel/etiqueta.gif");
}

.olControlPanel {
	height: 22px;
}

.olControlPanZoomBar div {
	background-repeat: repeat-y;
	background-position: center top;
}

#OpenLayers_Control_PanZoomBar_ZoombarOpenLayers.Map_4 {
	
}

.olControlPanel .olControlPanZoomItemInactive,.olControlPanel .olControlMouseToolbarItemInactive
	{
	width: 22px;
	height: 22px;
	background-image: url(../images/panel/panning-hand-off.png);
}

.olControlPanel .olControlPanZoomItemActive,.olControlPanel .olControlMouseToolbarItemActive
	{
	width: 22px;
	height: 22px;
	background-image: url(../images/panel/panning-hand-on.png);
}

.olControlPanel .olControlZoomOutItemInactive {
	width: 22px;
	height: 22px;
	background-image: url("../images/panel/zoom_out.gif");
	left: 130px;
}

.olMapViewport div {
	position: relative;
	float: left;
}

.olControlPanel .botonMeasureLineItemInactive {
	width: 22px;
	height: 22px;
	background-image: url("../images/panel/ruler.png");
}

.olControlPanel .botonMeasureLineItemActive {
	width: 22px;
	height: 22px;
	background-color: orange;
	background-image: url("../images/panel/ruler.png");
}

.olControlPanel .botonMeasureAreaItemInactive {
	width: 22px;
	height: 22px;
	background-image: url("../images/panel/ruler_square.png");
}

.olControlPanel .botonMeasureAreaItemActive {
	width: 22px;
	height: 22px;
	background-color: orange;
	background-image: url("../images/panel/ruler_square.png");
}

.olControlPanel .olControlZoomToMaxExtentItemInactive {
	width: 22px;
	height: 22px;
	background-image: url("../images/panel/fullExtent.gif");
}

.olControlOverviewMapContainer {
	left: 0px !important;
	bottom: 0px !important;
	z-index: 3001;
	display: none;
}

.olControlOverviewMapElement {
	bottom: 0px !important;
	background-color: white !important;
	border: 1px solid #4E6F07;
	border-top: 0px;
	padding: 0px !important;
}

.olControlOverviewMapMaximizeButton {
	right: auto !important;
	left: 2px !important;
	bottom: 0px !important;
	z-index: 3002;
	background-color: transparent;
	background-image: url(../images/tabMapaDeSituacion.png);
	background-repeat: no-repeat;
	cursor: pointer;
	height: 25px !important;
	width: 150px !important;
}

.olControlOverviewMapMinimizeButton {
	right: auto !important;
	left: 2px !important;
	bottom: 100px !important;
	z-index: 3003;
	background-color: transparent;
	background-image: url(../images/tabMapaDeSituacion.png);
	background-repeat: no-repeat;
	cursor: pointer;
	height: 25px !important;
	width: 150px !important;
}

.olControlOverviewMapContainer_fr .olControlOverviewMapMaximizeButton {
	right: auto !important;
	left: 2px !important;
	bottom: 0px !important;
	z-index: 3002;
	background-color: transparent;
	background-image: url(../images/tabMapaDeSituacionFr.png);
	background-repeat: no-repeat;
	cursor: pointer;
	height: 25px !important;
	width: 150px !important;
}

.olControlOverviewMapContainer_fr .olControlOverviewMapMinimizeButton {
	right: auto !important;
	left: 2px !important;
	bottom: 100px !important;
	z-index: 3003;
	background-color: transparent;
	background-image: url(../images/tabMapaDeSituacionFr.png);
	background-repeat: no-repeat;
	cursor: pointer;
	height: 25px !important;
	width: 150px !important;
}

.olControlOverviewMapContainer_en .olControlOverviewMapMaximizeButton {
	right: auto !important;
	left: 2px !important;
	bottom: 0px !important;
	z-index: 3002;
	background-color: transparent;
	background-image: url(../images/tabMapaDeSituacionEn.png);
	background-repeat: no-repeat;
	cursor: pointer;
	height: 25px !important;
	width: 150px !important;
}

.olControlOverviewMapContainer_en .olControlOverviewMapMinimizeButton {
	right: auto !important;
	left: 2px !important;
	bottom: 100px !important;
	z-index: 3003;
	background-color: transparent;
	background-image: url(../images/tabMapaDeSituacionEn.png);
	background-repeat: no-repeat;
	cursor: pointer;
	height: 25px !important;
	width: 150px !important;
}

#olControlOverviewMapMaximizeButton_innerImage {
	display: none;
}

#OpenLayers_Control_minimizeDiv_innerImage {
	display: none;
}

.olPopup {
	background-color: transparent !important;
	background-image: none;
	background-repeat: no-repeat;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	height: auto !important;
	overflow: visible;
	width: auto !important;
}

.olPopupContent {
	margin-top: 0px;
	margin-left: 0px;
	overflow: visible !important;
	height: auto !important;
	width: auto !important;
	overflow: visible;
	padding: 0px !important;
	padding-top: 12px !important;
}

.olPopupContent td {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

.olPopupContent td.imagen {
	vertical-align: top;
}

.olControlScaleLine {
	left: 190px !important;
	bottom: 5px !important;
}

.olControlScaleLineBottom {
	display: none;
}

.olPopupCloseBox {
	right: 6px !important;
	top: 40px !important;
}

.botonStreetViewItemActive {
	width: 80px;
	height: 73px;
	background-image: url("../images/panel/botonStreetViewSel.png");
	cursor: pointer;
}

.botonStreetViewItemInactive {
	width: 59px;
	height: 55px;
	background-image: url("../images/panel/botonStreetView.png");
	cursor: pointer;
}

.olControlPanZoomBar {
	position: relative !important;
	width: 63px;
	height: 63px;
	left: 30px !important;
	top: 30px !important;
	background: url('../images/circuloFondoPanZoomBar.png') no-repeat 0px -1px;	
}

.olControlMeasureAreaItemInactive {
	width: 59px;
	height: 55px;
	background-image: url("../images/panel/botonCalcularArea.png");
	cursor: pointer;
}

.olControlMeasureAreaItemActive {
	width: 80px;
	height: 73px;
	background-image: url("../images/panel/botonCalcularAreaSel.png");
	cursor: pointer;
}

.olControlMeasureLineItemInactive {
	width: 59px;
	height: 55px;
	background-image: url("../images/panel/botonCalcularDistancia.png");
	cursor: pointer;
}

.olControlMeasureLineItemActive {
	width: 80px;
	height: 73px;
	background-image: url("../images/panel/botonCalcularDistanciaSel.png");
	cursor: pointer;
}