.lateralCatalogo
	{
		display: none;
	}
	
.innerBox
	{
		background: url('../img/fondo_blanco.png') no-repeat left top;
		min-height: 738px;
	}

.titulo
	{
		color:			#161E4B;
		padding-bottom: 10px;
	}

.innerBox > .titulo
	{
		padding-left: 44px;
		padding-right: 14px;
		padding-top: 18px;
		width: 55%;
		color:			#3173C4;
	}

.innerBox table
	{
		margin-left: 44px;
		color:			#161E4B;
		font-size: 14px;
		width: 55%;
	}
.innerBox .cuerpo p
	{
		padding-left: 44px;
		padding-right: 14px;
		color:			#3173C4;
		font-size: 14px;
		width: 55%;
	}
	
	
.catalogo
	{
		padding-left: 44px;
		padding-right: 14px;
		width: 600px;
	}	
.familias, .productos
	{
		list-style: none;
	}
.familias .itemFamilia .imagenFamilia img, .productos .itemProducto .imagenProducto img
	{
		width: 108px;
		height: 98px;
		position: relative;
		right: 3px;
	}
.familias .itemFamilia, .productos .itemProducto
	{
		width: 144px;
		height: 175px;
		float: left;
		padding-top: 1em;
		text-align: center;
		background: url('../img/caja_desactiva.png') no-repeat top center;
	}
.familias .itemFamilia:hover, .productos .itemProducto:hover
	{
		background: url('../img/caja_activa.png') no-repeat top center;
	}
ul.familias p a, ul.productos p a
	{
		font-size: 11px;
		color: white;
		font-family: MyCustomFontBold,'Trebuchet MS';
		position: relative;
		top: 15px;
		right: 2px;
		display: block;
		width: 75%;
		padding-left: 18px;
		padding-right: 18px;
		height: 40px;
	}

.contenidoHelado p
	{
		width: 167px;
		float: right;
		position: relative;
		left: 150px;
	}
.cuerpo
	{
		padding-bottom: 1em;
	}	
table
	{
		width: 300px;
	}
table caption, #nutricion tr.tituloColumnas
	{
		background-color: orange;
	}
#nutricion
	{
		min-height: 120px;
	}
#nutricion, #nutricion tr, #informacion
	{
		background-color: white;
	}
#nutricion tr.impar
	{
		background-color: #F0E8D9;
	}

#nutricion tr
	{
		background-color: white;
	}
	
#informacion tr td, #nutricion tr th, #nutricion tr td
	{
		padding: 5px;
		padding-left: 1em;
		font-size: 11px;
	}
caption
	{
		font-weight: bold;
		padding: 1em;
		text-align: left;
	}


.imagenArticulo
	{
		float: right;
		position: relative;
		bottom: 203px;
		background: url('../img/fondo_imagen_articulo_detalle.png') no-repeat;
		width: 202px;
		height: 199px;
		padding-left: 15px;
		padding-top: 12px;
	}
.imagenArticulo img
	{
		width: 170px;
	}

	
	
	
.productos p.volver
	{
		text-align: right;
		position: relative;
		top: 50px;
		left: 200px;
		font-size: 12px;
	}
.productos p.volver a
	{
		font-size: 12px;
	}	

	
.paginacion
	{
		text-align: right;
		margin-top: 20px;
		margin-right: 14px;
	}
.paginacion a
	{
		color: #161E4B;
		background-color: inherit;
		font-size: 11px;
		font-family: MyCustomFontBold,'Trebuchet MS';
	}
.paginacion strong
	{
		color: #F3C200;
		background-color: inherit;
		font-family: MyCustomFontBold,'Trebuchet MS';
	}
