/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
/*--------------------------------- CSS CATEGORIA - ESTILO VINILO  ------------------------------*/
/*---------------------------- por Ignacio Ricci (www.ignacioricci.com) -------------------------*/
/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

/*- Informacion de la Seccion ----------------------------------------------*/	

		
		/*- ID PARA EL BODY -*/
		#pageCategory {}
		
			/*- Titulo categoría -*/
			.tituloCategoria {font-weight:bold; font-size:1.6em; color:#F000AE; display:block; padding:0 20px;}
			
			/*- Texto descriptivo -*/
			.textoInformativoCat {line-height:150% !important; padding:10px 20px 20px 20px !important; color:#666; display:block;}
		
			/*- Contenedor de Productos -*/
			#pageCategory #sectionContent {background:#F7F7F7; border:1px solid #CCC; padding-top:19px; float:right;}
		
				/*- Cada Producto -*/
				.product {width:243px; height:243px; padding:6px; background:#FFF; border:1px solid #CCC; position:relative; float:left; margin:0 0 19px 19px;}
		
					/*- Nombre del Producto -*/
					.product h4 {font-weight:normal; position:absolute; top:-5px; width:166px; text-align:center; display:none;}
						.product h4 span {color:#BCBCBC; font-size:0.8em; text-transform:uppercase; padding:1px 3px; border:1px solid #CCC; background:#FFF;}
						
					/*- ThumbNail Producto -*/
					.product img {height:100%; width:100%;}

					.product a {
						text-decoration: none;
					}

					/*- Línea de abajo de la foto -*/
					.product .productDetail {
						background:white;
						bottom:6px;
						border: 1px solid #F000AE;
						color:black;
						cursor:pointer;
						font-family:verdana;
						font-size:11px;
						height:18px;
						line-height: 18px;
						position:absolute;
						right:6px;
						float: left;
						width: 241px;
					}

					* html .product .productDetail {
						right: 5px;
						font-size: 12px;
					}

						.product .productDetail .price {
							padding-left:5px;
							float: left;
							color: #666;
							width: 154px;
							font-family: arial, sans-serif;
						}

						.product .productDetail .masInfo {
							float: left;
							border-left: 1px solid #F000AE;
							font-weight: bold;
							width: 63px;
							text-align: center;
							font-size: 12px;
							color: #F000AE;
							background: #dfdfdf;
						}

						.product .productDetail .plus {
							background: #F000AE;
							float: left;
							color: white;
							width: 18px;
							text-align: center;
						}
						
				/*- Lista de Paginas -*/	
				#pageList {clear:both; text-align:center; padding-top:20px; font-size:0.9em; color:#666; width:850px; float:right;}
					#pageList a {color:#666;}
					
			
			
/*- Fin de Informacion de la Seccion ---------------------------------------*/	

/*-----------------------------------------------------------------------------------------------*/	

/*- IE 6 + IE 7 Fixes ------------------------------------------------------*/

		/*- 6 -*/
		* html .product {display:inline;}
		* html #pageCategory #sectionContent {padding-bottom:19px;}
		/*- 7 -*/
		*+ html #pageCategory #sectionContent {padding-bottom:19px;}

/*- Fin IE 6 + IE 7 Fixes --------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
/*---------------------------------- FIN CSS CATEGORIA - TU VINILO  -----------------------------*/
/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/


