

.modalcortina{
 position: absolute;
    /* right: 0px; */
    left: 230px;
    top: 0px;
    height: auto;
    overflow: auto;
    background: #fff;
    color: #3c93ea;
    /* padding: 6px; */
    -webkit-box-shadow: 0px 30px 112px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 30px 112px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 30px 112px 0px rgba(0,0,0,0.75);
    z-index: 1002;
    width: 400px;
    bottom: 2px;
	
	
}
.modalcortinaTitle{
color: #000000;
    padding: 20px;
    font-size: 22px;
    background: #ffffff;
    font-weight: bold;
	
}
.modalcortinaCloseBtn{
position: absolute;
    right: 15px;
    margin-top: -36px;
    color: #1589fd;
    font-size: 20px;
   
    padding: 6px;
    width: 40px;
  
    height: 40px;
    cursor: pointer;
    background: #dfefff;
    border-radius: 50%;
    text-align: center;
}

.modalWin{
	
   background: #fff;
    width: 550px;
    height: 200px;
    /* border: 1px solid #dbdbdb; */
 
    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{
	
   
    height: 40px;
   
    color: #000000;
    font-size: 12px;
    
    opacity: initial;
	
}
.modalWinContent{
	
	background: #fff;
    width: auto;
    /* padding: 10px; */
    overflow: auto;
    overflow-x: hidden;
    opacity: initial;
    position: absolute;
    bottom: 0px;
    right: 0px;
    top: 40px;
    left: 0px;
}

.modalWinCloseBtn{
font-size: 59px;
    padding: 9px;
    cursor: pointer;
    position: absolute;
    margin-top: -16px;
}

/*---------------------------------Para propedades especiales de la version movil < 400px ------------------------*/

@media screen and (max-width: 400px) {
.modalWinContent{
    
    background: #fff;
    width: 98%;
    /* padding: 10px; */
    overflow: auto;
    overflow-x: hidden;
    opacity: initial;
    position: absolute;
    bottom: 0px;
    right: 0px;
    top: 40px;
    left: 0px;
    border-radius: 0px 0px 10px 10px;
}

}
/*---------------------------------Para propedades especiales de la version movil < 400px ------------------------*/