html, body {
	background: none;
}

#header,
#left,
#right,
#footer,
#navegador,
#ficha #articulo #botones,
#destacado #detalle #botones #acciones,
#destacado #detalle #botones #marca img,
#destacado #detalle #botones #comprar form input,
table,
#galleryselect  {
	display: none;
}
#productos {
	border:0;
}
#destacado #detalle p,
#ficha #articulo p {
	height: auto;
}
#ficha {
	border: 0;
}
#principal,
 {
	width: auto;
	background: none;
}

/*
input,
select,
textarea {
	display: none;
}
*/

/* Ficha */
#ficha_articulo{
	border: 0;
	background: #FFFFFF;
}
#ficha_articulo #ficha_producto #botones #acciones{ 
display:none;
}
#ficha_articulo #ficha_producto #botones #comprar .cesta{ 
display:none;
}
#ficha_articulo #ficha_producto #botones { text-align:center;
}
#ficha_articulo #ficha_producto #botones #marca{ 
float: none;
width: 200px;
padding-left: 75px;
}
#ficha_articulo #ficha_producto #botones{
	position: absolute;
	top: 180px;
	left: 3px;
	width: 220px; /*margin-top:-70px;*/
}
#ficha_articulo #ficha_producto #caracteristicas{
	border: 2px solid #E9E9E9;
	float: right;
	margin-top: 25px;
	width: 280px;
}
#ficha_articulo #ficha_producto p{
	margin-right: 5px;
	margin-top: 5px;
	overflow: hidden;
	height: 250px;
}

