#divPelicula {
    background-color: #000000;
    display: none;
    height: 100%;
    margin: -8px;
    opacity: 0.4;
    position: fixed;
    width: 100%;
    z-index: 50;
}

#divPUConteinner
{
	background-color: #ffffff;
	border: 3px solid #000000;
	height: 0;
	left: 0;
	max-height: 630px;
	position: fixed;
	top: 0;
	width: 0;
	z-index: 101;
}

#divPUViewTopo {
    height: 30px;
    padding: 3px 0 0 10px;
}
#divImgFechar {
    cursor: pointer;
    float: right;
    height: 25px;
    margin: -3px 10px;
    width: 25px;
}
#divPULinhaBaseTitulo {
    border: 1px solid #000000;
    margin: 22px 10px 10px;
}