/*
/products
--------------------------------------*/
.product-section {
	float:left;
	width:30%;
	padding:0 1.5%;
}
.product-section h2 {
	font-size:1.2em;
}
/*
lista de productos
-----------------------------------------*/
#product-list {
	list-style-type:none;
	margin-left:0;
}
#product-list li {
	float:left;
	width:30%;
	margin:1%;
}
#product-list h2 {
	font-size:1.2em;
	margin:0 0 .25em 0;
	height:2em;
	overflow:hidden;
}
#product-list p {
	display:none;
}
#product-list li a img {
	border-width:0;
}
/*
ficha producto
-----------------------------------------*/
#content {
	margin-top:1em;
}
#ficha-body {
	float:right;
	width:210px;
	margin-right:10px;
}
#ficha-fotos {
	float:left;
	width:200px;
	overflow:hidden;
}
#ficha-fotos img {
	margin-bottom:.5em;
}
/*
Tabla nutricional
----------------------------------------*/
.nutritional {
	background:#e2ecd1;
	width:100%;
	color:#333;
	margin:0;
}
.nutritional th {
	font-weight: normal;
}
.nutritional th,.nutritional td {
	padding:.25em .5em;
}
.nutritional tr.even th,.nutritional tr.even td {
	background:#cddea8;
}
#content h2.table-title {
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom:.2em;
	padding-bottom:0;
}