body{
    padding: 0;
    margin: 0;
    background: #ffffff;
	overflow-x: hidden !important;
}

img{
    border: none;
}
#telainicial{
    width: 100%;
    height: 100%;
    background: URL(img/fundoinicial.jpg) top center no-repeat;
}
#telafinopel{
    width: 100%;
    height: 766px;
    background: URL(img/fundofinopel.jpg) top center no-repeat;
    display: none;
}
#telabrilha{
    width: 100%;
    height: 766px;
    background: URL(img/fundobrilha.jpg) top center no-repeat;
    display: none;
}
@media (min-width: 768px) 
{
#logofinopel{
   position: absolute;
    left: 25%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -115px;
    vertical-align: middle;
    width: 230px;
    height: auto;
}
#logobrilha{
    position: absolute;
    right: 25%;
    top: 50%;
    transform: translateY(-50%);
    margin-right: -115px;
    vertical-align: middle;
    width: 230px;
    height: auto;
}
.imgcenter
{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    margin-left: -40px;
    z-index: 9999;
    height: auto;
}
}

@media (max-width: 767px) 
{
	
	.imgcenter
{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -20px;
    z-index: 9999;
    height: auto;
}
.imgcenter img{width: 40px; height: 40px}
#logofinopel{
   position: absolute;
    left: 25%;
    top: calc(50% - 35px);
    margin-left: -75px;
    vertical-align: middle;
    width: 150px;
    height: auto;
}
#logobrilha{
    position: absolute;
    right: 25%;
    top: calc(50% - 35px);
    margin-right: -75px;
    vertical-align: middle;
    width: 150px;
    height: auto;
}	
}
#copyright{
    width: 400px;
    font-family: Tahoma;
    color: white;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    font-size: 11pt;
    top: 800px;
}

