body {
	/*background:url(../img/bg-top.jpg) repeat-x top;*/
	background-color:#f8f8f8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#000;
}
#geral {
	background-color:#666;
	background:url(../img/bg.png) repeat-y center;
}
header {
	height:300px;
	background:url(../img/bg-top.jpg) repeat-x bottom;
}
footer {
	margin-top:20px;
	width:960px;
	height:53px;
	background:url(../img/APTA_barra2016vf.jpg) no-repeat center;
}
#logo {
	padding:5px 0 0 0;
}
#saa {
	padding:80px 0 0 0;
	text-align:right
}
#menu {
	padding:10px 0 0 0;
}


div.linksSAA {
 text-align:right;
}
div.linksSAA a {
 color:#000;
 text-decoration:none;
}
div.linksSAA a:hover {
 color:#000;
 text-decoration:underline;
}

p {
	padding-top:10px;
}

#geral h1,h2,h3,h4,h5,h6 {
	font-size:16px;
	border-bottom:solid 2px #990000;
	margin-bottom:10px;
}
.titulo {
	margin-top:20px;
}

a:link {
	text-decoration:none;
	color:#900;
}
a:visited {
	text-decoration:none;
	color:#900;
}
a:hover {
	text-decoration:underline;
	color:#900;
}
a:active {
	text-decoration:none;
}

/*===== Menu dos Institutos =====*/
.institutos {
	list-style:none;
	padding:0;
}
.institutos li {
	margin:6px 0 0 0;
	height:22px;
	line-height:22px;
	padding:0 5px;
	font-size:11px;
}
.institutos li a {
	text-decoration:none;
	display:block;
	color:#000;
	padding:0 0 0 5px;
	border-left:solid 2px #999999;
	border-bottom:solid 2px #999999;
	
	/*padding:0 5px 0 0px;
	border-right:solid 5px #999999;*/
}
.institutos li a:visited {
	text-decoration:none;
}
.institutos li a:hover {
	text-decoration:none;
	color:#900;
	background-color:#f9f9f9;
	border-left:solid 2px #900;
	border-bottom:solid 2px #900;
}
/*===== Fim Menu dos Institutos =====*/

/*===== Banner dos Institutos =====*/
#banner {
}
#banner h2 {
	font-size:14px;
	text-transform:uppercase;
}
/*===== Fim Banner dos Institutos =====*/

/*===== Notícias =====*/
article#destaque.noticia {
	border-bottom:dotted 1px #cecece;
	padding-bottom:5px;
}
article#destaque.noticia a {
	color:#000;
}
article#destaque.noticia a:hover {
	color:#900;
}
article#destaque.noticia .titulo a {
	color:#900;
	font-weight:bold;
}

article.noticia {
	border-bottom:dotted 1px #cecece;
	min-height:80px;
}
article.noticia a {
	color:#000;
}
article.noticia a:visited {
	color:#000;
}
article.noticia a:hover {
	color:#900;
}
/*===== Fim Notícias =====*/

/*===== Abas =====*/
article.mais_noticias {
	border-bottom:dotted 1px #cecece;
	padding-top:10px;
}
article.mais_noticias a {
	color:#000;
}
article.mais_noticias a:hover {
	color:#900;
}
article.mais_noticias .titulo a {
	font-weight:bold;
	color:#900;
}
/*===== Fim Abas =====*/

/*redes sociais*/
.redes_sociais {
	list-style:none;
}
.redes_sociais li {
	margin:0;
	padding:0 0 0 5px;
	float:left;
}
/*redes sociais*/


.projeto {
	font-size:11px;
	font-weight:200;
}
.img_left {
	float:left;
	padding-right:5px;
}
.img_right {
	float:right;
	padding-left:5px;
}

.btn {
	background:url(../img/bg_btn.png) left bottom no-repeat;
	padding-left:20px;
	height:30px;
}

.ocultar {
	display:none;
}

.estrutura a.titulo {
	color:#900;
	/*height:20px;
	line-height:20px;*/
	padding:5px;
	display:block;
	cursor:pointer;
	background:url(../img/bg_btn_red_1.png) right no-repeat;
	background-color:#e8e8e8;
}
.aberto {
	background:url(../img/bg_btn_red_2.png) right no-repeat;
}

hr {
	border-bottom:solid 1px #ccc;
	padding:5px;
}

/*----- Form -----*/
.formulario fieldset.busca {
	padding-top:20px;
	padding-bottom:50px;
}
.formulario label.left {
	float:left;
}
.formulario label.clear_left {
	float:left;
	clear:left;
}