/*VERSIÓN 1.0*/
.popup-wrapper {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	display: none;
}
.popup {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    width: 100%;
    max-width: 30%;
    background: white;
    margin: 10% auto;
    padding: 2%;
    position: relative;
}
.popup-close {
    position: absolute;
    top: 1%;
    right: 3%;
    cursor: pointer;
    font-size: 1.5rem;
}
.emimage{
	display:inline-block;
	width:100%;
	margin-left:0%!important;
}
.emimage img{
	display:inline-block!important;
	width:25%!important;
	margin: 0 0 0 0!important;
}
.emgrande{
	display:inline-block!important;
	vertical-align:top;
	text-transform: uppercase;
	font-weight:bold;
	font-size:0.9rem;
}
.emtexto{
	font-size:0.8rem;
}
.emtitulo{
	margin-top:2%;
}
.emailpopup{
	font-weight:bold;
	margin-top:8%;
}
.emuser{
	margin-top:8%;
	width:70%;
}
#btenviapass{
	margin-top:8%;
	margin-right:0%!important;
}
#btenviapass:focus{
	border-bottom-color:#888888;
}
#msg{
	font-weight:bold;
	color:#F00;
}