/* layout base dos indices */






/* box branco principal */

	#indicecomponente {
		background-color:#fff;
		padding-bottom:20px;
	}









/* tarja do titulo do componente */

		#indicecomponente h2 {
			width:491px;
			height:66px;
			text-indent:20px;
			font-size:25px;
			line-height:2.5em;
			color:#fff;
			background:url(bg_titulos_modulos.gif) top left no-repeat;
		}








/* Tarjinhas com nomes dos grupos quando houver */
		
		#indicecomponente h3 {
			background:url(indices_bg_nomes_grupos_lin.gif) left top repeat-x;
			margin-left:4px;
			height:18px;
		}
		
			#indicecomponente h3 span {
				background:#dcdae4 url(indices_bg_nomes_grupos_acabamento.gif) right center no-repeat;
				height:18px;
				line-height:1.6em;
				padding:2px 25px 2px 16px;
			}

		#indicecomponente h4 {
			margin-left:40px;
		}




/* Formatacao dos itens */

		#indicecomponente ul {
			padding-left:20px;
		}

			#indicecomponente ul li {
				background:url(indices_linha_separadora.gif) left bottom no-repeat;
				padding-bottom:10px;
				padding-left:20px;
				clear:both;
			}


				span.dataitem_noticia {
					font-size:10px;
					color:#4f495c;
					display:block;
					margin-top:8px;
				}
				
				div.dataitem_agendese {
					width:74px;
					height:51px;
					background:url(bg_agenda_folhinha.gif) left top no-repeat;
					float:left;
					margin:10px 10px -20px 0px;
					padding-top:23px;
					padding-left:10px;
					color:#df4204;
					font-weight:bold;
				}
			
			
				a.tituloitem {
					font-weight:bold;
				}
				
					a.tituloitem:hover {
						text-decoration:none;
					}

/* Indice das revistas */

		#indicecomponente #indicerevistas li {
			background:none;
			margin-bottom:35px;
		}

		#indicecomponente #indicerevistas li img {
			margin-right:10px;
		}

		#indicecomponente #indicerevistas li a {
			display:block;
			padding-top:30px;
		}


/* Paginador */


		#paginador {
			height:38px;
			background:url(bg_paginador.gif) #fff repeat-x;
			font-weight:bold;
			text-align:center;
			padding-top:20px;
		}

			#paginador #paginas {
				float:left;
				width:241px;
			}


				#paginas span {
					padding:4px;
				}


			.gotoprev_on {
				display:block;
				width:125px;
				float:left;
				background:url(paginador_seta_prev_on.gif) 25px 3px no-repeat;
			}


			.gotoprev_off {
				display:block;
				width:125px;
				float:left;
				background:url(paginador_seta_prev_off.gif) 25px 3px no-repeat;
				color:#999;
			}


			.gotonext_on {
				display:block;
				width:125px;
				float:left;
				background:url(paginador_seta_next_on.gif) 92px 3px no-repeat;
			}

			.gotonext_off {
				display:block;
				width:125px;
				float:left;
				background:url(paginador_seta_next_off.gif) 92px 3px no-repeat;
				color:#999;
			}







