﻿body
{
    background-position: center;
    height: 100%;
    background-image: url('Imagens/Fundo.png');
    background-repeat: repeat-y;
}
.conteudo
{
    padding-bottom: 30px;
}
.tudo
{
    position: relative;
}
.CentroAcesse
{
    margin-top: -40px;
    text-align: center;
    height:120px;
}
.CentroTopo
{
    margin-top: -15px;
    text-align: center;
}
.rodape
{
    clear:both;
    width: 98%;
    
    bottom: 0;
    text-align: center;
    height: 18px;
    font-size: small;
    color: #000000;
    font-weight: lighter;
    margin-right: -3px;
    margin-bottom: 0px;
    margin-left: -3px;
}

.LadoE
{
 float:left;
 width:250px;
 margin-top: -80px;
    
}
.LadoD
{
 float:right;
 width:250px;
 margin-top: -80px;
    
}
.CentroConteudo
{
    margin-top :-500px;
    width:100%;
}
#rotating-item-wrapper {
	position: relative;
	text-align:center;
	width:500px;
	height:400px;
	
}
.rotating-item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}