div.imagenes_ficha{
 	min-height:100px;
		height:auto;
 	margin:0 0 30px 0;
	border-bottom:1px solid #f1f1f1;
}
 div.imagenes_ficha img{margin:0 5px 5px 0;}
 div.imagenes_ficha img.peque{float:left;}
 /*/////////////////////////////////////////////////////////////////////////////*/
div.mas_informacion{	
	background-color:#f1f1f1;
	/*background-image:url(../../images/fnd_arboles.gif);
	background-position:235px bottom;
	background-repeat:no-repeat;*/
	min-height:175px;
	height:auto;
	overflow:auto;
}
div.mas_informacion h3{
	margin:0;
	padding:0;
	background-image:url(../../images/fnd_h3_mas_informacion.gif);
	background-position:0 0;
	background-repeat:repeat-x;
	color:white;
	height:25px;
	padding:2px 0 0 5px;
}
div.mas_informacion ul{
	margin-left:20px;
}
div.mas_informacion ul li{
	padding-left:10px;
	background-image:url(../../images/ico_doble.gif);
	background-position:0 0.5em;
	background-repeat:no-repeat;
	line-height:1.4em;
}
div.mas_informacion dl{
	margin:10px 0 0 10px;
	width:400px;
	text-align: justify;
	
}
 div.mas_informacion dl dt{
		font-weight:bold;
		float:left;
	}
	
 div.mas_informacion dl dd{	margin-bottom:10px;}
	
div.mas_informacion p.carrito{
	margin-left:300px;
	}
div.mas_informacion p.carrito a{	
	color:#990000;
	text-decoration:underline;
}
div.mas_informacion p.carrito a:hover{
	text-decoration:none;
}
	
  p.ver_mas{
	text-align:right;	
	border-top:1px solid #f1f1f1;
	padding-top:5px;
}
	  p.ver_mas a{
		text-decoration:underline;
		font-weight:bold;
		padding-right:5px;
		background-image:url(../../images/ico_completo_rojo.gif);
		background-position:right 0.5em;
		background-repeat:no-repeat;
	}
	  p.ver_mas a:hover{
		text-decoration:none;
	}
	
	
	
	/*//////////////////////*/
	div.mas_informacion table{
		border:1px solid white;
		width:100%;
	}
	div.mas_informacion table tr{}
	div.mas_informacion table th{
	background-color:#000;
	color:white;
		text-align:center;
		padding:10px;
	}
	div.mas_informacion table td{
		text-align:center;
		padding:5px;
		background-color:white;
	}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* productos */	
	.colCont table.productos_carrito{
		width:100%;
		margin-bottom:25px;
	}
	.colCont table.productos_carrito caption{ display:none;}
	.colCont table.productos_carrito th{
		border-bottom:1px solid #585858;
		text-align:left;
	}	
	.colCont table.productos_carrito td{ 
		padding:1px 0;
		border-bottom:1px solid #272727;
	}
	.colCont table.productos_carrito td.carrito{ text-align:center;}
.colCont table.productos_carrito td a{ 
	color:#000;
	text-decoration:underline;
} 
.colCont table.productos_carrito td a:hover{ text-decoration:none;} 
