

.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{

	
}
.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{
	
  
    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{
	background:inherit !important;
	text-align:right;
}
.modalWinContent{
	
	
    width: auto;
    /* padding: 10px; */
    overflow: auto;
    overflow-x: hidden;
    opacity: initial;
    position: absolute;
    bottom: 0px;
    right: 0px;
    top: 40px;
    left: 0px;
	border-radius: 10px;
	
}

.modalWinCloseBtn{
    font-size: 2.3em;
    cursor: pointer;
    color: #ed5e5e;
	
}

/*---------------------------------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 ------------------------*/