/*-----------------------------------------------------------------------------
autor: Luan Garcia

-----------------------------------------------------------------------------*/

/* =Reset
-----------------------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
fieldset {
	display:block;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	line-height: normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;}

a:link, a:visited { color: #5899b8;}

a:hover, a:active { color: #78ae16; text-decoration: underline;}

/* INICIO HACKS
-----------------------------------------------------------------------------*/

.replace {
	overflow: hidden;	
}

.replace a {
	display:block;
	width: 100%;
	height: 100%;	
}

.replace strong {
	position: absolute;
	top: -9999px;	
}

.fix {
	overflow: hidden;
	zoom: 1;
}

/*
===================== FIM
*/

body {
	background: url(../img/bg-body.gif) repeat-x 0 0 #5899b8;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #344047;
}

#topo {
	background: url(../img/header.jpg) no-repeat top left;
	padding-top: 28px;
	height: 325px;
	
}

#topo .flash {
	width: 960px;
	height: 325px;
	margin: 0 auto;
}

#container {
	background: url(../img/bg-container.gif) repeat-y 0 0;
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding-bottom: 24px;
	*padding-bottom: 25px;
}

.coluna-avisos, .coluna-localizacao, .coluna-info {
	float: left;
	position: relative;
	z-index: 15;
}

.coluna-avisos, .coluna-info {
	width: 300px;
	padding: 0 5px;
}

.coluna-localizacao {
	background: url(../img/bg-coluna-localizacao.gif) repeat-x top left #dfe7eb;
	width: 300px;
	padding: 15px 20px 0 20px;
}

h2.titulo {
	width: 300px;
	height: 45px;
}
 
.coluna-avisos h2.titulo {
	background: url(../img/titulo-quadroAvisos.gif) no-repeat 0 0;
}

.coluna-info h2.titulo {
	background: url(../img/titulo-informacoes.gif) no-repeat 0 0;
	margin-bottom: 3px;
	*margin-bottom: 4px;
	_margin-bottom: 0px;
}

.box-comum {
	background: #e5ecf0 url(../img/bg-box-comum.gif) repeat-x bottom left;
	padding: 15px 10px 20px 13px;
	/*height: 83px;*/
}

.ultimo-box{
	background: none;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

.coluna-info .box-comum p, .coluna-avisos .box-comum p {
	margin-bottom: 10px;
}

.coluna-info .box-comum li {
    margin-bottom: 10px;
}

.coluna-avisos h3 {
	background: url(../img/ico-subtitulo.gif) no-repeat left center;
	color: #903228;
	padding-left: 19px;	
}

.coluna-info h3 {
	color: #13749d;
}

.coluna-localizacao p {
	margin-bottom: 15px;
}

.localizacao {
	padding-top: 20px;
}

.coluna-localizacao h2 {
	background: url(../img/titulo-localizacao.gif) no-repeat 0 0;
	width: 90px;
	height: 23px;
	margin-bottom:10px;
}

.coluna-localizacao h3 {
	color: #1c4a8e;
}

.coluna-localizacao p.linkMap {
	margin-top: -5px;
}

#geral {
	background: url(../img/rodape.jpg) repeat-x bottom left;
	position: relative;
	z-index: 1;
}

#rodape {
	background: url(../img/rodape-bg2.jpg) no-repeat bottom center;
	height: 150px;
	position: relative;
	z-index:10;
	margin-top: -45px;
	*left: -1px;
    padding-top: 1px;
}

#rodape .powered{
    display: block;
    width: 146px;
    height: 54px;
    margin: 89px 0 0 639px;
}

