/* CSS Document */

/* Formatação das áreas */
html, body
{
	height: 100%;
}

body
{
	height: auto;
	min-height: 100%;
}

*
{
	padding:0px;
	margin:0px;
}

body
{
	margin:0px;
	padding:0px;
	text-align:center; /* hack para o Internet Explorer */
	background:url(../images/site/fundo.jpg) repeat-x #EDEDED;
}

#topo
{
	height:170px;
	min-width:940px;
}

#topoConteudo
{
	width:940px;
	height:170px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background:url(../images/site/fundoTopo.jpg) no-repeat top;
}

#topoEsq
{
	float:left;
	width:321px;
	height:170px;
}

#topoDir
{
	float:right;
	width:570px;
	height:170px;
	font-family: 'pt_sansregular';
	font-size:15px;
	font-weight:normal;
}

#topoDir a
{
	float:left;
	color:#FFF;
	text-decoration:none;
	padding-top:75px;
	padding-bottom:38px;
	padding-left:8px;
	padding-right:8px;
	margin-right:1px;
}

#topoDir a:hover
{
	color:#FFF;
	text-decoration:none;
	background-color:#BF2030;
	padding-top:75px;
	padding-bottom:38px;
	padding-left:8px;
	padding-right:8px;
	margin-right:1px;
}

.ativo
{
	color:#FFF;
	text-decoration:none;
	background-color:#BF2030;
	padding-top:75px;
	padding-bottom:38px;
	padding-left:8px;
	padding-right:8px;
	margin-right:1px;
}

#breadcrumb
{
	height:20px;
	min-width:940px;
	background:#EDEDED;
}

#breadcrumbConteudo
{
	width:940px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}

#breadcrumbConteudo a
{
	color:#666;
	text-decoration:none;
}

#breadcrumbConteudo a:hover
{
	color:#666;
	text-decoration:underline;
}

#conteudo
{
	height:auto;
	min-width:940px;
	background:#EDEDED;
}

#conteudoCentro
{
	width:940px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	padding-bottom:25px;
	text-align:left;
	overflow:hidden;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
}

#rodape
{
	height:auto;
	min-height:150px;
	min-width:940px;
	background-color:#F4F4F4;
	margin-bottom:20px;
}

#rodapeConteudo
{
	width:940px;
	height:auto;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	padding-top:25px;
	padding-bottom:25px;
	text-align:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

#rodapeEsq
{
	float:left;
	width:460px;
	height:auto;
}

#rodapeEsq a
{
	color:#333;
	text-decoration:none;
}

#rodapeEsq a:hover
{
	color:#333;
	text-decoration:underline;
}

.logotipo
{
	float:left;
	margin-right:20px;
	margin-bottom:40px;
}

.face
{
	float:left;
	margin-right:5px;
	margin-top:-3px;
}

#rodapeDir
{
	float:right;
	width:460px;
	height:auto;
	text-align:right;
}

#rodapeDir a
{
	color:#333;
	text-decoration:none;
	font-weight:bold;
}

#rodapeDir a:hover
{
	color:#333;
	text-decoration:underline;
	font-weight:bold;
}
/* Fim da formatação das áreas */

/* Formatação dos textos */
h1
{
	font-family: 'franklin_gothiccondensed';
	font-size:20px;
	font-weight:normal;
	color:#544C79;
}

h2
{
	font-size:16px;
	color:#9D9F05;
	font-weight:normal;
}

.titulo
{
	color:#544C79;
	font-weight:bold;
}
/* Fim da formatação dos textos */

/* Formatação dos formulários */
/* Fim da formatação dos formulários */

/* Formatação das imagens */
/* Fim da formatação das imagens */

/* Formatação dos botoes */
/* Fim da formatação dos botoes */