#cabeceracatalogo{
		float:left;
		font-family:Arial;
		font-size:14px;
		color:#404040;
		width:77%;
		margin-top:10px;
		margin-bottom:10px;	
		line-height:15px;
	}


	#buscador
	{
		display:inline-block;
		width:200px;
		height:60px;
		margin-top:35px;
	}

	#buscador #frmBuscador
	{
		font-size:14px;
	}
	#buscador #frmBuscador #input_wrapper
	{
		display:inline-block;
		margin-top:10px;
		width:175px;
		height:36px;
		background: url('../images/bg_buscador.jpg') no-repeat 0 0;
	}

	#buscador #frmBuscador input
	{
		display:inline-block;
		width:122px;
		height:32px;
		margin-top:2px;
		margin-left:10px;
	}


	.cat_content
	{
		display:inline-block;
		float:left;
		width:231px;
		height:auto;
		background-color:#d4d4d4;
	}

	.cat_content a
	{
		font-size:12px;
		color:#000;
		height:17px;
		width:100%;
		border-bottom:1px solid #ababab;
		display:inline-block;
		font-weight:bold;
		cursor:pointer;
	}

	.cat_content a:hover, .sel
	{
		color:#fff !important;
		background-color:#ff0000 !important;
	}

	#subfamilias
	{
		background-color:#dfdfdf;
	}

	#categorias
	{
		background-color:#ebebeb;
		max-height:217px;
		min-height:auto;
		overflow-y:auto;
		overflow-x:hidden;
	}

	#subcategorias
	{
		background-color:#f8f8f8;
	}

	#subfamilias a, #categorias a, #subcategorias a
	{
		font-weight:normal;
	}

	#content_productos
	{
		float:left;
		width:100%;
		height:auto;
		margin-top:20px;
		padding-top:10px;
		background-image:url(/images/line_dotted1.gif);
		background-repeat:repeat-x;
		background-position:top;
	}

	#info
	{
		display:none;
	}

	#productos table
	{
	    clear:left;
	}

	table
	{
		font-size:11px;
	}
	table th
	{
		padding-top:7px;
		padding-bottom:7px;
		background-color:#c6c6c6;
		border-bottom:1px solid #c6c6c6;
	}

	table tr td
	{
		padding-top:16px;
		padding-bottom:16px;
		border-bottom:1px solid #c6c6c6;
	}

	table tr td._catalogo
	{
		padding-top:2px;
		padding-bottom:2px;
		border-bottom:1px solid #c6c6c6;
		height:33px;
	}


	.even
	{
		background-color:#efefef;
	}


	#contador
	{
		display:block;
		float:left;
		width:100%;
		height:32px;
	}

	#paginacion
	{
		float:right;
		width:auto;
		height:32px;
	}

	#counter
	{
		float:left;
		width:120px;
		height:32px;
	}

	a.paginas
	{
		color:#333;
		font-weight:normal;
	}

	a.paginas:hover
	{
		text-decoration:underline;
	}

	a.current_page
	{
		color:#111;
		font-weight:bold;
		text-decoration: underline;
	}

	#familias, #subfamilias, #categorias, #subcategorias {
		display:inline-block;
		height:200px;
		overflow-y:scroll;
		overflow-x:hidden;

	}
	#m_familia, #m_subfamilia, #m_categoria, #m_subcategoria
	{
		font-weight:bold;
	}

	span.titulo
	{

		background-color:#fff;
		padding-bottom:6px;
		font-weight:bold;
		font-size:14px;
		width:231px;
		display:inline-block;
	}

	div.cat_wrapper
	{
		float:left;
		width:231px;
		display:inline-block;
	}

	.subcatw{
		width:184px !important;
	}