/* category.tpl */
body#category #subcategories li { margin-right:20px; height:280px; }
div.cat_desc { margin: 0 1em }

span.ImagenCategoria {
	display:block;
	padding:0 0 14px 0;
	background:url(../img/producto-imagen-categoria-sombra.png) bottom no-repeat;
}

body#category div#subcategories .inline_list a img {
	height:200px; width:200px;
	border:1px solid #111b22;
}

#subcategories ul.inline_list { /*margin:10px 0 0 10px;*/ }

#category img#categoryImage { margin-top: 1em }

#subcategories h3 {
	padding: 0;
	margin: 0;
	border: none;
	
	font-size: 1.6em;
	/*text-transform: uppercase;*/
	color: #111b22;
}

.aSubcategoriaLink, aSubcategoriaLink:link, aSubcategoriaLink:active, aSubcategoriaLink:visited {
	display:block;
	max-width:202px;
	/*background:#6C9;*/
	margin:0 0 25px 0;
	/*margin:0 0 10px 0;
	padding:0 0 10px 0;*/
	text-align:center;
	
	color:#111b22 !important;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	/*background:#5f2914;*/
}

.aSubcategoriaLink:hover {
	color:#ed1c24 !important;
}