
#form_cerca_imatges
{
	float:right;
	margin:0;
	padding:0;
	vertical-align:middle;	
}

	
ul#llista_categories
{
	margin:1em 0;
	padding:0;
	list-style-type:none;
	list-style-image:none;
	clear: both;
}	
	#content_main ul#llista_categories li
	{
		padding:1.5em 0;
		margin:0;
		border-bottom:1px solid #CCC;	
		background-image:none;	
	}
		ul#llista_categories li div.text
		{
			margin:0 0 0 12em;
			padding: 0;			
		}
			ul#llista_categories li div.text h4
			{
				display:inline;
				font-size:1em;
			}
			
			ul#llista_categories li div.text a.mes
			{
				color:#7F1730;
				text-decoration:none;
			}
			ul#llista_categories li div.text a.mes:hover
			{
				text-decoration:underline;
			}
				ul#llista_categories li div.text a.mes span
				{
					font-weight:bold;
				}
			
		ul#llista_categories li img
		{
			float:left;
			width:10em;
		}

p#mostrant
{
	padding:8px 0;
	border-bottom:1px solid #CCC;
	color:#666;
}		
ul#llista_imatges
{
	margin:1em 0;
	padding:0;
	list-style-type:none;
	list-style-image:none;
}		
	ul#llista_imatges li
	{
		display: block;
		float: left;
		width: 32%;
		border-bottom:1px solid #CCC;
		margin:2em 0.5% 0 0.5%;
		padding:0 0 1.5em;
	}
		ul#llista_imatges li div
		{
			background-color:#F1F1F1;
			height:170px;
			text-align:center;
			overflow:hidden;
		}
		ul#llista_imatges li div a:link, ul#llista_imatges li div a:visited{
		border:0;
		
		}
		ul#llista_imatges li p.mes
		{
			background:url(img/kland_3.gif) no-repeat 0 .25em;
			padding:0 0 0 1.3em;			
			margin: 1em 0 0 0;
			line-height: 100%;
		}
		
a.tornar
{
	float:right;	
	/*padding:2px 0 2px 15px;*/
	color:#333;
	font-size:.7em;
}

.view_galeria div.marc_imatge
{
	width:100%;
	overflow:hidden;
}
	.view_galeria div.marc_imatge img
	{
		max-width:650px;
	}
.view_galeria p.descarregar
{
	border-bottom:1px dotted #CCC;
	padding:10px 0 10px 18px;
	background:url(img/ico_guardar.gif) no-repeat 0 50%;
}

/*arregla botó niceforms per a ie6*/
* html .niceforms .buttonSubmit, * html .niceforms .buttonSubmitHovered {position: relative; top: 3px;}