/* Layout */
#principal {
	margin: 0 0 0 190px !important;
	margin: 0 0 0 90px;
	width: 535px;
	border: 0;
	border-left:1px dotted #a2a2a2;
	border-top: none;
	padding:0 0 60px 0;
}

#principal a{
	font-size: 11px;
	padding-bottom: 1em;
	color:#590058;
}

#titulo{
		height:46px;
}	

	h1 span {
		display: none;
	}
	h1 {
		border-bottom: 1px dotted #A2A2A2;
		padding: 0;
		width: 539px;
		height: 45px;
		background: transparent url("../../../img/fundacion/varios-eventos/fundacion-diagnostico-maipu-titulo-eventos-anteriores.gif") no-repeat 18px center;	
	}	
	#tit_border {
		border-right: 10px solid #6a747c;
		border-left: 10px solid #6a747c;
		height: 100%;
		width: 527px;		
	}

	.AccordionTitle, .AccordionContent, .AccordionContainer
	{
		position:relative;
	}
	
	.AccordionTitle
	{
	  overflow:hidden;
	  cursor:pointer;
	  color:#6A737B;
	  font-family:Arial;
	  font-size:11px;
	  vertical-align:middle;
	  text-align:left;
	  display:table-cell;
	  -moz-user-select:none;
	  height:20px;
	  width:505px;
	  margin-left:10px;
	  border-top:1px dotted  #a2a2a2;					
      cursor: pointer;
	  background: transparent url(../../../img/bullet-acordeon.gif) no-repeat right center;
      text-transform: uppercase;	  
	}

	.AccordionTitle.open {
	  background: transparent url(../../../img/bullet-acordeon-on.gif) no-repeat right center;
	  color:#6F226E;
	}
	.primero{
		border-top:none;					
	}
	.ultimo{
	    border-bottom:1px dotted  #a2a2a2;					
	}
	.AccordionContent {
		height:0px;
		overflow:auto;
		display:none;
		font-family: Arial;
		font-size:11px;
		color:#6A737B;
		padding:10px;
	}

	.AccordionContainer ul{
		padding-top:10px;
	}
	.nombre{
		color:#6F226E;	
	}

