/*	List Expander */.listexpander{width:25%;}.listexpander, .listexpander ul, .listexpander li{	margin:0;	padding:0;	list-style:none;}.listexpander ul{	/*	Uncomment this if you want to initially hide the child lists. 	If you do, Javascript disabled and CSS enabled browsers will not be able to use this list.	display:none;	*/ }.listexpander li{	line-height:150%;	margin-top:1px;	cursor:default;	text-indent:19px;	font-weight:normal;	width:100%;}.listexpander li.collapsed, .listexpander li.expanded{cursor:pointer;} /* first level */.listexpander li, .listexpander li.collapsed{background:#eee url(http://www.la-alpujarra.org/juviles/files/img/listExpander/collapsed.gif) no-repeat 5px .4em;} .listexpander li.expanded{background:#eee url(http://www.la-alpujarra.org/juviles/files/img/listExpander/expanded.gif) no-repeat 5px .4em;}/* second level */.listexpander li ul, .listexpander li li{background:#f8f8f8;font-weight:normal;}.listexpander li li.collapsed{background:#f8f8f8 url(http://www.la-alpujarra.org/juviles/files/img/listExpander/collapsed.gif) no-repeat 5px .4em;} .listexpander li li.expanded{background:#f8f8f8 url(http://www.la-alpujarra.org/juviles/files/img/listExpander/expanded.gif) no-repeat 5px .4em;}/* third level */.listexpander li li ul, .listexpander li li li{background:#fff;}.listexpander li li li.collapsed{background:#fff url(http://www.la-alpujarra.org/juviles/files/img/listExpander/collapsed.gif) no-repeat 5px .4em;} .listexpander li li li.expanded{background:#fff url(http://www.la-alpujarra.org/juviles/files/img/listExpander/expanded.gif) no-repeat 5px .4em;}/* fourth level */.listexpander li li li li{text-indent:0;margin-left:0px;width:auto;}/* etc. *//* buttons */p.listexpander{	height:1em;	margin:1em 0;}p.listexpander a{	float:left;	height:1.5em;	line-height:1.5em;	padding:0px;	border:1px solid #eee;	margin-right:2px;	cursor:pointer;}p.listexpander a:hover{	background:#f8f8f8;}/* float fix */.listexpander li:after{    content: ".";     display: block;     height: 0;     clear: both;     visibility: hidden;}.listexpander li{	display: inline-block;}/* Hides from IE-mac \*/* html .listexpander li{	height: 100%;}.listexpander li{	display: block;}a{	text-decoration:none;	color:#057fac;}a:hover{	text-decoration:none;	color:#999;}h1{	font-size:140%;	margin:0 20px;	line-height:20px;	}#content{margin:0px;}p{		margin:0 auto;	width:350px;	padding: 0;}.almost_half_cell{width:100%}/*max-width:400;/* End hide from IE-mac *//* end float fix */
