/*
 *
 * Definições do layout (Todas as páginas)
 *
 */


body
{
    text-align: center;
	font-family: Trebuchet MS;
	font-size: 12px;
	margin-top: 0;
	line-height: 16px;
	color: #444;
	
}

a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

.link 
{
  text-decoration: none;
  color: #444;
}

.link:hover
{
  text-decoration: underline;
  color: #444;
}

.link_rodape 
{
  text-decoration: none;
  color:  #797979;
}

.link_rodape:hover
{
  text-decoration: underline;
  color:  #797979;
}

.link_rodape_selecao 
{
  text-decoration: none;
  color:  #000;
}

.link_rodape_selecao:hover
{
  text-decoration: underline;
  color:  #000;
}

#base
{
	background: #F2F2F2;
	width: 820px;
	margin: auto;
	text-align: left;
	padding: 10px 15px;

}
#base[id]
{
	width: 790px;
}
#container
{
	background: #f2f2f2;
	margin:auto;
	width:820px;
}
#footer
{
	width: 820px;
	background: url(../imagens/footer.jpg) no-repeat center bottom #F2F2F2;
	padding: 30px;
	margin: auto;
	text-align: center;
	font-family: Trebuchet MS;
	font-size: 10px;
	font-weight: bold;
	color: #797979;
	clear: both;
}
#footer[id]
{
	width: 760px;
}
#footer div.hr
{
	border-bottom: 2px #C2C2C2 dotted;
}

.widget
{
	background: #e6e6e6 url(../imagens/widget.jpg) no-repeat top center;
	padding: 25px 20px;
	float: left;
	height: 350px;
	width: 180px;
}
.widget[class]
{
	width: 223px;
}
.widget div.hr
{
	border-bottom: 2px #C2C2C2 dotted;
}
.spacer
{ 
	float: left;
	height: 350px;
}
.half-widget
{
	background: #e6e6e6 url(../imagens/widget.jpg) no-repeat top center;
	padding: 25px 20px;
}
.coringa
{
	margin-top: 2px;
}

.min-height
{
	height: 28px;
	float: left;
}
.min-height[class]
{
	display: none;
}
div#sidebar div.widget
{
	background: #e6e6e6 url(../imagens/widget-sidebar.jpg) no-repeat top center;
	float: left;
	height: auto;
	border: 0 !important;
	margin: 0;
}
div#sidebar div.widget[class]
{
	width: 172px;
}
div#sidebar div.widget div.text
{
	padding: 0 !important;
	border: 0 !important;
	height: auto !important;
	width: 170px !important;
}
div#sidebar div.widget div.data
{
	border: 0 !important;
	padding: 0 !important;
	color: #383838 !important;
}
div#area a
{
	float: left;
	height: 32px;
	display: block;
}
div#area #logo
{
	width: 78px;
}
div#area #empresa, div#area #noticias, div#area #contato
{
	width: 88px;
}
div#area #construcao
{
	width: 185px;
}
div#area #eventos
{
	width: 83px;
}
img
{
	border: 0;
}

ul.links
{
	color: #306782;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:square;
	padding:0;
	margin: 0;
}
ul.links li *
{
	margin-left: -7px;
}

.lista 
{
  padding-left: 18px; 
  _margin-left: 0px;
}


select
{
	background: #000000;
	color: #FFFFFF;
	border: 2px solid #7da2b3;
	font-family: Trebuchet MS;
	font-size: 11px;
}


.menu_topo
{
	color: #DEE6E9; 
	position: relative; 
	top: 8px;
}

.menu_topo_destaque
{
	color: #1F5A78; 
	position: relative; 
	top: 10px;
}
