body
{
	background: #f5fafc url(../img/fundo_01.png) repeat-x top;
	margin: 0px;
}

#conteudoFull
{
	width: 770px;
	margin: 0 auto;
	background: url(../img/fundo_conteudo.png) repeat-y;
	clear: both;
}

#divTopo
{
	width: 100%;
	height: 183px;
	
}

#divMenu
{
	width: 770px;
	margin:auto;
}

#divMenuCont
{
	width: 750px;
	height: 41px;
	background:url(../img/menuFundo.png) repeat-x;
	float: left;
	overflow:hidden;
}

#divMenuSombra
{
	width: 10px;
	height: 41px;
	float: left;
}


a:link, a:visited
{
	color: #00478d;
	text-decoration: none;
}

a:hover
{
	color: #2d7bd3;
	text-decoration: none;
}

/*------------------*/
.divMenuHor
{
	float:left;
	position:relative;
	left:50%;
	text-align:left;
	margin: 0px;
}

.divMenuHor ul
{
	list-style:none; 
	position:relative;
	left:-50%;
	margin:0;
	padding:0;
}

.divMenuHor li
{
	float: left;
	margin: 0px;
}

.divMenuHor li.last
{
	margin-right:0;
}

.divMenuHor li a
{
	float:left;
	height:29px;
	padding:12px 0px 0px 0px;
	position:relative;
	color:#00478d;
	text-decoration:none;
}

.divMenuHor li a:hover
{
	color:#0085e3;
}

.liMenuDiv
{
	background:url(../img/menuDiv.png) no-repeat;
	width: 15px;
	height: 41px;
	float: left;
}
/*------------------*/

#divConteudo, #divSombraEsquerda, #divSombraDireita, #divColuna
{
	float: left;
	vertical-align: top;
}

#divConteudo
{
	width: 540px;
	padding: 15px 15px 0px 15px;
	text-align: justify;
}

#divColuna
{
	width: 160px;
	padding: 15px 10px 0px 10px;
}

#divSombraEsquerda
{
	width: 10px;
}

#divSombraDireita
{
	width: 10px;
}

#divRodape, #divRodape03, #divRodape01
{
	width: 770px;
}

#divRodape
{
	background:url(../img/rodape_fundo.png) repeat-y;
	clear: both;
}

#divRodape01
{
	height: 31px;
	background: url(../img/rodape_01.png) no-repeat;
}

#divRodape02
{
	width: 730px;
	background: url(../img/rodape_02.png) no-repeat top;
	padding: 15px 20px 5px 20px;
}

#divRodape03
{
	height: 33px;
	background: url(../img/rodape_03.png) no-repeat;
}

#divLinha01
{
	width: 730px;
	height: 12px;
	background:url(../img/rodape_linha.png) repeat-x;
	margin: 0 auto;
}

#divLinha02
{
	width: 535px;
	height: 12px;
	background:url(../img/linha_01.png) repeat-x;
	margin: 0 auto;
}

#divLinha03
{
	width: 160px;
	height: 22px;
	background:url(../img/linha_02.png) repeat-x center;
	margin: 0 auto;
}

.fundoSkype
{
	background: url(../img/skype_fundo.png) no-repeat;
	height: 65px;
	width: 156px;
	padding: 5px 0px 0px 4px;
}

.tele
{
	background:url(../img/tele_02.png) repeat-y;
	text-align:center;
}

table
{
	border-top: #8fc4df solid 1px;
	border-left: #8fc4df solid 1px;
}

td
{
	border-right: #8fc4df solid 1px;
	border-bottom: #8fc4df solid 1px;
	padding: 5px 5px 5px 5px;
}
.tdTit
{
	font-size: 14px;
	font-weight:bold;
	color: #004891;
	background: url(../img/fundoTd.png);
	height: 25px;
}