/* 	CSS RESET - Yahoo! User Interface Library
	http://developer.yahoo.com/yui/reset/
----------------------------------------------------- */

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;
}
address,caption,cite,code,dfn,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;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* 	TIPOGRAFIA BSICA
----------------------------------------------------- */
body {
	font-family:Tahoma, sans-serif;
	font-size:11px;
	color:#303030;
	line-height:16px;
}

a,
a:link,
a:visited {
	color:#8a7039;
	text-decoration:none;
	outline:none;
}

a:hover {
	text-decoration:underline;
}

a span.segue {
	color:#303030;
}


/* 	LAYOUT BSICO
----------------------------------------------------- */
div.container-central {
	width:960px;
	margin:auto;
}

body {
	background-color:#f5f2e9;
	min-width:960px;
}

/*  FERRAMENTAS
----------------------------------------------------- */
div#menu-ferramentas {
	height:30px;
	background-image:url(../../img/layout/fundo-menu-topo.png);
	background-repeat:repeat-x;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:3;
}

/*Identificação*/
p#identificao-usuario {
	color:#ffffff;
	float:left;
	margin-left:15px;
	position:relative;
	top:7px;
	font-size:11px;
	line-height:16px;
}

p.identificao-usuario span.nome {
	font-weight:bold;
}

div.controles-ferramenta {
	display:inline;
	float:right;
	margin-right:15px;
}

/*Busca*/
form#busca-topo {
	float:left;
	width:137px;
	position:relative;
	top:6px;
}

form#busca-topo input.type-text {
	border:0;
	width:112px;
	height:18px;
	padding-left:4px;
	padding-right:4px;
	background-image:url(../../img/layout/fundo-busca.png);
	background-repeat:no-repeat;
	float:left;
}

form#busca-topo input.type-submit {
	width:17px;
	height:18px;
	border:0;
	cursor:pointer;
	background-image:url(../../img/layout/btn-submit-busca.png);
	text-indent:-9999px;
	padding-top:17px;
	float:left;
}

/*Tamanho texto*/
p#tamanho-fonte {
	float:left;
	margin-left:38px;
	margin-top:8px;
}

p#tamanho-fonte span {
	display:block;
	text-indent:-9999px;
	float:left;
}

p#tamanho-fonte span#label {
	background-image:url(../../img/layout/btn-text-size.png);
	background-position:-4px -7px;
	width:30px;
	height:12px;
}

p#tamanho-fonte span#texto-maior {
	background-image:url(../../img/layout/btn-text-size.png);
	background-position:-40px -7px;
	width:12px;
	height:12px;
	margin-left:6px;
	cursor:pointer;
}

p#tamanho-fonte span#texto-menor {
	background-image:url(../../img/layout/btn-text-size.png);
	background-position:-56px -7px;
	width:12px;
	height:12px;
	margin-left:4px;
	cursor:pointer;
}

/*Login*/
div#btn-login {
	float:left;
	margin-left:38px;
}

div#btn-login span#ico-login {
	display:block;
	background-image:url(../../img/layout/btn-login.png);
	background-repeat:no-repeat;
	width:51px;
	height:16px;
	text-indent:-9999px;
	margin-top:6px;
	cursor:pointer;
}

div#btn-login form {
	position:absolute;
	background-image:url(../../img/layout/fundo-form-login.png);
	background-repeat:repeat-x;
	top:29px;
	right:-15px;
	_right:0px;
	padding:10px;
	width:190px;
	height:140px;
	color:#fff;
	font-weight:bold;
	display:block;
	display:none;
	overflow-x:hidden;
}

div#btn-login form p {
	margin-bottom:8px;
	height:16px;
}

div#btn-login form label {
	width:42px;
	text-align:left;
	display:block;
	float:left;
	height:18px;
	position:relative;
	top:2px;
}

div#btn-login form input.type-text {
	background-image:url(../../img/layout/fundo-input-text.png);
	border:0;
	width:137px;
	height:18px;
}

