#cuerpo{
	width: 980px;
	height: auto;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	text-align: left;
}
#arbol{
	background-image: url(../../imagenes/fondos/silueta.png);
	background-position: -20px 10px;
	background-repeat: no-repeat;
	min-height: 400px;
	width: 190px;
	float:left;
	margin-left: 27px;
	border-top: 1px dotted #9f9f9f;
	border-right: 1px dotted #9f9f9f;
}
#detalle{
	background-image: url(../../imagenes/fondos/quienes.png);
	background-position: right top;
	background-repeat: no-repeat;
	min-height: 640px;
	width: 761px;
	float: right;
	text-align: left;
	margin-right: 0px;
	border-top: 1px dotted #9f9f9f;
}

#detalleIdea{
	background-image: url(../../imagenes/fondos/idea.png);
	background-position: right top;
	background-repeat: no-repeat;
	min-height: 640px;
	width: 761px;
	float: right;
	text-align: left;
	margin-right: 0px;
	border-top: 1px dotted #9f9f9f;
}

#detalleTerapia{
	background-image: url(../../imagenes/fondos/terapia.png);
	background-position: right top;
	background-repeat: no-repeat;
	min-height: 640px;
	width: 761px;
	float: right;
	text-align: left;
	margin-right: 0px;
	border-top: 1px dotted #9f9f9f;
}

#detalleContacta{
	background-image: url(../../imagenes/fondos/contacta.png);
	background-position: right top;
	background-repeat: no-repeat;
	min-height: 640px;
	width: 761px;
	float: right;
	text-align: left;
	margin-right: 0px;
	border-top: 1px dotted #9f9f9f;
}

#detalleEnlaces{
	background-image: url(../../imagenes/fondos/enlaces.png);
	background-position: right top;
	background-repeat: no-repeat;
	min-height: 640px;
	width: 761px;
	float: right;
	text-align: left;
	margin-right: 0px;
	border-top: 1px dotted #9f9f9f;
}

#arbol,#detalle{
	height: auto;
	padding-top: 10px;
	margin-bottom: 14px;
}
#contenido{
	height: auto;
	text-align: left;
}
#contenido_columnas{
	display: block;
	list-style-type: none;
}
#contenido_columnas>LI{
	float: left;
}
#contenido UL{
	clear: both;
	display: block;
	list-style-type: none;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}
#contenido>UL{
	list-style-type: none;
	margin: 40px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
}
.arbol_cerrado_off{
	font-size: 13pt;
	color: #bbbbbb;
	text-decoration: none;
}
.arbol_abierto_off{
	font-size: 13pt;
	color: #a32840;
	text-decoration: none;
}
.arbol_off{
	font-size: 13pt;
	color: #000000;
	text-decoration: none;
}
.arbol_on{
	background-color: #000000;
	font-size: 13pt;
	color: #ffffff;
	text-decoration: none;
}
#arbol A:hover{
	background-color: #000000;
	font-size: 13pt;
	color: #ffffff;
	text-decoration: none;
}
#destacados{
	z-index: 1001;
	border: 1px solid #d0b48e;
	width: 307px;
	margin-left: 45px;
	background-color: #ffffff;
	margin-top:  -165px;
}
#destacados UL{
	list-style: none;
	width: 300px;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
#destacados LI{
	text-align: right;
}
.titulo_destacados{
	font-size: 12pt;
	color:#000000;
	text-decoration: none;
}
.detalle_destacados{
	font-size: 12pt;
	color: #947a41;
	text-decoration: none;
}
.link_top_on_ne{
	font-size: 16pt;
	font-weight: bold;	
	color: #000000;
	text-decoration: none;
}