/* CSS New Redesign */

/* cat only styles */
		#caja_novedades .cabeza span {
			margin-right: 0;
		}

		#caja_novedades .cabeza h3 {
			/*width: 160px;*/
		}


				#caja_novedades .corner_centro_cat {
					height: 65px;

					font-size:65px;
					line-height:65px;
				}

					#caja_novedades .corner_centro_cat .centro {
						float:left;
						border-bottom: solid #fbcce0 2px;
						line-height:63px;
						font-size:63px;
						width:451px;
					}

						#caja_novedades .corner_centro_cat .centro ul {
							margin-right: 11px;
						}

							#caja_novedades .corner_centro_cat .centro li {
								font-size:12px;
								float:left;
								width:26px;
								background: url("http://img.chicasgames.com/imagenes/boton-rosa.gif") no-repeat;
								padding-top:6px;
								padding-bottom:18px;
								margin-left: 14px;
								margin-top:25px;
								line-height:14px;
								text-align: center;
								color: #144EC4;
								font-weight: bold;
							}

								#caja_novedades .corner_centro_cat .centro li a {
									color: #FFFFFF;
									font-weight: bold;
								}
				.active_page{
					color:#144EC4;
				}