div#btn-login form input.type-submit {
	background:none;
	background-color:transparent;
	background-image:url(../../img/layout/btn-entrar.gif);
	background-repeat:no-repeat;
	border:0;
	width:68px;
	height:16px;
	border:0;
	padding-top:16px;
	margin-right:12px;
	cursor:pointer;
	float:right;
}

div#btn-login form fieldset.footer {
	background-image:url(../../img/layout/fundo-form-login-footer.png);
	background-repeat:repeat-x;
	margin:0 -10px;
	padding:10px;
	width:190px;
	font-weight:normal;
}
div#btn-login form fieldset.footer a,
div#btn-login form fieldset.footer a:link, 
div#btn-login form fieldset.footer a:visited {
	color:#4e1716;
	margin-left:10px;
	position:relative;
	top:-2px;
}

/* 	HEADER - CORPO
----------------------------------------------------- */
div#header {
	background-image:url(../../img/layout/fundo-header.png);
	background-position:0 30px;
	height:107px;
	padding-top:30px;
}

div#header a.logo-fenapef {
	background-image:url(../../img/layout/logo-fenapef.png);
	width:303px;
	height:107px;
	display:block;
	text-indent:-9999px;
}

/* 	HEADER - MENU - PRINCIPAL
----------------------------------------------------- */
div#menu-principal {
	background-image:url(../../img/layout/fundo-menu.png);
	height:31px;
	padding-left:15px;
	font-size:11px;
	line-height:16px;
	z-index:2;
	position:relative;
}

div#menu-principal ul {
	display:inline;
	position:relative;
	top:7px;
	font-weight:normal;
}

div#menu-principal ul li {
	display:inline;
	margin-right:12px;
	margin-top:5px;
	*margin-top:-1px;
	padding-bottom:14px;
	float:left;
	position:relative;
}

div#menu-principal ul a:link,
div#menu-principal ul a:visited{
	color:#000000;
}

div#menu-principal ul#menu-restrito a:link, 
div#menu-principal ul#menu-restrito a:visited {
	color:#7e100e;
	font-weight:bold;
}

/*submenu*/
div#menu-principal ul li div {
	background-image:url(../../img/layout/fundo-submenu.png);
	position:absolute;
	top:23px;
	*top:21px;
	left:-15px;
	padding:14px 24px;
	padding-right:48px;
	display:block;
	min-width:100px;
	_width:100px;
}

div#menu-principal ul li div a,
div#menu-principal ul li div a:link,
div#menu-principal ul li div a:visited,
div#menu-principal ul li div a:hover {
	display:block;
	color:#fff !important;
	text-decoration:none;
	font-weight:bold;
}
div#menu-principal ul li div a span.segue {
	color:#ceb77b;
	margin-right:6px;
}

/* 	CORPO
----------------------------------------------------- */
div#corpo {
	width:932px;
	margin:auto;
	margin-top:30px;
	clear:both;
}

/* 	BARRA DA DIREITA
----------------------------------------------------- */
div#barra-direita {
	float:right;
	width:212px;
}

div#barra-direita div.box-corpo img {
	margin:auto;
	display:block;
}

div#barra-direita div.box-header {
	background-image:url(../../img/layout/header-curto.png);
}

/* 	BARRA DA DIREITA - LEITURA E LAZER
----------------------------------------------------- */
div#box-leituralazer {
	position:relative;
	z-index:0;
}

div#box-leituralazer div.galeria {
	height:181px;
	margin:auto;
	width:100%;
}

div#box-leituralazer div.galeria img {
	display:block;
	margin:auto;
	top:0px;
}

div#box-leituralazer div.controles {
	margin-top:12px;
	position:relative;
	left:6px;
	width:182px;
}

/* 	BARRA DA DIREITA - ENQUETE
----------------------------------------------------- */
div#box-enquete {
	
}

div#box-enquete h2 {
	font-weight:bold;
	margin-bottom:6px;
}

div#box-enquete p {
	margin-bottom:6px;
}

