@charset "utf-8";
/* CSS Document */

/************ galería de productos ***************/
.imagen_producto{
	width:150px;
	float:left;
	background:url(../imagenes/recuadro-articulo.png) no-repeat;
	margin:0 0 0 0;
}
.imagen_producto img{
	margin:8px 0 0 8px;
}
.imagen_producto_extensa{
	width:840px;
	float:left;
	background:url(../imagenes/recuadro-articulo.png) no-repeat;
	margin:0 0 0 0;
	padding-bottom:10px;
}
.imagen_producto_extensa img{
	margin:8px 0 0 8px;
}
.yoxview{
	float:left;
}
.yoxview a{
	width:150px;
	display:block;
	float:left;
}
.yoxview .titulo_producto{
	width:134px;
	height:20px;
	overflow:hidden;
	margin:0 0 0 9px;
}
.yoxview .titulo_producto p{
	margin:0px;
	font-size:14px;
	line-height:25px;
}
.yoxview .descripcion_producto{
	width:134px;
	height:65px;
	overflow:hidden;
	margin:0 0 0 9px;
}
.yoxview .descripcion_producto p{
	margin:0px;
	font-size:13px;
	text-align:justify;
}
.yoxview .titulo_producto_extensa{
	width:auto;
	height:25px;
	overflow:hidden;
	margin:0 0 0 9px;
}
.yoxview .titulo_producto_extensa p{
	margin:0px;
	font-size:16px;
	line-height:25px;
}
.yoxview .descripcion_producto_extensa{
	width:auto;
	overflow:hidden;
	margin:0 0 0 9px;
	
}
.yoxview .descripcion_producto_extensa p{
	margin:0px;
	font-size:13px;
	text-align:justify;
}
.precio {
	color:red;
}

/************ contenido columnas de productos ***************/
.contenido_columna_productos {
	float:left;
	width:90%;
	min-height:300px;
	margin:0 0 10px 65px;
	border-right:1px dotted #F99BCC;
}
.contenido_columna_carrito {
	float:left;
	width:240px;
	min-height:300px;
	margin:0 0 0 10px;
}
