/* ## PRODUCTOS #################### */
.Productos {
	margin: 0 auto;
	width: 390px;
}
	
	.Productos .Linea {
		height: 5px;
		border-bottom: 1px solid #E6E6E6;
	}
		
	.Productos .Fila {
		width: 390px;
		height: 105px;
		margin-top: 5px;
		border-bottom: 1px solid #E6E6E6;
	}
	

		.Productos .Fila .FotoArticulo {
			float: left;
			width: 100px;
			height: 100px;
		}
	
		.Productos .Fila .DescrArticulo {
			margin-left: 115px;
			height: 60px;
			padding-top: 5px;
		}
			
			.Productos .Fila .DescrArticulo A {
				font-size: 14px;
				font-weight: bold;
				text-decoration: none;
				color: #333;
			}
			
			.Productos .Fila .DescrArticulo A:hover {
				font-size: 14px;
				font-weight: bold;
				text-decoration: underline;
				color: #C12285;
			}
		
			.Productos .Fila .DescrArticulo .Referencia {
				color: #333;
				font-size: 11px;
			}
			
			.Productos .Fila .DescrArticulo .Novedad {
				width: 50px;
				height: 18px;
				margin-top: 5px;
			}
	
		.Productos .Fila .Precio {
			text-align: right;
			margin-left: 115px;
			padding-right: 10px;
			height: 40px;
			font-size: 11px;
		}
		
			.Productos .Fila .Precio STRONG {
				font-size: 14px;
				font-weight: bold;
				color: #333;
			}
			
			.Productos .Fila .Precio A {
				font-size: 20px;
			}
				
			.Productos .Fila .PrecioAnterior {
				font-size: 12px;
				font-weight: bold;
				color: #C90505;
				text-decoration: line-through;

			}	

/* ## CATEGORÍAS #################### */

	.Productos .Categorias {
		overflow: hidden;
	}	
	
	.Productos .Categorias .Categoria {
		width: 188px;
		height: auto;
		padding-bottom: 5px;
		height: 155px;
		float: left;
		margin-right: 5px;
		margin-bottom: 5px;
	}
		
		.Productos  .Categorias .Categoria .FotoCategoria {
			height: 100px;
			width: 100px;
			margin-bottom: 5px;
			margin-left: 45px;
		}
	
		.Productos .Categorias .Categoria .DescrCategoria {
			overflow: hidden;
			text-align: center;
			width: 155px;
			margin: 0 auto;
			font-size: 13px;
		}
		
			.Productos .Categorias .Categoria .DescrCategoria A {
				font-weight: bold;
				color: #C12285;
				text-decoration: none;
			}

			.Productos .Categorias.Categoria .DescrCategoria A:hover {
				font-weight: bold;
				color: #C12285;
				text-decoration: underline;
				
			}	
