.jquery-message {
    font: normal 20px / 50px Helvetica, Arial, Sans-Serif;
    letter-spacing: -1px;
    /*position: absolute;*/
    /* top: 250px; */
	top: 50%;
/*	bottom: 50px;*/
    left: 25%;
    width: 50%;
	text-align:center;
	vertical-align:middle;
    color: white;
    background-color: black;
    text-align: center;
    display: none;
    opacity: 0;
    z-index: 1000000;
	/*display:scroll;*/
	position:fixed;
	/*bottom:0px;*/
	right:50%;
	
}

.jquery-message .round {
    border-left: solid 2px white;
    border-right: solid 2px white;
    font-size: 1px;
    height: 2px;
}

.jquery-message p {
    padding: .3em;
    display: inline;
}

.jquery-message a {
    display: none;
}
.pantallanegra{
	position:fixed;
	background-color:#CCC;
	padding: 900px 900px 900px 900px;
	top: 0px;

	}