
.layerMain01{
    background: #e6e6e6;
    position: absolute;
    width: 433px;
    bottom: 0px;
    top: 36px;
    left: 318px;
    -webkit-box-shadow: 20px 6px 13px -17px rgba(0,0,0,0.7);
    -moz-box-shadow: 20px 6px 13px -17px rgba(0,0,0,0.7);
    box-shadow: 20px 6px 13px -17px rgba(0,0,0,0.7);
    z-index: 1002;
    padding: 10px;
    color: #A4A4A4;
    display: none;
	
}

.jwincontainerLayerMapa{
       overflow: auto;
    /* height: 73%; */
    /* background: aliceblue; */
    position: absolute;
    width: 416px;
    bottom: 0px;
    top: 40px;
    font-size: 12px;
}
.jwinCloseLyMapa{
	    border: 1px solid #999;
    border-radius: 6px;
    width: 64px;
    /*margin-left: 255px;*/
    text-align: center;
	cursor:pointer;
	float: right;
}
.jwinCloseLyMapa:hover{
color:#fff ;
}



._winMain{
	
      background-color: #222222;
    position: absolute;
 
    top: 36px;
    z-index: 1001;
    display: none;
  

 
    right: 0px;
    left: 318px;
    bottom: 1px;
    overflow: auto;
    opacity: 0.95;
    color: #000;
    font-size: 16px;
}




._windChild{

    background-color: #e6e9ec;
    position: absolute;
    top: 0px;
    left: 1px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    padding: 15px;
    
	
	
}
._winTitle{
      position: absolute;
    top: 8px;
    color: #CCCCCC;
    z-index: 1002;
    padding: 6px;
    right: 5px;
    font-size: 16px;
     width: 40px;
    -moz-box-shadow: 0px -4px 41px -8px rgba(0,0,0,0.67);
    height: 40px;
    font-size: 24px;
}


._winTitle:hover{
	color:#fff;
}

.move {

 cursor:pointer;

	
}

/* MODAL */

.fondoModaljwin{
	
-moz-opacity: 0.75;
-khtml-opacity: 0.75;
opacity: 0.75;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=75);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
filter:alpha(opacity=75);
  background-color: #000;
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 1005;
}
	
.contentModaljwin{
	
	  background: #fff;
  width: 800px;
  margin: auto;
  position: absolute;
  z-index: 1006;
  /* margin: 10%; */
  /* height: 80%; */
  top: 5%;
  right: 10%;
  left: 10%;
  bottom: 5%;
  padding:5px;
  
  -webkit-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.26);
-moz-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.26);
box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.26);

border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
border: 0px solid #000000;

overflow:auto;
	
}
.closeModaljwin {
 
	
	width: 36px;
    /* right: 10%; */
    position: absolute;
    z-index: 1010;
    /* background-color: rgb(65,77,87); */
    top: 10px;
    right: 10px;
    color: #e12525;
    /* left: 10%; */
    /* margin: auto; */
    text-align: center;
    font-size: 34px;
    /* font-style: normal; */
    cursor: pointer;
    /* left: 0px; */
    text-align: right;
	
	
}