/* HOME */
#body_familias_lista {
}

h1 {
	color: #067C32;
	font-family: Trebuchet MS;
	font-size: 24px;
}
h2 {
	color: #666666;
	font-family: Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
}
p {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #666666;
}

/* *****  Bloque Lateral                             */
/* ************************************************* */
div.bloque_lateral {
	float: right;
	width: 232px; /* 264 - 15 - 15 */
	padding: 60px 15px 30px 15px;
}
div.bloque_lateral div.bloque_content {
	margin-top: 30px;
}

div.bloque_lateral div.menu_lateral ul {
	margin: 0; padding: 10px 0px 0px 0px;
	list-style: none;
}
div.bloque_lateral div.menu_lateral ul li.link {
	width: 232px;
	height: 30px;
	background: url(../img/bg_btn_menu_lateral.gif) no-repeat top;
}
div.bloque_lateral div.menu_lateral ul li.link a {
	color: #067C32;
	text-decoration: none;
	font-size: 14px;
	font-family: Trebuchet MS;
	font-weight: bolder;
}
#body_detalle_producto div.bloque_lateral {
	padding-top: 75px;
}
#body_detalle_producto div.bloque_lateral div.menu_lateral {
	margin-top: 47px;
}

/* *****  Bloque Lista Familias                    */
/* ************************************************* */
div.bloque_lista_familias {
	width: 495px; /* 516 - 15 - 15 */
	padding: 30px 0px 0px 15px;
}
div.bloque_lista_productos,
div.bloque_detalle_producto {
	width: 484px; /* 516 - 15 - 15 */
	padding: 30px 0px 30px 15px;
}

div.bloque_lista_familias div.familia {
	width: 155px;
	height: 209px;
	float: left;
	margin: 10px 8px 0px 0px;
}

div.bloque_lista_familias div.familia div.img_familia_big {
	width: 155px;
	height: 138px;
	background: url(../img/productos/familia_bg.jpg) top no-repeat;
	text-align: center;
}

div.bloque_lista_familias div.familia div.img_familia_big div.title {
	float: left;
	width: 155px;
	height: 20px;
	text-align: center;
	padding-top: 12px;
}
div.bloque_lista_familias div.familia div.img_familia_big div.banner {
	float: left;
	width: 155px;
	padding-top: 8px;
}
div.bloque_lista_familias div.familia div.separador {
	width: 155px;
	padding: 4px 0px 4px 0px;
}
div.bloque_lista_familias div.familia div.img_familia_little {
	width: 73px;
	height: 44px;
	float: left;
	margin-left: 3px;
}

div.bloque_lista_productos p {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

div.bloque_lista_productos div.lista_productos_sup {
	width: 484px;
	height: 10px;
	background: url(../img/productos/productos_bd_sup.gif) bottom no-repeat;
}

div.bloque_lista_productos div.lista_productos_inf {
	width: 484px;
	height: 17px;
	background: url(../img/productos/productos_bd_inf.gif) top no-repeat;
}
div.bloque_lista_productos div.lista_productos {
	background-color: #F3F1F2;
}
div.bloque_lista_productos div.resumen_producto {
	padding-top: 15px;
}
div.bloque_lista_productos div.resumen_producto a {
	text-decoration: none;
}
div.bloque_lista_productos div.resumen_producto div.imagen {
	width: 110px;
	float: left;
	text-align: center;
}
div.bloque_lista_productos div.resumen_producto div.contenido {
	width: 350px;
	float: right;
	padding-right: 20px;
	padding-top: 10px;
}

div.bloque_lista_productos div.resumen_producto div.contenido span {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #413F40;
}
div.bloque_lista_productos div.resumen_producto div.contenido span.nombre {
	font-size: 12px;
	color: #067C32;
	font-weight: bold;
}
div.bloque_lista_productos div.resumen_producto div.btn_detalle{
	border-bottom: 1px solid #D5D5D5;
	width: 350px;
	color: #D5D5D5;
	margin-left: 110px;
	display: block;
	clear: left;
	text-align: right;
	padding: 0px 20px 5px 0px;
}
