/* CSS Document */
.categorias {
	margin-top: 20px;
}

.categorias div {
	background-image: url(../_images/fondo_categoria.jpg);
	height: 63px;
	width: 327px;
	text-align: left;
	vertical-align: middle;
	margin-bottom: 15px;
	overflow: hidden;
}

.categorias div.left {
	float: left;
}

.categorias div.right {
	float: right;
}

.categorias div a, .categorias div a:hover {
	line-height: 63px;
	vertical-align: middle;
	font-family: Impact;
	color: #7D7D7D;
	text-decoration: none;
	font-size: 16px;
	padding-left: 20px;
}

.categorias div a:hover, .productos h3 a:hover {
	color: #BD0000;
	text-decoration: none;
}
	
.categorias div img {
	float: right;
	border: 0;
}

.productos {
	width: 175px;
	float: left;
}

.productos h3, .productos h3 a {
	font-family: Verdana;
	font-size: 10px;
	line-height: 15px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

.productos h4, {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	list-style-position: outside;
	list-style-image: url(../_images/bullet1.gif);
	text-decoration: none;
	font-weight: normal;
}

.productos h4 a {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	list-style-position: outside;
	list-style-image: url(../_images/bullet1.gif);
	text-decoration: none;
}

#content .productos .menu {
	margin-left: 10px;
	display: none;
}

#producto {
	width: 481px;
	float: right;
	background-image: url(../_images/producto_bj.jpg);
	display: none;
	padding: 0;
	margin: 0;
}

#producto .header {
	background-image: url(../_images/producto_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 26px;
}

#producto #descripcion, #producto #ingredientes, #producto #nutricional {
	margin: 0px;
	padding: 0px;
	height: 26px;
	float: left;
}

#producto #descripcion {
	width: 124px;
}

#producto #ingredientes, #producto #nutricional {
	width: 143px;
}

#producto #descripcion.on, #producto #ingredientes.on, #producto #nutricional.on {
	background-image: url(../_images/producto_top_on.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
}

#producto #descripcion.on {
	background-image: url(../_images/producto_top_desc_on.jpg);
}

#producto #descripcion.off {
	background-image: url(../_images/producto_top_desc_off.jpg);
}

#producto .header .off, #producto .header .off, #producto .header .off {
	background-image: url(../_images/producto_top_off.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#producto #descripcion a , #producto #ingredientes a, #producto #nutricional a {
	padding-top: 5px;
	display: block;
	height: 26px;
	text-align: center;
	text-decoration: none;
	font-size: 9px;
	text-transform: uppercase;
}

#producto h2 {
	margin-left: 20px;
}
#producto #cont_descripcion, #producto #cont_ingredientes, #producto #cont_nutricional {
	margin-left: 20px;
	margin-right: 187px;
	display: none;
}

#producto #cont_descripcion.on, #producto #cont_ingredientes.on, #producto #cont_nutricional.on {
	display: block;
}

#producto img.left {
	float: right;
	margin-left: 5px;
	margin-right: 5px;
}

#producto .footer {
	clear: both;
	height: 23px;
	background-image: url(../_images/producto_bj_botton.jpg)
}

/*  Info Nutricional */

#cont_nutricional p {
	font-family: Verdana;
	font-size: 9px;
	line-height: 11px;
}

#cont_nutricional table {
	border: 2px solid #999999;
	border-spacing: 0;
	border-collapse: collapse;
}

#cont_nutricional table td {
	border-spacing: 0;
}

#cont_nutricional table thead td, #cont_nutricional table tfoot td{
	padding: 3px;
	color: #454545;
	background: #E2E2E2;
}

#cont_nutricional table thead td {
	font: normal 9px Verdana;
	line-height: 11px;
	
	text-align: center;
	vertical-align: middle;
	height: 40px;
	
	border-bottom: 2px solid #999999;
}

#cont_nutricional table thead td h3 {
	text-decoration: none;
	color: #666666;
	font: bold 11px/15px Verdana;
}
#cont_nutricional table td {
	font-family: Verdana;
	font-size: 9px;
	line-height: 11px;
	color: #454545;
}

#cont_nutricional table td table{
	border: 0;
	border-spacing: 0;
}

#cont_nutricional table td table td {
	padding: 3px;
	border: 1px solid #FFFFFF;
	background: #EEEEEE;
}

#cont_nutricional table td table tr.on td {
	background: #D4D4D4;
}