a.btn-resultados {
	background-image:url(../../img/layout/btn-resultados.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	width:75px;
	height:12px;
	display:block;
	cursor:pointer;
	float:left;
	margin-top:14px;
}

a.btn-votar {
	background-image:url(../../img/layout/btn-votar.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	width:46px;
	height:12px;
	display:block;
	cursor:pointer;
	float:right;
	margin-top:14px;
}

/* 	BARRA DA DIREITA - PUBLICIDADE
----------------------------------------------------- */
div#box-publicidade {
	border:solid 1px #c9c7bf;
}

div#box-publicidade div.box-corpo {
	padding:0;
}

/* 	BARRA DA DIREITA - VEJA TAMBÉM
----------------------------------------------------- */
div#box-vejatambem {
	
}

div#box-vejatambem a.link-maisnoticias {
	display:block;
	padding:12px;
	margin:auto;
	margin-left:-8px;
	text-align:center;
}

/* 	CONTEÚDO DA ESQUERDA
----------------------------------------------------- */
div.conteudo-esquerda {
	width:708px;
	float:left;
}

/* 	BOX GENÉRICO
----------------------------------------------------- */
div.box {
	margin-bottom:15px;
	position:relative;
	background-color:#ffffff;
	border-left:solid 1px #c9c7bf;
	border-right:solid 1px #c9c7bf;
	border-bottom:solid 1px #c9c7bf;
}

/*header*/
div.box-header {
	background-image:url(../../img/layout/header-destaques.png);
	background-repeat:no-repeat;
	height:32px;
	overflow:hidden;
}

div.box-header h1 {
	background-image:url(../../img/layout/ico-header.png);
	background-repeat:no-repeat;
	font-weight:bold;
	padding-left:24px;
	padding-top:2px;
	height:14px;
	position:relative;
	top:8px;
	left:14px;
	font-size:11px;
	line-height:11px;
}

/*corpo do box*/
div.box-corpo {
	padding:14px;
}

div.box-corpo a {
	font-weight:bold;
}

div.box-item {
	padding:8px 0px;
	padding-top:0px;
	clear:both;
	width:100%;
	overflow-x:hidden;
}

div.box-item-hover {
	background-color:#E2C588;
	width:100%;
	position:relative;
	left:-14px;
	padding-left:14px;
	padding-right:14px;
/*
	margin-left:-14px;
	margin-right:-14px;
*/
/*
	padding:8px 14px;
	padding-top:0px;
*/
	
}

div.box-item p {
	margin-top:12px;
}

div.box-item-hover a,
div.box-item-hover a:link,
div.box-item-hover a:visited {
	color:#b4281e;
	display:block;
}

/*agrupamento de box */
div.box-corpo-grupo {
	width:195px;
	float:left;
}

div#box-pfacao div.box-corpo-grupo {
	display:block;
	padding-bottom:15px;
	position:relative;
}

div#box-pfacao div.box-corpo { height:100%; overflow:hidden; }

div#floatLeft { width:340px; float:left; }
div#floatRight { width:300px; float:right; }
div#box-pfacao div#floatLeft div.box-corpo-grupo { width:340px; float:none !important;  }
div#box-pfacao div#floatRight div.box-corpo-grupo { width:300px; float:none !important; }

div#box-pfacao div.box-corpo-grupo h3 a { font-size:1.5em; }

div#box-pfacao img {
	display:block;
	margin:12px auto 0;
}

div#box-pfacao a.btn-noticia { clear:both; float:right; }

div#box-pfacao p { margin:10px 0 0 0; }

div.box-corpo-grupo-static {
	float:none;
}


/*botoes*/
a.btn-noticia {
	background-image:url(../../img/layout/btn-noticias.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	display:block;
	width:62px;
	height:14px;
	float:right;
}

/* 	CONTROLE DE PAGINAÇÃO GENÉRICO
----------------------------------------------------- */
div.controles {
	margin:auto;
	font-size:11px;
	line-height:16px;
}

div.controles div.paginacao {
	margin:auto;
	float:left;
	display:inline;
}

div.controles div.pager {
	float:left;
}

div.controles a,
div.controles a:link,
div.controles a:visited {
	color:#000000;
	display:block;
	float:left;
	margin-right:6px;
	font-weight:normal;
}

div.controles a.activeSlide,
div.controles a.activeSlide,
div.controles a.activeSlide {
	font-weight:bold !important;
}

div.controles a.ico-anterior {
	background-image:url(../../img/layout/seta-anterior.png);
	width:16px;
	height:16px;
	text-indent:-9999px;
}

div.controles a.ico-proximo {
	background-image:url(../../img/layout/seta-proximo.png);
	width:16px;
	height:16px;
	text-indent:-9999px;
}

/* 	CORPO - GALERIA
----------------------------------------------------- */
div#box-destaque1 { margin-bottom:10px; height:100%; overflow:hidden; }
div#box-destaque1 div.box-corpo { }

div#box-galeria {
	float:left;
	width:406px;
	height:302px;
	position:relative;
	overflow:hidden;
	z-index:1;
}	

