@charset "utf-8";
	
	.nuevaprueba{
	alignment-adjust:middle;
	text-align:center;
	margin-top:5%;
	vertical-align:central;
	color:#09F;
	margin-left:50%;
	font:Arial, Helvetica, sans-serif;
	font-size:66px;
	line-height:125%;
	
}
.overlay{
    background:transparent url(../images/overlay.png) repeat top left;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:9999999;
}

.boxi{
    position:fixed;
    top:-1000;
    left:30%;
    right:30%;
    background-color: #FFF;
    color: #000;
    padding:20px;
    border:2px solid #ccc;
    -moz-border-radius: 20px;
    -webkit-border-radius:20px;
    -khtml-border-radius:20px;
    -moz-box-shadow: 0 1px 5px #333;
    -webkit-box-shadow: 0 1px 5px #333;
    z-index:99999999;
}
a.boxclose{
    float:right;
    width:26px;
    height:26px;
    background:transparent url(../images/cancel.png) repeat top left;
    margin-top:-30px;
    margin-right:-30px;
    cursor:pointer;
}
.boxi h1{
    border-bottom: 1px dashed #7F7F7F;
    margin:-20px -20px 0px -20px;
    padding:10px;
    background-color: #09F;
    color: #FFF;
    -moz-border-radius:20px 20px 0px 0px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -khtml-border-top-left-radius: 20px;
    -khtml-border-top-right-radius: 20px;
}

@media handheld, only screen and (max-width: 767px) {

.nuevaprueba{
	alignment-adjust:middle;
	text-align:center;
	margin-top:5%;
	vertical-align:central;
	color:#09F;
	margin-left:50%;
	font:Arial, Helvetica, sans-serif;
	font-size:25px;
	line-height:100%;
	
}
.overlay{
    background:transparent url(../images/overlay.png) repeat top left;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:9999999;
}
.boxi{
    position:fixed;
    top:-1000;
    left:5%;
    right:5%;
    background-color: #FFF;
    color: #000;
    padding:10px;
    border:1px solid #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    -moz-box-shadow: 0 1px 3px #333;
    -webkit-box-shadow: 0 1px 3px #333;
    z-index:99999999;
}
a.boxclose{
    float:right;
    width:26px;
    height:26px;
    background:transparent url(../images/cancel.png) repeat top left;
    margin-top:-30px;
    margin-right:-30px;
    cursor:pointer;
}
.boxi h1{
    border-bottom: 1px dashed #7F7F7F;
    margin:-10px -10px 0px -10px;
    padding:5px;
    background-color: #09F;
    color: #FFF;
	font-size:24px;
    -moz-border-radius:10px 10px 0px 0px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-top-left-radius: 10px;
    -khtml-border-top-right-radius: 10px;
}

}

@media only screen and (max-width: 1023px) {
.nuevaprueba{
	alignment-adjust:middle;
	text-align:center;
	margin-top:5%;
	vertical-align:central;
	color:#09F;
	margin-left:50%;
	font:Arial, Helvetica, sans-serif;
	font-size:25px;
	line-height:100%;
	
}
.overlay{
    background:transparent url(../images/overlay.png) repeat top left;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:9999999;
}
.boxi{
    position:fixed;
    top:-1000;
    left:5%;
    right:5%;
    background-color: #FFF;
    color: #000;
    padding:10px;
    border:1px solid #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    -moz-box-shadow: 0 1px 3px #333;
    -webkit-box-shadow: 0 1px 3px #333;
    z-index:99999999;
}
a.boxclose{
    float:right;
    width:26px;
    height:26px;
    background:transparent url(../images/cancel.png) repeat top left;
    margin-top:-30px;
    margin-right:-30px;
    cursor:pointer;
}
.boxi h1{
    border-bottom: 1px dashed #7F7F7F;
    margin:-10px -10px 0px -10px;
    padding:5px;
    background-color: #09F;
    color: #FFF;
	font-size:24px;
    -moz-border-radius:10px 10px 0px 0px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-top-left-radius: 10px;
    -khtml-border-top-right-radius: 10px;
}
}
/* CSS Document */

