#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;
	}

	h1 span {
		display: none;
	}
	
		.noticia {
			margin-left: 208px;
			margin-top: 10px;
			vertical-align: top;
			width: 518px;
			border: 1px dotted #CCC;
			font-size: 11px;
		}
	
		h2 {
			color: #54075b;
			font-size: 11px;
			padding: 16px 6px;
		}

		.noticia p {
			padding-left: 6px;
			color: #6a747c;
		}
		
		.noticia a {
			text-decoration: none;
			color: #6a747c;
		}
	
		.noticia img {
			padding-top: 4px;
		}
		
		.noticia .imagenes {
			float: left;
			width: 200px;
			margin:10px 0 0 10px;
		}
		
		.noticia .imagenes a {
			border-bottom: 0;
		}
		
		.noticia .imagenes a:after {
			content: '';
		}
				
		.noticia .cuerpo {
			width: 518px;
			padding-bottom:10px;
		}