div#box-galeria div.header {
	position:absolute;
	top:0px;
	left:0px;
	background-color:#ffffff;
	width:382px;
	padding:8px 12px;
}

div#box-galeria div.header h2 {
	font-weight:bold;
}

div#box-galeria div.controles {
	height:20px;
	position:absolute;
	bottom:0px;
	left:0px;
	width:380px;
	padding:4px 12px 0;
	background-color:#fff;
	z-index:5;
}

div.grupo-galeria
{
	position:absolute;
	top:0px;
	height:100%;
	width:100%;
}

div.galeria {
	position:relative;
}

div#box-galeria div.foto { width:400px; }
div#box-galeria div.foto table { height:310px !important; }

/* 	CORPO - DESTAQUES
----------------------------------------------------- */
div#box-destaques {
	float:left;
	width:250px;
	height:302px;
	margin-left:15px;
}	

/*header do */
div#box-destaques div.box-header {
	background-image:url(../../img/layout/header-destaques.png);
}

div#box-destaques div.corpo div.item h2 {	
}

div#box-destaques a.btn-noticia {
	margin-top:14px;
}

/* 	CORPO - PF EM AÇÃO
----------------------------------------------------- */
div#box-pfacao {
	clear:both;
	padding-bottom:10px;
}

div#box-pfacao div.box-header, div#box-destaque1 div.box-header {
	background-image:url(../../img/layout/header-medio.png);
}

/* 	CORPO - EDITORIAS
----------------------------------------------------- */
div#box-editoria {

}	

div#box-editoria div.box-header {
	background-image:url(../../img/layout/header-medio.png);
}
div#box-editoria div.box-header {

}

div#box-editoria div.box-header a,
div#box-editoria div.box-header a:link,
div#box-editoria div.box-header a:visited {
	display:block;
	float:left;
	padding:8px;
	position:relative;
	margin-top:-16px;
	left:120px;
	background-color:#fff;
	background-image:url(../../img/layout/fundo-aba-editoria.png);
	color:#000000;
	border-left:solid 1px #bbb7ac;
}

div#box-editoria div.box-header a:hover,
div#box-editoria div.box-header a.ativo,
div#box-editoria div.box-header a.ativo:link,
div#box-editoria div.box-header a.ativo:visited {
	background-image:url(../../img/layout/fundo-aba-editoria-ativo.png);
	cursor:pointer;
}

div#box-editoria div.galeriaEditoria {
	position:relative;
	display:block;
}

div#box-editoria div.box-corpo {
	float:none;
	position:relative;
	display:block;
}

div#box-editoria a {
	display:block;
}

div#box-editoria img { 
	clear:left;
	margin:0 auto;
}

/* 	CORPO - CONFIRA TAMBÉM
----------------------------------------------------- */
div#box-confiratambem {
	clear:both;
}	

div#box-confiratambem div.box-header {
	background-image:url(../../img/layout/header-longo.png);
}

div.box-header-longo {
	background-image:url(../../img/layout/header-longo.png);
}

div#box-confiratambem h2 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:14px;
}

div#box-confiratambem a.destaque {
	margin-bottom:14px;
	display:block;
}

div#box-confiratambem div.esquerda {
	padding-left:40px !important;
}

div#box-confiratambem div.direita {
	padding-right:40px !important;
}

img.esquerda { margin-right:10px !important; }
img.direita { margin-left:10px !important; }

