

.modalcortina{
	
	position: absolute;
    left: 240px;
    top: 48px;
    height: auto;
    overflow: auto;
    background: #fff;

    -webkit-box-shadow: 0px 30px 112px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 30px 112px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 30px 112px 0px rgb(0 0 0 / 75%);
    z-index: 2;
    width: 400px;
    bottom: 2px;
    border-radius: 0px 6px 6px 0px;
	
}
.modalcortinaTitle{

    color: #3b93eb;
    padding: 10px;
    font-size: 22px;
    /* font-weight: bold; */
    /*border-top: 1px solid #3d95ed;*/
   
	
}
.modalcortinaCloseBtn{
        position: absolute;
    right: 15px;
    top: 0px;
    color: #80888e;
    font-size: 24px;
    /* border-left: 1px solid #3f4e4d; */
    padding: 9px 0 0 19px;
    width: 37px;
    /* text-align: center; */
    height: 45px;
    cursor: pointer;
}

.modalWin{
	
   background: #fff;
    width: 550px;
    height: 200px;
    /* border: 1px solid #dbdbdb; */
    border-radius:10px;
    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: #a9a9a9;
    font-size: 12px;
    padding-left: 40px;
    opacity: initial;
    border-radius: 10px 10px 0 0;
	
}
.modalWinContent{
	
	background: #fff;
    width: auto;
    /* padding: 10px; */
    overflow: auto;
    overflow-x: hidden;
    opacity: initial;
    position: absolute;
    bottom: 0px;
    right: 0px;
    top: 31px;
    left: 0px;
    border-radius: 0px 0px 10px 10px;
}

.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;
	
}

/*---------------------------------Para propedades especiales de la version movil < 400px ------------------------*/
@media screen and (max-width: 400px) {
.modalWinContent{
    
    background: #fff;
    width: 90%;
    /* padding: 10px; */
    overflow: auto;
    overflow-x: hidden;
    opacity: initial;
    position: absolute;
    bottom: 0px;
    right: 0px;
    top: 31px;
    left: 0px;
    border-radius: 0px 0px 10px 10px;
}

}
/*---------------------------------Para propedades especiales de la version movil < 400px ------------------------*/