@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../imagens/fundec_fundo.png);
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	}
	
/********************** FUNDOS *********************/

#base_feed{width:1000px; 
           margin:0 auto; 
	       position:relative; 
	       text-align:center;
	       clear:left}
	
#frame_aacc {
	position:absolute;
	left:50px;
	top:245px;
	width:762px;
	background-color:#FFFFFF;
	text-align:left;
	border-top: thick solid #990000;
	height: 455px;
	/*padding:10px;*/}
	
#frame_noticias {
	position:absolute;
	left:69px;
	top:244px;
	width:873px;
	background-color:#FFFFFF;
	text-align:left;
	border-top: thick solid #990000;
	height: 256px;
	/*padding:10px;*/}
	
#frame_feed {
	background-color:#FFFFFF;
	text-align:left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	/*overflow:auto;*/
	height:200px;
	}
	
	
.faixa{background-image:url(../imagens/fundo%20azul.png);
       height:225px;
	   min-width:1100px;
}

.fundo_cinza{
	background-image:url(../imagens/fundo%20cinza.png);
	height:200px;/* Valor que é mudado no firefox*/
	width:1005px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*****************************************************************/	
.imagem{
	padding-right:5px;
}
	
#titulo_pg {
	position:absolute;
	display:inline;
	left:81px;
	top:194px;
	width:217px;
	height:29px;
	z-index:2;
	display: inline;
}
#titulo_pg2 {
	position:absolute;
	display:inline;
	left:81px;
	top:194px;
	width:271px;
	height:29px;
	z-index:2;
	display: inline;
}

.rotulo {color:#FFFFFF;
		 font-family:Calibri;
		 font-size:16px;
}

.input_busca {background:#c9dbe5; border:1; font:Calibri 12px; color:#666666; margin-left:5px; margin-right:5px;}

.busca{
	font-family: Calibri;
	font-size: 15px;
}

/***************************** LINKS paginação ****************************/

a.pag:link {
	color: #FFF;
	text-decoration: none;
}
a.pag:visited {
	text-decoration: none;
	color: #FFF;
}
a.pag:hover {
	text-decoration: none;
	color: #9FF;
}
a.pag:active {
	text-decoration: none;
}
/**************************** LINKS noticias ****************************/
a.feed:link {
	text-decoration: none;
	color:#4b809c;
}
a.feed:visited {
	text-decoration: none;
	color: #4b809c;
}
a.feed:hover {
	text-decoration: underline;
	color: #2D434C;
}
a.feed:active {
	text-decoration: none;
}
/*********************************************************/
#apDiv1 {
	position:absolute;
	left:803px;
	top:147px;
	width:204px;
	height:105px;
	z-index:1001;
}
#apDiv2 {
	position:absolute;
	left:908px;
	top:531px;
	width:189px;
	height:35px;
	z-index:1002;
}
#apDiv3 {
	position:absolute;
	left:801px;
	top:396px;
	width:195px;
	height:100px;
	z-index:1002;
	text-align:left;
}
#apDiv4 {
	position:absolute;
	left:824px;
	top:356px;
	width:170px;
	height:55px;
	z-index:1003;
	text-align:left;
	background-color:#FFFFFF;

}
.conteudo_feeds {
	width:800px;
}
.img { margin-right:3px;}
/**********************************************************************************************/

#listaBox{
	width:120px;
	height:auto;
	/*overflow-y:auto; /* faz a barra de rolagem vertical aparecer, se não gostou dela é só deletar essa linha */
    overflow-x:hidden; /* faz a barra de rolagem horizontal não aparecer */
	padding:5px 10px 10px 15px;
	line-height:15px;
}

#listaBox a{
color:#4b809c;}

#listaBox a:hover{
color:#4b809c;;}

#listaBox ul li{
list-style:none;
margin-top:5px;
padding-bottom:5px;
}

.inform {color:#660000; font-family:Verdana; font-size:11px}
/*********************************************************/

.textoazul{color:#3C657B;}
.textoazulgr{color:#2d444d; font-size:16px}
