#main_container {
	width: 100%;
}

	h1 {
		border-bottom: 1px dotted #A2A2A2;
		margin-left: 199px;
		padding: 0;
		width: 539px;
		height: 45px;
		background: url(../../img/institucional-novedades/diagnostico-maipu-novedades.gif) no-repeat 18px center;
	}

	#tit_border {
		border-right: 10px solid #6a747c;
		border-left: 10px solid #6a747c;
		height: 100%;
		width: 519px;
		margin-bottom:20px;
	}

	h1 span {
		display: none;
	}
	/* NOTICIAS */ 
	#noticias {
		padding: 20px 6px 65px 20px;
		background: #FFF;
		float:left;
	}

		.noticia {
			border-top: 1px dotted #CCC;
		}
	
		h2 {
			color: #54075b;
			font-size: 11px;
			padding: 16px 6px;
			font-weight:normal;	
		}

		.noticia p {
			padding: 16px 6px;
			color: #6a747c;
		}
		
		.institucional .noticia a {
			text-decoration: none;
			color: #999;
		}

		
		.noticia img {
			padding-top: 4px;
			max-height: 150px;
			max-width: 150px;
			
		}
		
		.noticia .imagenes {
			float: left;
			width: 175px;
		}
		
		.noticia .imagenes a {
			border-bottom: 0;
		}
		
		.noticia .imagenes a:after {
			content: '';
		}
				
		.noticia .cuerpo {
			float: left; 
			width: 165px;
		}		

	/* NEWSLETTERS */ 
	#newsletters{
		width:330px;
		border: 1px dotted #CCC;	
		float:left;	
		margin-top:20px;
		padding:20px 10px 20px 10px;
	}
	#newsletters h2{
		padding:0px;
		padding-left:15px;
		font-weight:normal;
		font-size:13px;
	}
		#imagen-ultimo-news{
			padding:15px;
			border-bottom: 1px dotted #CCC;	
			width:130px;
		}
		#texto-ultimo-news{
			padding:20px;		
			width:110px;
			color: #6a747c;
		}
		#texto-ultimo-news p{
			padding-top:20px;	
		}
		#texto-ultimo-news h2{
			font-size:11px;
			padding:0;
		}
		.institucional #texto-ultimo-news a {
			text-decoration: none;
			color: #999;
		}

		#listado-news{
			border-left: 1px dotted #CCC;		
			float:right;				
			width:160px;
			padding-top:10px;
		}
		#listado-news .imagen{
			float:left;
			padding:10px;
		}
	
