﻿html, body, div, span, table, tr, td {
	margin:0px;
	padding:0px;
	border: 0px;
	border-collapse:collapse;
	background: transparent;	
}

img
{
	display:block;
}

#LogoMarca
{
	width:500px;
	height:60px;
	top:0px;
	border:none;
	display:block;

	
}
#Cabecalho
{
	height:100px;
	border-bottom:solid 1px black;
	background-image:url(imagem/BackgroundTopo.png);
	background-repeat:repeat-x;
}

#Barra
{
	height:40px;
	border-bottom:solid 1px black;
	background-image:url(imagem/BackgroundBarra.png);
	background-repeat:repeat-x;

}

#LateralSuperiorDireita
{
text-align:right;
height:100%;
width:350px;
float:right;
display:block;
}

.DivPrincipal {
	width:1000px;
	position:relative;
	margin:auto;
	background-color:transparent;
	border:none;
	margin-top:10px;
	padding:0px;
	}

#TabelaPrincipal 
{
margin-top:20px;
width:1024px;
height:100px;
background-color:transparent;
}

#ColunaEsquerda
{
width:205px;
}

#ColunaCentral
{
	padding:10px
}

#ColunaDireita
{
width:205px;
}

#Rodape
{
border-top:dotted 1px #dedede;
}

#RodapeInterno
{
width:1000px;
margin:auto;
}

#RodapeInterno td
{
	padding:5px
}

#RodapeInterno table
{
	width:300px
}


#PoweredBy
{
	width:100%;
	text-align:center;
	color:White;
	background-color:Transparent;
	padding:0px;
	margin:0px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}

#PoweredBy a 
{
	color:White;
}


