/* Lista de familias */

#lista_familias{ margin-bottom: 20px; }

#lista_familias ul li{
	background: #ddd;
	margin-bottom: 4px;
}

#lista_familias ul li a{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 5px;
	margin-left: 8px;
	letter-spacing: 1px;
}

#lista_familias a:hover{
	margin-left: 0px;
	padding-left: 13px;
	color: #000;
}

#lista_familias ul ul li a{
	margin-left: 26px;
	font-size: 11px;
}

#lista_familias ul ul li a:hover{
	margin-left: 18px;
	padding-left: 13px;
	color: #000;
}


/* Barra de navegacion */

#nav_bar{
	padding-bottom: 10px;
}

#nav_bar div.back{
	float: left;
}

#nav_bar div.back a{
	text-decoration: none;
}

#nav_bar div.buscador{
	background: none;
	float: right;
	padding: 0;
}

#nav_bar #lista_familias{
	width: 300px;
	position: absolute;
	background: #fff;
	border: 1px #ddd solid;
	padding: 6px;
	margin-left: 100px;
}

#nav_bar #lista_familias li{
	list-style: none !important;
	margin-left: 0 !important;
}

select.buscador{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #019fe6;
	color: #fff;
}

#content{ margin: 0; }

#content h1{
	padding: 0px 10px;
	font-size: 28px;
	color: #fff;
}


/* Lista de productos */

#lista_productos{
}

#lista_productos div.row{ clear: both; }

#lista_productos div.row div.producto{
	float: left;
	width: 218px;
	border: 1px #ddd solid;
	margin: 8px;
	padding: 4px;
}

#lista_productos div.row div.producto:hover{	border: 1px #F3481F solid; }

#lista_productos div.row div.producto div.data{
	float: left;
	width: 140px;
	text-align: left;
}

#lista_productos div.row div.producto div.nom{
	font-size: 12px;
	background: #019fe6;
	font-weight: bold;
	color: #fff;
	padding: 0px 3px;
}

#lista_productos div.row div.producto div.desc{
	margin-bottom: 12px;
	text-align: left;
}

#lista_productos div.row div.producto div.image{ text-align: right; }

#lista_productos div.row div.producto div.image span.precio{ color: #019fe6; }

#lista_productos div.row div.producto div.image img{ }

#lista_productos div.row div.producto div.mas input{
	background: url(bg-button-mas.gif) center center;
	border: 1px #33b646 solid;
	color: #fff;
	font-size: 9px;
	text-align: center;
}

/* ficha de productos */
#ficha_producto{
	width: 600px;
}

#ficha_producto div.data{
	margin-left: 230px;
	margin-bottom: 20px;
}

#ficha_producto div.image{
	float: left;
}

#ficha_producto div.image img{
	padding-right: 10px;
}

#ficha_producto div.nom h1{
	padding: 0;
}

#ficha_producto div.nom h1 span{
	color: #019fe6;
	text-transform: uppercase;
}

#ficha_producto div.desc{
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px #e2e2e2 solid;
	
}

#pedido{
}
#pedido h2{ margin-bottom: 20px; }

#pedido h2 span{
	border: 2px #F3481F solid;
	padding: 0px 10px;
}

#pedido div.row{
	clear: both;
}

#pedido div.envase{
	float: left;
	width: 120px;
	border: 1px #ddd solid;
	margin: 0px 10px 10px 10px;
	text-align: center;
}

/* PRODUCTOS DESTACADOS */

#productos_destacados{
	margin-bottom: 40px;
}

#productos_destacados div.row{ clear: both; }

#productos_destacados div.row div.producto{
	float: left;
	border-bottom: 1px #ddd solid;
	margin: 8px;
	padding: 4px;
}

#productos_destacados div.row div.producto div.data{
	float: right;
	width: 220px;
	text-align: left;
}

#productos_destacados div.row div.producto div.nom{
	font-size: 16px;
	font-weight: bold;
	color: #019fe6;
	margin-bottom: 6px;
}

#productos_destacados div.row div.producto div.image{
	float: left;
}

#productos_destacados div.row div.producto div.desc{
	margin-bottom: 6px;
}