* html #main {
	border-top: 1px dotted #A2A2A2;
}

#main {
	background-image: none;
}

	#principal {
		padding: 0;
		padding-right: 33px;
		width: 705px;
		border: 0;
		padding-bottom:40px;		
	}

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

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

		h1 span {
			display: none;
		}
	
		h2 { 
			color: #54075B;
		}
	
		#principal h2 a {
			color: #54075B;
			text-decoration: none;
		}
	
		h2 .fecha {
			color: #777;
			font-weight: normal;
		}

		.premio {
			padding: 20px 0 15px;
			float: left;
			clear: left;
			border-bottom: 1px dotted #A2A2A2;
			width: 100%;
		}

		.premio .imagen {
			padding-top: 7px;
			padding-left: 18px;
			text-align: center;
			width: 171px;
			float: left;
		}
	
		.premio .imagen img {
			max-width: 127px;
		}

		.premio .descripcion {
			float: left;
			padding: 0 30px;
			width: 456px;
		}
	
		.premio .descripcion p {
			padding-bottom: 1em;
		}
		
		#anteriores {
			float: right;
			width: 487px;
		}
		
		#anteriores h2#tit_anteriores {
			padding: 5px 0;
			background: none;
			border-top: none;
		}
			
		#anteriores h2 {
			border-top: 1px dotted #A2A2A2;
			padding-top: 10px;
			padding-bottom: 10px;			
			padding-right: 10px;
			background: transparent url(../../img/bullet-acordeon.gif) no-repeat right center;
			cursor: pointer;
		}
		
		#anteriores h2.open {
			background: transparent url(../../img/bullet-acordeon-on.gif) no-repeat right center;
		}
		
		#anteriores .premioanterior {
			display: none;
			padding-left: 10px;
			overflow: hidden;
		}
		
