.panel{
   width:280px;
}

.celda{
    padding: 5px;
}
.imagen{    
	  border: 2px solid #817873;
	  float: left;
}

.contenedor_datos{
	  clear:both;
	  /*background-color: #DDDDDD;
	  border: 2px solid #817873;*/
}

.text_listado{
	font: Bold 13px Arial, Verdana;
	padding: 5px 0 0 10px;
	border-bottom: 1px dotted #817873;	
}

.text_listado a, .text_listado a:active, .text_listado a:link{
	color: #5e544f;
	text-decoration: none;
}

.text_listado a:hover{
	text-decoration: underline;
}	

.label_listado{
	color: #5e544f;
	font: Bold 13px Arial, Verdana;
	padding: 5px 0 5px 0;
	text-align: center;
  border-bottom: 2px solid #817873;
}

.llistat{
		background: url(images/llistatgran.gif) top left no-repeat;
		font: 13px Arial, Verdana;
		display: block;
		padding: 5px 0 5px 6px;
		width: 130px;
		text-decoration: none;
		color: #ffffff;
}

.llistatOff{
		background: url(images/llistat2gran.gif) top left no-repeat;
		font: 13px Arial, Verdana;
		display: block;
		padding: 5px 0 5px 6px;
		width: 130px;
		text-decoration: none;
		color: #817873;
}

.imatges{
		background: url(images/imatges2gran.gif) top left no-repeat;
		font: 13px Arial, Verdana;
		display: block;
		padding: 5px 0 5px 6px;
		width: 130px;
		text-decoration: none;
		color: #ffffff;
}

.imatgesOff{
		background: url(images/imatgesgran.gif) top left no-repeat;
		font: 13px Arial, Verdana;
		display: block;
		padding: 5px 0 5px 6px;
		width: 130px;
		text-decoration: none;
		color: #817873;
}

