@charset "utf-8";
/* CSS | 001 | Noticias | Lista */

/* Busca */
.Bus_Are_Ger{
	display:none;
}

/* Area */
.Not_Lis_Are_Ger{
	width:100%;
	display:table;
}
	
	/* Noticia */
	.Not_Lis_Are{
		width:310px;
		float:left;
		position:relative;		
	}
	
		/* Imagem */
		.Not_Lis_Img{
			width:310px;
			height:176px;
		}
		
			/* Imagem | img */
			.Not_Lis_Img img{
				width:310px;
				height:176px;	
			}
		
				/* Imagem | img | a */
				.Not_Lis_Img a{
					width:310px;
					height:176px;
					display:block;	
				}
		
		/* Area | Titulo | Resumo | Data */
		.Not_Lis_Des_Are{
			width:100%;
		}
		
			/* Data */
			.Not_Lis_Des_Dat{
				margin:10px 0 5px 0;
				font:11px "Fira Sans", Arial, Helvetica, sans-serif;
				font-weight:400;
			}
		
				/* Data | a */
				.Not_Lis_Des_Dat a{
					color:#A7A7A7;	
					text-decoration:none;			
				}
		
			/* Titulo */
			.Not_Lis_Des_Tit{
				font:16px "Fira Sans", Arial, Helvetica, sans-serif;
				font-weight:700;
			}
				
				/* Titulo | a */
				.Not_Lis_Des_Tit a{
					color:#006192;
					text-decoration:none;			
				}

			/* Resumo */
			.Not_Lis_Des_Res{
				display:none;
			}
		
	/* Separador */
	.Not_Lis_Are_Sep{
		width:20px;
		height:176px;
		float:left;	
	}	
	
		.Not_Lis_Are_Sep:nth-child(8n+8){
			width:100%;
			height:20px;
			float:none;		
			clear:both;
		}
		
@media only screen and (max-width:1320px){
		
		/* Separador */
		.Not_Lis_Are_Sep{
			width:10px;	
		}
		
		/* Separador */
		.Not_Lis_Are_Sep:nth-child(8n+8){
			width:10px;
			height:176px;
			float:left;	
			clear:none;	
		}
	
		/* Separador */
		.Not_Lis_Are_Sep:nth-child(4n+4){
			width:100%;
			height:35px;
			float:none;		
			clear:both;
		}		
			
}

@media only screen and (max-width:767px){
	
		/* Separador */
		.Not_Lis_Are_Sep{
			width:100% ;
			height:25px;
			float:none;		
			clear:both;
		}
}