#cuerpo{
	width: 980px;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	text-align: left;
}
#arbol{
	height: 100%;
	width: 130px;
	float:left;
	margin-left: 10px;
}
#lista{
	width: 190px;
	float: right;
	text-align: left;
}
#lista LI{
	padding-top: 8px;
}
.listaOff{
	font-size: 11pt;
	color: #9a9a9a;
	text-decoration: none;
}
.listaOn{
	font-size: 11pt;
	color: #b71837;
	font-weight: bold;
	text-decoration: none;	
}
#detalle{
	height: 100%;
	width: 300px;
	float: right;
	text-align: left;
}
.detalle_link{
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
#arbol,#lista,#detalle{
	padding-top: 10px;
	margin-bottom: 14px;
	border: 1px dotted #ffffff;
	min-height: 250px;
}
#caracteristicas{
	text-align: left;
	width: 280px;
	float:right;
	border: 1px dotted #ffffff;
}
#contenido{
	height: 100%;
	border-bottom: 1px dotted #9f9f9f;
	border-top: 1px dotted #9f9f9f;
	text-align: left;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	background-image: url(../../imagenes/fondos/dotted.png);
}
#contenido:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

#contenido_columnas{
	display: block;
	list-style-type: none;
}
#contenido_columnas>LI{
	float: left;
}
#contenido UL{
	display: block;
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

#arbol UL{
	clear: both;
	display: block;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#arbol LI{
	padding-top: 8px;
}
.arbol_cerrado_off{
	font-size: 13pt;
	color: #bbbbbb;
	text-decoration: none;
}
.arbol_cerrado_on{
	font-size: 13pt;
	color: #ffffff;
	text-decoration: none;
}
.arbol_abierto_off{
	font-size: 13pt;
	color: #a32840;
	text-decoration: none;
}
.arbol_abierto_on{
	background-color: #000000;
	font-size: 13pt;
	color: #ffffff;
	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;
}

/* sobre escribe css estilos.css */
#pie{
	clear: both;
	width: 980px;
	height: 50px;
	border-bottom: 1px solid #d2d2d2;
	border-left: none;
	border-right: none;
}
.link_top_on_ne{
	font-size: 16pt;
	font-weight: bold;	
	color: #000000;
	text-decoration: none;
}