#modal{
	display: block;
    position: fixed;
    z-index: 101;
    left: 5%;
    top: 20px!important;
    margin-left: 0px;
    margin-top: 0px;
    width: 90%;
    text-align: center;
}

#modalForm{
	max-width: 500px;
    margin: 0 auto;
}

#enviarPromo{
	background-color: white;
}
#enviarPromo:hover{
	color: black;
}
