#BtHome{
	position: absolute;
	z-index: 99;
	top: 160px;
	right: 20px;
}
.claro .PrevExt .dijitButtonNode {
	position: absolute;
	z-index: 99;
	top: 90px;
	right: 20px;
	padding: 2px;
	width: 25px;
	height: 25px;
	background-color:  #666;
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid #57585A;
	-webkit-user-select: none;
	-moz-user-select: none;
	-msuser-select: none;
	user-select: none;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-image: url("images/Previous.png");
	background-size: 30px 30px;
	background-position: center center;
	background-repeat: no-repeat;
}
.PrevExt .dijitButtonNode:hover {
	background-color:  #333;
	background-color: rgba(102, 102, 102, 0.90);
}
.PrevExt .dijitButtonNode:active {
	background-color:  #ccc;
	background-color: rgba(102, 102, 102, 0.60);
}
.claro .NextExt .dijitButtonNode {
	position: absolute;
	z-index: 99;
	top: 125px;
	right: 20px;
	padding: 2px;
	width: 25px;
	height: 25px;
	background-color:  #666;
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid #57585A;
	-webkit-user-select: none;
	-moz-user-select: none;
	-msuser-select: none;
	user-select: none;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-image: url("images/Next.png");
	background-size: 30px 30px;
	background-position: center center;
	background-repeat: no - repeat;
}
.NextExt .dijitButtonNode:hover {
	background-color:  #333;
	background-color: rgba(102, 102, 102, 0.90);
}
.NextExt .dijitButtonNode:active {
	background-color:  #ccc;
	background-color: rgba(102, 102, 102, 0.60);
}
.cajaopen{
	background-image: url(imagesUpme/w_right.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 45px;
	margin-left: 14px;
	margin-top: 23px;
	z-index: 105;

}
.cajaclose{
	background-image: url(imagesUpme/w_left.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 45px;
	margin-left: 14px;
	margin-top: 23px;
	z-index: 105;
}

.BtMapOpenClose:hover:after {
  position: absolute;
  top: -3px;
  left: 25px;
  width: 70px;
  height: 30px;
  content: "Abrir/Cerrar Panel";
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  text-align: left;
  background-color: white;
  color: #000;
  line-height: 1.4em;
  border: 0.5px solid #000;
  box-shadow: 2px 2px 10px #999;
}

.BtMapOpenClose{
	position: absolute!important;
	width: 30px;
    height: 60px;
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	text-align: center;
    cursor: pointer;
	left: 0px;
    top: 45%;
    /*right: calc(50% + 200px);*/
	margin-left: -5px;
	z-index: 5;
}

.claro .BtMapOpenClose .dijitButtonNode {
	cursor: pointer;
	width: 30px;
	height: 60px;
	left: 0px;
    top: 45%;
	margin-left: -15px;
	background-color: rgb(107,143,35);
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	z-index: 5;
	background-position: 50% 50%;*/
	/*background-image:url(imagesUpme/w_left.png); 
	background-repeat: no-repeat;
	background-size: 25px 25px;
	background-position: 50% 50%;*/
	z-index: 105;
}

.cajaDown{
	background-image: url(imagesUpme/w_collapse_down.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	margin-top: -5px;
	z-index: 105;

}
.cajaUp{
	background-image: url(imagesUpme/w_collapse_up.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	margin-top: -5px;
	z-index: 105;
}
.BtMapOpenCloseGeneralMap:hover:after {
  position: absolute;
  top: -30px;
  left: 25px;
  width: 90px;
  height: 30px;
  content: "Oculta/Mostar Mapa General";
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  text-align: left;
  background-color: white;
  color: #000;
  line-height: 1.4em;
  border: 0.5px solid #000;
  box-shadow: 2px 2px 10px #999;
}

.BtMapOpenCloseGeneralMap{
	position: absolute!important;
	border-radius: 10px 10px 10px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	text-align: center;
    cursor: pointer;
	left: 40%;
    width: 40px;
	height: 20px;
    bottom: 0px;

}

.claro .BtMapOpenCloseGeneralMap .dijitButtonNode {
	cursor: pointer;
	width: 40px;
	height: 20px;
    bottom: 0px;
	background-color: rgb(107,143,35);
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	z-index: 5;
	margin-bottom: -10px!important;
	z-index: 105;

}

.BtProyectos:hover:after {
  position: absolute;
  top: -25px;
  left: -10px;
  width: 70px;
  height: 18px;
  content: "Proyectos";
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  padding-left: 3px;
  background-color: rgb(51,51,51);
  color: white;
  line-height: 1.2em;
  border: 0.5px solid white;
  box-shadow: 2px 2px 10px #999;
  border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.claro .BtProyectos {
	width: 50px;
    height: 50px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.3), 0 2px 2px rgba(0,0,0,0.2);
    position: absolute;
	border-radius: 50%;
	text-align: center;
    cursor: pointer;
	left: auto;
    top: auto;
    right: calc(50% - 10px);
    bottom: 20px;
	z-index: 1;
}

.claro .BtProyectos .dijitButtonNode {
    display: block;
	cursor: pointer;
	width: 40px;
	height: 40px;
	background-color: rgba(51,51,51,1);
	background-image:url(imagesUpme/Proyectos.png);
	background-repeat: no-repeat;
	background-size: 25px 25px;
	background-position: 50% 50%;
	border-radius: 50%;
}

.claro .BtProyectos .dijitButtonNode:active-button {
    background-color: yellow;
}

.BtInfra:hover:after {
  position: absolute;
  top: -25px;
  left: -25px;
  width: 105px;
  height: 18px;
  content: "Infraestructura";
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  padding-left: 3px;
  background-color: rgb(51,51,51);
  color: white;
  line-height: 1.2em;
  border: 0.5px solid white;
  box-shadow: 2px 2px 10px #999;
  border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.BtInfra {
	width: 50px;
    height: 50px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.3), 0 2px 2px rgba(0,0,0,0.2);
    position: absolute;
	border-radius: 50%;
	text-align: center;
    cursor: pointer;
	left: auto;
    top: auto;
    right: calc(50% + 50px);
    bottom: 20px;
	z-index: 1;
}

.claro .BtInfra .dijitButtonNode {
    display: block;
	cursor: pointer;
	width: 40px;
	height: 40px;
	background-color: rgb(107,143,35);
	background-image:url(imagesUpme/Infraestructura.png);
	background-repeat: no-repeat;
	background-size: 25px 25px;
	background-position: 50% 50%;
	border-radius: 50%;
}

.BtDemanda:hover:after {
  position: absolute;
  top: -25px;
  left: -20px;
  width: 68px;
  height: 18px;
  content: "Demanda";
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  padding-left: 3px;
  background-color: rgb(51,51,51);
  color: white;
  line-height: 1.2em;
  border: 0.5px solid white;
  box-shadow: 2px 2px 10px #999;
  border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.BtDemanda {
	width: 50px;
    height: 50px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.3), 0 2px 2px rgba(0,0,0,0.2);
    position: absolute;
	border-radius: 50%;
	text-align: center;
    cursor: pointer;
	left: auto;
    top: auto;
    right: calc(50% + 110px);
    bottom: 20px;
	z-index: 1;
}

.claro .BtDemanda .dijitButtonNode {
    display: block;
	cursor: pointer;
	width: 40px;
	height: 40px;
	background-color: rgba(88,89,91,1);
	background-image:url(imagesUpme/Demanda.png);
	background-repeat: no-repeat;
	background-size: 25px 25px;
	background-position: 50% 50%;
	border-radius: 50%;
}

.BtMapOferta:hover:after {
  position: absolute;
  top: -38px;
  left: -25px;
  width: 75px;
  height: 33px;
  content: "Oferta Energetica";
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  padding-left: 3px;
  background-color: rgb(51,51,51);
  color: white;
  line-height: 1.2em;
  border: 0.5px solid white;
  box-shadow: 2px 2px 10px #999;
  border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.BtMapOferta {
	width: 50px;
    height: 50px;
	box-shadow: 0 1px 0.5px rgba(0,0,0,0.3), 0 2px 2px rgba(0,0,0,0.2);
    position: absolute;
	border-radius: 50%;
	text-align: center;
    cursor: pointer;
	left: auto;
    top: auto;
    right: calc(50% + 110px);
    bottom: 20px;
	z-index: 1;
}

.claro .BtMapOferta .dijitButtonNode {
    display: block;
	cursor: pointer;
	width: 40px;
	height: 40px;
	background-color: rgba(18,54,98,1);
	background-image:url(imagesUpme/Oferta.png);
	background-repeat: no-repeat;
	background-size: 25px 25px;
	background-position: 50% 50%;
	border-radius: 50%;
}

.BtEncuestas:hover:after {
  position: absolute;
  top: -25px;
  left: -20px;
  width: 70px;
  height: 18px;
  content: "Encuestas";
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  padding-left: 3px;
  background-color: rgb(51,51,51);
  color: white;
  line-height: 1.2em;
  border: 0.5px solid white;
  box-shadow: 2px 2px 10px #999;
  border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.BtEncuestas {
	width: 50px;
    height: 50px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.3), 0 2px 2px rgba(0,0,0,0.2);
    position: absolute;
	border-radius: 50%;
	text-align: center;
    cursor: pointer;
	left: auto;
    top: auto;
    right: calc(50% + 170px);
    bottom: 20px;
	z-index: 1;
}

.claro .BtEncuestas .dijitButtonNode {
    display: block;
	cursor: pointer;
	width: 40px;
	height: 40px;
	background-color: rgba(151, 131, 8,1);
	background-image:url(imagesUpme/Encuestas.png);
	background-repeat: no-repeat;
	background-size: 25px 25px;
	background-position: 50% 50%;
	border-radius: 50%;
}

	
.BtMapAddData:hover:after {
  position: absolute;
  top: 40px;
  right: 10px;
  width: 70px;
  height: 30px;
  content: "Cargar Datos...";
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  text-align: left;
  padding-left: 3px;
  background-color: white;
  color: #000;
  line-height: 1.4em;
  border: 0.5px solid #000;
  box-shadow: 2px 2px 10px #999;
}

.BtMapAddData {
	width: 40px;
    height: 40px;
	box-shadow: 0 1px 0.5px rgba(0,0,0,0.3), 0 2px 2px rgba(0,0,0,0.2);
    position: absolute;
	border-radius: 50%;
	text-align: center;
    cursor: pointer;
	right: 80px;
    top: 20px;
    /*right: calc(50% + 200px);*/
	z-index: 3;
}

.claro .BtMapAddData .dijitButtonNode {
    display: block;
	cursor: pointer;
	width: 30px;
	height: 30px;
	background-color: rgb(18,54,98);
	background-image:url(imagesUpme/AddData.png);
	background-repeat: no-repeat;
	background-size: 25px 25px;
	background-position: 50% 50%;
	border-radius: 50%;
}
	
.BtMapProcess:hover:after {
  position: absolute;
  top: 40px;
  right: 25px;
  width: 70px;
  height: 30px;
  content: "GeoAnalisis de Datos..";
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  text-align: left;
  padding-left: 3px;
  background-color: white;
  color: #000;
  line-height: 1.4em;
  border: 0.5px solid #000;
  box-shadow: 2px 2px 10px #999;
}

.BtMapProcess {
	width: 40px;
    height: 40px;
	box-shadow: 0 1px 0.5px rgba(0,0,0,0.3), 0 2px 2px rgba(0,0,0,0.2);
    position: absolute;
	border-radius: 50%;
	text-align: center;
    cursor: pointer;
	right: 130px;
    top: 20px;
    /*right: calc(50% + 200px);*/
	z-index: 3;
}

.claro .BtMapProcess .dijitButtonNode {
    display: block;
	cursor: pointer;
	width: 30px;
	height: 30px;
	background-color: rgb(107,143,35);
	background-image:url(imagesUpme/Process.png);
	background-repeat: no-repeat;
	background-size: 25px 25px;
	background-position: 50% 50%;
	border-radius: 50%;
}

.BtMapImprimir:hover:after {
  position: absolute;
  top: 40px;
  right: 25px;
  width: 70px;
  height: 30px;
  content: "Imprimir Mapa..";
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  text-align: left;
  padding-left: 3px;
  background-color: white;
  color: #000;
  line-height: 1.4em;
  border: 0.5px solid #000;
  box-shadow: 2px 2px 10px #999;
}

.BtMapImprimir {
	width: 40px;
    height: 40px;
	box-shadow: 0 1px 0.5px rgba(0,0,0,0.3), 0 2px 2px rgba(0,0,0,0.2);
    position: absolute;
	border-radius: 50%;
	text-align: center;
    cursor: pointer;
	right: 180px;
    top: 20px;
    /*right: calc(50% + 200px);*/
	z-index: 3;
}

.claro .BtMapImprimir .dijitButtonNode {
    display: block;
	cursor: pointer;
	width: 30px;
	height: 30px;
	background-color: rgb(192, 194, 0);
	background-image:url(imagesUpme/Imprimir.png);
	background-repeat: no-repeat;
	background-size: 25px 25px;
	background-position: 50% 50%;
	border-radius: 50%;
}

.BtBasemap {
	width: 40px;
    height: 40px;
	box-shadow: 0 1px 0.5px rgba(0,0,0,0.3), 0 2px 2px rgba(0,0,0,0.2);
    position: absolute;
	border-radius: 50%;
	text-align: center;
    cursor: pointer;
	right: 10px;
    bottom: 100px;
	z-index: 4;
}

.BtBasemap:hover:after {
  position: absolute;
  top: 40px;
  right: 30px;
  width: 40px;
  height: 30px;
  content: "Mapas Base";
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  text-align: left;
  padding-left: 3px;
  background-color: white;
  color: #000;
  line-height: 1.4em;
  border: 0.5px solid #000;
  box-shadow: 2px 2px 10px #999;
}

.claro .BtBasemap .dijitButtonNode {
    display: block;
	cursor: pointer;
	width: 30px;
	height: 30px;
	background-color: rgb(18,54,98);
	background-image:url(imagesUpme/BaseMap.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 50% 50%;
	border-radius: 50%;
}

.BtAttribute {
	width: 40px;
    height: 40px;
	box-shadow: 0 1px 0.5px rgba(0,0,0,0.3), 0 2px 2px rgba(0,0,0,0.2);
    position: absolute;
	border-radius: 50%;
	text-align: center;
    cursor: pointer;
	right: 10px;
    bottom: 50px;
	z-index: 4;
}

.BtAttribute:hover:after {
  position: absolute;
  top: 40px;
  right: 20px;
  width: 100px;
  height: 30px;
  content: "Mostrar/Ocultar Tabla Atrib.";
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  text-align: left;
  padding-left: 3px;
  background-color: white;
  color: #000;
  line-height: 1.4em;
  border: 0.5px solid #000;
  box-shadow: 2px 2px 10px #999;
}

.claro .BtAttribute .dijitButtonNode {
    display: block;
	cursor: pointer;
	width: 30px;
	height: 30px;
	background-color: rgb(18,54,98);
	background-image:url(imagesUpme/AttTable.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 50% 50%;
	border-radius: 50%;
}
.PointButton {
	width: 30px;
    height: 30px;
	background-image:url(images/draw_point.png); 
	background-repeat: no-repeat;
	background-size: 35px 35px;
	background-position: 50% 50%;
	text-align: center;
    cursor: pointer;
	z-index: 4;
}
.PointButton:hover:after {
  position: absolute;
  bottom: -30px;
  left: -10px;
  width: 40px;
  height: 18px;
  content: "Punto";
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  text-align: left;
  padding-left: 3px;
  background-color: white;
  color: #000;
  line-height: 1.4em;
  border: 0.5px solid #000;
  box-shadow: 2px 2px 10px #999;
}
.pPolylineButton {
	width: 30px;
    height: 30px;
	background-image:url(images/draw_polyline.png); 
	background-repeat: no-repeat;
	background-size: 35px 35px;
	background-position: 50% 50%;
	text-align: center;
    cursor: pointer;
	z-index: 4;
}
.pPolylineButton:hover:after {
  position: absolute;
  bottom: -30px;
  left: -10px;
  width: 55px;
  height: 18px;
  content: "Polylinea";
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  text-align: left;
  padding-left: 3px;
  background-color: white;
  color: #000;
  line-height: 1.4em;
  border: 0.5px solid #000;
  box-shadow: 2px 2px 10px #999;
}
.pPolygonButton {
	width: 30px;
    height: 30px;
	background-image:url(images/draw_polygon.png); 
	background-repeat: no-repeat;
	background-size: 35px 35px;
	background-position: 50% 50%;
	text-align: center;
    cursor: pointer;
	z-index: 4;
}
.pPolygonButton:hover:after {
  position: absolute;
  bottom: -30px;
  left: -10px;
  width: 55px;
  height: 18px;
  content: "Poligono";
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  text-align: left;
  padding-left: 3px;
  background-color: white;
  color: #000;
  line-height: 1.4em;
  border: 0.5px solid #000;
  box-shadow: 2px 2px 10px #999;
}
.pRectButton {
	width: 30px;
    height: 30px;
	background-image:url(images/draw_extent.png); 
	background-repeat: no-repeat;
	background-size: 35px 35px;
	background-position: 50% 50%;
	text-align: center;
    cursor: pointer;
	z-index: 4;
}
.pRectButton:hover:after {
  position: absolute;
  bottom: -30px;
  left: -10px;
  width: 65px;
  height: 18px;
  content: "Rectangulo";
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  text-align: left;
  padding-left: 3px;
  background-color: white;
  color: #000;
  line-height: 1.4em;
  border: 0.5px solid #000;
  box-shadow: 2px 2px 10px #999;
}
.pFreePolygonButton {
	width: 30px;
    height: 30px;
	background-image:url(images/draw_freehand_polygon.png); 
	background-repeat: no-repeat;
	background-size: 35px 35px;
	background-position: 50% 50%;
	text-align: center;
    cursor: pointer;
	z-index: 4;
}
.pFreePolygonButton:hover:after {
  position: absolute;
  bottom: -30px;
  left: -10px;
  width: 83px;
  height: 18px;
  content: "Poligono Libre";
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  text-align: left;
  padding-left: 3px;
  background-color: white;
  color: #000;
  line-height: 1.4em;
  border: 0.5px solid #000;
  box-shadow: 2px 2px 10px #999;
}
.pFreePolyLinButton {
	width: 30px;
    height: 30px;
	background-image:url(images/draw_freehand_polyline.png); 
	background-repeat: no-repeat;
	background-size: 35px 35px;
	background-position: 50% 50%;
	text-align: center;
    cursor: pointer;
	z-index: 4;
}
.pFreePolyLinButton:hover:after {
  position: absolute;
  bottom: -25px;
  left: -10px;
  width: 63px;
  height: 18px;
  content: "Linea Libre";
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  text-align: left;
  padding-left: 3px;
  background-color: white;
  color: #000;
  line-height: 1.4em;
  border: 0.5px solid #000;
  box-shadow: 2px 2px 10px #999;
}
