.popUpMensaje{
    position:absolute;
    z-index: 1;
    width:100%;
    height:100%;
    background-color: rgba(83, 60, 149,0.8);
    display:none;
}

.popUpMensaje img{
    left:0px;
    right:0px;
    top:0px;
    width:50%;
    margin: auto;
    margin-top:10%;
    display: block;
    
}


@media screen and (max-width: 800px) and (orientation:portrait){
	.popUpMensaje{
	    display:block;
	}
	
	.popUpMensaje img{
	    margin-top:35%;
	    width:100%;
	}
}

@media screen and (max-width: 600px) and (orientation:portrait){
	.popUpMensaje{
	    display:block;
	}
	
	.popUpMensaje img{
	    margin-top:50%;
	    width:100%;
	}
}