/* 	INTERNA - HOME CATEGORIA
----------------------------------------------------- */
/*topo da home*/
h1.nome-categoria {
	color:#7E100E;
	color:#303030;
	font-size:20px;
	padding:12px;
	padding-left:0px;
	text-transform:uppercase;
}

h1.bread-crumb {
	background-image:url(../../img/layout/document.gif) !important;
}

h1.bread-crumb a:link,
h1.bread-crumb a:visited {
	color:#303030;
}

div#categoria-topo-conteudo div.box-corpo-grupo {
	width: 250px;
}

/*mais destaques*/
div#categoria-maisdestaques {
	
}

div#categoria-maisdestaques div.box-corpo-grupo {
	width:320px;
}


/*encontre*/
div#encontre {
	clear:both;
}

div#encontre label {
	display:block;
	margin-bottom:12px;
	font-weight:bold;
}

div#encontre input.type-text {
	margin-bottom:12px;
	border:1px solid #C9C7BF;
	display:block;
}

div#encontre input.type-submit {
	background-image:url(../../img/layout/btn-enviar.png);
	width:68px;
	height:16px;
	border:0;
	text-indent:-9999px;
	cursor:pointer;
	display:block;
	padding-top:16px;
}

/* 	INTERNA - DETALHE NOTÍCIA
----------------------------------------------------- */
div.ferramenta-noticia {
	margin-top:12px;
}

div.ferramenta-noticia a:link,
div.ferramenta-noticia  a:visited {
	color:#303030;
	font-weight:bold;
	margin-right:12px;
}

/* 	INTERNA - ÚLTIMAS NOTÍCIAS
----------------------------------------------------- */
div#ultimas-noticias {
	
}

div#ultimas-noticias h2.data {
	font-weight:bold;
	margin-bottom:12px;
	margin-top:12px;
}

/* 	FOOTER
----------------------------------------------------- */
div#footer {
	height:70px;
	margin-top:30px;
	background-image:url(../../img/layout/fundo-footer.png);
	position:relative;
	font-size:11px;
	line-height:16px;
}

div#footer div.contato {
	padding:15px;
	padding-bottom:0px;
}

div#footer h2 {
	font-weight:bold;
}

a#mapa-site {
	position:absolute;
	top:15px;
	right:15px;
	background-image:url(../../img/layout/link-mapasite.png);
	width:85px;
	height:16px;
	text-indent:-9999px;
}

p#contador {
	position:absolute;
	right:15px;
	top:35px;
}

/*	AJUSTES
----------------------------------------------------- */
.no-margin {
	margin:0 !important;
}

.fixa-float {
	clear:both;
	line-height:0;
	font-size:0;
	margin:0;
	padding:0;
	display:block;
	height:0;
}

.esquerda {
	float:left !important;
	position:relative;
}

.centro {
	margin:auto !important;
	float:none !important;
	position:relative;
}

.direita {
	float:right !important;
	position:relative;
}

.drop-shadow-top-left {
	background-position:0pt 0pt;
	bottom:0pt;
	left:-6px;
	padding:0pt 0px 2px 0pt;
	top:-6px;
	z-index:-2;
	background-image:url(../../img/layout/dropshadow.png);
	display:block;
	height:100%;
	position:absolute;
	width:100%;
}

.tip-top {
	background-image:url(../../img/layout/dropshadow.png);
	display:block;
	height:100%;
	position:absolute;
	width:100%;
	background-position:100% 0pt;
	height:10px;
	right:-12px;
	top:0px;
	width:12px;
}

.drop-shadow-bottom-right {
	background-position:100% 100%;
	bottom:-6px;
	padding:2px 0pt 0pt 0px;
	right:-6px;
	z-index:-1;
	background-image:url(../../img/layout/dropshadow.png);
	display:block;
	height:100%;
	position:absolute;
	width:100%;
}

.tip-bottom {
	background-image:url(../../img/layout/dropshadow.png);
	display:block;
	height:100%;
	position:absolute;
	width:100%;
	background-position:0pt 100%;
	bottom:0px;
	height:10px;
	left:-12px;
	width:12px;
}

img.image-left {
	float:left;
	padding-right:12px;
	margin:0 !important;
}
