
.modalmapa{

   position: absolute;
    /* right: 26px; */
    left: 318px;
    top: 52px;
    height: auto;
    overflow: auto;
    background: #ffffff;
    color: #000000;
    bottom: 0px;
    width: 444px;
    -webkit-box-shadow: 15px 0px 32px -17px rgba(0,0,0,0.36);
    -moz-box-shadow: 15px 0px 32px -17px rgba(0,0,0,0.36);
    box-shadow: 15px 0px 32px -17px rgba(0,0,0,0.36);
	z-index: 2;
	
}
.modalmapaContent{
margin-top: 67px
}
.modalmapaTitle{
    background: #fff;
    color: #06c;
    font-size: 18px;
    border-bottom: 1px solid #288bee;
    position: fixed;
    width: 444px;
    z-index: 1;
    padding: 20px;
}
.modalmapaCloseBtn{
position: absolute;
    right: 20px;
    top: 17px;
    color: #c0dfff;
    font-size: 17px;
    padding: 4px;
    width: 30px;
    cursor: pointer;
    height: 30px;
    background: #288bee;
    border-radius: 50%;
    text-align: center;
}


.modalcortina{

    position: absolute;
    right: 0px;
    left: 318px;
    top: 51px;
    height: auto;
    overflow: auto;
    background: #288bee;
    color: #fff;
	z-index: 2;
	
}
.modalcortinaTitle{
    padding: 10px 10px 0px 20px;
    font-size: 22px;
    color: #fff;
}
.modalcortinaCloseBtn{
    position: absolute;
    right: 15px;
    top: 14px;
    color: #9acdff;
    font-size: 17px;
    padding: 4px;
    cursor: pointer;
    background: #06c;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
}

.modalWin{

    /* background: #fdfdfd; */
    width: 550px;
    height: 200px;
    /* border: 1px solid #dbdbdb; */
    border-radius: 4px;
    -webkit-box-shadow: 8px 8px 5px -1px rgba(0,0,0,0.26);
    -moz-box-shadow: 8px 8px 5px -1px rgba(0,0,0,0.26);
    box-shadow: 8px 8px 5px -1px rgba(0,0,0,0.26);
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
	
	
}


.modalSplashWin{

	position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background: #000;
   
    opacity: 0.5;
	
	
	 

}

.modalWinTitle{
    background: #fff;
    height: 31px;
    border-bottom: 1px solid #d5d5d5;
    padding: 6px;
    color: #828282;
    font-size: 12px;
    padding-left: 40px;
    opacity: initial;	
	
}
.modalWinContent{
	/*
    background: #fff;
    width: auto;
    padding: 10px;
	overflow: auto;
	overflow-x: hidden;
	
	opacity: initial;
	height: 92.5%;
	*/
	background: #fff;
    width: auto;
   /* padding: 10px;*/
    overflow: auto;
    overflow-x: hidden;
    opacity: initial;
    position: absolute;
    bottom: 0px;
    right: 0px;
    top: 31px;
    left: 0px;
	
	
}
.modalWinCloseBtn{
	
    /* background: #f8f8f8; */
    width: 35px;
    height: 30px;
    position: relative;
    margin-top: -23px;
    color: #5b5b5b;
    font-size: 22px;
    padding: 0px;
    text-align: center;
    margin-left: -40px;
    cursor: pointer;
    opacity: initial;
    border-right: 1px solid #e9e9e9;
	
}