.olControlPanel div {
	float: left;
	left: 70px;
	position: relative;
}

.olControlPanel .olControlMouseDefaultsItemActive,.olControlPanel .olControlNavigationItemActive
	{
	width: 80px;
	height: 73px;
	background-image: url("../images/panel/Pan-Activo.png");
}

.olControlPanel .olControlMouseDefaultsItemInactive,.olControlPanel .olControlNavigationItemInactive
	{
	width: 80px;
	height: 73px;
	background-image: url("../images/panel/Pan.png");
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

.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 .olControlZoomBoxItemInactive {
	width: 80px;
	height: 73px;
	background-image: url(../images/panel/ZoomMas.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

.olControlPanel .olControlZoomBoxItemActive {
	width: 80px;
	height: 73px;
	background-image: url(../images/panel/ZoomMas-Activo.png);
}

.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;
}

.olControlPanel .olControlZoomInItemInactive {
	width: 55px;
	height: 56px;
	background-image: url("../images/panel/ZoomMas.gif");
	left: 100px;
}

.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");
}

.olPopup {
	background-color: transparent !important;
	background-image: none;
	background-repeat: no-repeat;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	height: auto !important;
	width: auto !important;
	min-width: 194px !important;
	overflow: visible !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;
	font-size: 10px;
	font-weight: bold;
}

.olPopupContent td.imagen {
	vertical-align: top;
}

.olPopupCloseBox {
	right: 6px !important;
	top: 40px !important;
}

.olControlPanZoomBar {
	position: relative !important;
	width: 63px;
	height: 63px;
	background: url('../images/circuloFondoPanZoomBar.png') no-repeat 0px -1px;	
}

#nomenclatorPopup_GroupDiv {
	overflow: visible !important;
}