

._winMain{
	
background-color: #E8E8E8;
  position: absolute;
  /* left: 0px; */
  top: 54px;
   z-index: 5; 
  display: none;
  /* -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.28); */
  -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.28);
  /* box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.28); */
  right: 0px;
  left: 300px;
  bottom: 1px;
  overflow:auto;


}

._windChild{
	
  background-color: #FFF;
  position: absolute;
  top: 1px;
  left: 5px;
  right: 5px;
  bottom: 16px;
  overflow:auto;
    padding:15px;
	/*z-index: 100;*/
	
	
}
._winTitle{
  position: absolute;
  bottom: 0px;
  color: #666;
  z-index:2;
  /* text-shadow: 1px 2px 2px #ffffff; */
  padding: 10px;
  /*z-index: 101;*/
  margin-right: 102px;
  right: -98px;
  font-size: 35px;
  background-color: #E8E8E8;
  /*z-index: 101;*/
}

._winTitle:hover{
	color:#000;
}

.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: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 105;
}
	
.contentModaljwin{
	
	  background: #fff;
  width: 800px;
  margin: auto;
  position: fixed;
  z-index: 106;
  /* 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: 50px; */
  right: 10%;
  position: absolute;
  z-index: 110;
  /* background-color: rgb(65,77,87); */
  top: 10px;
  right: 10px;
  color: #CCCDDB;
  /* left: 10%; */
  /* margin: auto; */
  text-align: center;
  font-size: 34px;
  /* font-style: normal; */
  cursor: pointer;
  left: 0px;
  text-align: right;
}