.grafica {
	width: 100%;
    box-sizing: border-box;
    top: 0;
    position: fixed;
    z-index: 999999;
    height: 100%;
    opacity: .9;
    background: #000;
}	

.Inside{
    position: absolute;
    top: 50%;
    left: 50%;
	z-index:99999;
}

.PTexto{
	font-size: 40px;
	color: white;
	text-align: center;
	padding-top: 25px;
}