div#subsecciones {
	text-align: justify;
}
div#subsecciones h2 {
	background: none;
	margin: 1px 0px 2px 5px;
}
div#subsecciones h2 a{
	width: 430px;
	height:16px;
	margin: 10px 5px 1px 5px;
	padding:4px 0px 0px 20px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	background:url(/themes/default/images/icon_block.jpg) left center no-repeat #d3c8a5;
	color: black;
}

div#subsecciones h2 a:hover {
	color: white;
	background-color: #4b4739;
}
div#contents div.subsubseccion h2 {
	display: block;
	font-weight: bold;
	color: #746e5a;
	background-color: #ffffff;
	width: 415px;
	height: 15px;
	border: 1px solid #b5ab8d;
	margin: 5px 0px 2px 5px;
	padding: 4px 2px 2px 10px;
}
div.subseccion { 
	width:450px;
	margin: 0px 2px 5px 7px;
	padding-left:5px;
	background-color: #ffffff; 
	border-bottom:1px solid #dcd3b7; 
}
div.subseccion ul { margin: 0px; padding: 0px; }
div.subseccion ul li { margin-bottom: 3px; margin-left: 20px; }


p { margin: 0px 6px 5px 0px; padding: 5px;}

div#subsecciones img {
	width:95%;
	margin: 8px;
}
.selected { display: block; }


