* {
	margin: 0;
	padding: 0;
}

BODY {
	font-family: Tahoma, Arial, Helvetica, Verdana;
	color: #666;
	font-size: 12px;
	background: #C12285;
}
IMG {
	outline: none;
	border: 0;
}

A {
	color: #C12285;
	text-decoration: underline;	
	outline: none;
} 

H1 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

H2 {
	color: #C12285;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 5px;
}

H3 {
	color: #C12285;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 5px;
}

H4 {
	color: #C12285;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
}

/* ## Estructura de la web #################### */	

.Contenedor {
	width: 780px;
	padding: 0 10px;
	margin: 0 auto;
	background: #FFF;
	overflow: hidden;
}

.Top {
	width: 760px;
	height: 105px;
	background: url(/imagenes/top.gif) no-repeat;
	text-align: right;
	padding: 10px;
}

	.Top A {
		color: #FFF;
		text-decoration: none;
	}

.Titulo {
	height: 22px;
}

.Menu {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, Verdana;
	height: 30px;
	line-height: 30px;
	text-align: right;
	background: #C12285;
	text-align: right;
	font-size: 13px;
	margin-bottom: 10px;
	
}
	
	.Menu A {
		text-decoration: none;
		padding: 0 10px;
		color: #FFF;
	}
	
	.Menu A:hover {
		text-decoration: underline;
	}
	
	.Menu .Seleccionado {
		text-decoration: underline;		
	}

.ColumnaIzquierda {
	width: 180px;
	float: left;
	padding-bottom: 20px;
}

.ColumnaCentral { 
	margin-left: 180px;
	margin-right: 160px;
	padding-bottom: 20px;
}

.ColumnaDerecha {
	width: 160px;
	float: right;
	padding-bottom: 20px;
}



/* ## PIE ############################## */

.Pie { 
	background: url(/imagenes/pie.gif) no-repeat;
	width: 780px;
	height: 35px;
	clear: both;
	color: #FFF;
	text-align: center;
	font-size: 10px;
	margin-bottom: 20px;
	padding-top: 5px;

}

.Pie A {
	color: #FFF;
}
/* ## BUSCADOR ############################## */

.Buscador {
	font-size: 10px;
	width:  180px;
	background: #E7E0ED;
	padding-bottom: 10px;
}

	.Buscador .Introduzca {
		margin: 0 10px;	
		padding: 4px 0;
	}
			
	.Buscador INPUT.CampoBuscador {
		font-size: 10px;
		border: 1px solid #999;	
		margin: 0 10px;		
		width: 155px;
		height: 16px;
		padding-left: 3px;
	}
	
	.Buscador .BotonBuscador {
		padding-top: 5px;
		text-align: right;	
		height: 18px;
		margin: 0 10px;	
	}

/* ## CATÁLOGO DE ARTÍCULOS ############################## */

.Catalogo {
	font-size: 12px;
	width:  180px;
	padding-bottom: 10px;
	color:  #414141;
}

	.Catalogo LI {
		list-style-type: none;
		padding: 4px 0;
		border-bottom: 1px solid #EBE4EF;
		overflow: hidden;
		width:  180px;
	}
	
		.Catalogo LI A {
			padding-left: 15px;
			text-decoration: none;
			color:  #C12285;
			display: block;
			font-weight: bold;
		}
		.Catalogo LI A:hover {
			color:  #C12285;
			background: transparent url(/imagenes/catalogo_seleccionado.gif) no-repeat left 3px;
			text-decoration: underline;
			font-weight: bold;
		}
				
		.Catalogo LI A.Seleccionado {
			color: #C12285;
			font-weight: bold;
			background: transparent url(/imagenes/catalogo_seleccionado.gif) no-repeat left 3px;
			font-size: 12px;
		}
	
		.Catalogo LI LI.Subcategoria {
			list-style-type: none;
			padding: 2px 0;
			border-bottom: 0;
			padding-left: 10px;
			text-decoration: none;
			width:  170px;
		}
		
			.Catalogo LI LI.Subcategoria A {
				color: #414141;
				font-weight: normal;
				background: none;			
				display: block;	
				text-decoration: none;		
			}
			
			.Catalogo LI LI.Subcategoria A:hover {
				color: #C12285;
				font-weight: normal;
				background: none;
				text-decoration: underline;				
			}
		
			.Catalogo LI LI.Subcategoria A.Seleccionado {
				color: #C12285;
				font-weight: normal;
				background: none;
				text-decoration: underline;				
			}


/* ## ARTÍCULOS RELACIONADOS ############################## */

.Relacionados {
	font-size: 12px;
	width:  180px;
	color:  #414141;
	overflow: hidden;
}

	.Relacionados .Fila {
		border-bottom: 1px solid #EBE4EF;
		float: left;
		width: 180px;
		margin-top: 10px;
		padding-bottom: 10px;
	}
	
		.Relacionados .Fila .Imagen {
			float: left;
		}
		
		.Relacionados .Fila .Descripcion {
			margin-left: 60px;
			font-size: 11px;
			color: #333;
		}
		
		.Relacionados .Fila .Descripcion A {
			text-decoration: none;
			color: #C12285;
		}
		
		.Relacionados .Fila .Descripcion A:hover {
			text-decoration: underline;
			color: #C12285;
		}

/* ## CLIENTES ############################## */

.Clientes {
	font-size: 10px;
	width:  160px;
	background: #E7E0ED;
	padding-bottom: 10px;
}

.Clientes .Etiqueta {
	margin: 0 10px;	
	padding: 4px 0;
}
			
	.Clientes INPUT.CampoClientes {
		font-size: 10px;
		border: 1px solid #999;	
		margin: 0 10px;		
		width: 138px;
		height: 16px;
	}
	
	.Clientes .BotonAceptar {
		float: right;
		width: 60px;	
		height: 18px;
		padding-right: 10px;
		margin: 5px 0;
	}
	
	.Clientes .Cargando {
		font-size: 10px;
		padding: 0 0 0 18px;
		float: right;
		width: 62px;
		color: #666;
		height: 18px;
		background: url(/imagenes/cargador.gif) no-repeat left top;
		margin: 5px 0;
		visibility: hidden;
	}
	
	
	.Clientes .BotonDesconectar {
		padding-top: 5px;
		text-align: center;	
		height: 18px;
		margin: 0 10px;	
	}

.Clientes .Recordar {
	text-align: center;
	clear: both;
}

	.Clientes .Recordar A {
		text-decoration: underline;
		color: #C12285;
	}



/* ## PEDIDOS ############################## */

.Pedidos {
	font-size: 10px;
	width:  160px;
	padding-bottom: 10px;
	padding-top: 10px;
}

	.Pedidos .SinPedido {
		font-weight: bold;
		padding-bottom: 10px;
	}

	.Pedidos .Total {
		text-align: right;
		margin-bottom: 10px;
		padding: 5px 5px 0 0;
		border-top: 1px solid #C4C4C4;	
	}
	
	.Pedidos .BotonTramitar {
		text-align: center;
	}
	
	.Pedidos .Scroll {
		margin-top: 0px;
	}
	
	.Pedidos .Fila {
		clear: both;
		background: #F1EDF4;
		margin-bottom: 3px;
		padding: 5px 0;
	}
	
	.Pedidos .Fila .Descripcion {
		padding-left: 5px;
	}
	
	.Pedidos .Fila .Importe {
		text-align: right;
		padding-right: 5px;
		font-weight: bold;
	}

/* ## PROMOCIONES ############################## */

.Promociones {
	font-size: 10px;
	width:  160px;
	padding-bottom: 10px;
	padding-top: 10px;
}

	.Promociones .Promocion {
		width: 160px;
		min-height: 55px;
		margin: 5px 0;
		padding-bottom: 5px;
		font-size: 11px;
		border-bottom: 1px solid #E6E6E6;
		clear: both;
	}
	
		.Promocion .Imagen {
			float: left;
			width: 55px;	
		}
	
		.Promocion .Detalles {
			margin-left: 65px;
		}
		
			.Promocion .Detalles .Descripcion {
				margin-bottom: 5px;
				font-weight: bold;
			}
			
			.Promocion .Detalles .Descripcion A {
				color: #333;
				font-size: 11px;	
				text-decoration: none;
			}

			.Promocion .Detalles .Precio {
				font-size: 11px;			
			}
		
			.Promocion .Detalles .PrecioAnterior {
				font-size: 11px;
				text-decoration: line-through;
				color: #C90505;
				text-align: right;
				float: left;
				
			}



/*	 ## INDICE: CONTADOR Y PÁGINAS ########################## */

.Indice {
	margin: 0 auto;
	width: 390px;
	height:20px;
	margin-top: 10px;
	margin-bottom: 25px;
}
	
	.Indice .Contador {
		float: left;
		width: 190px;
		color: #666;			
	}
		
	.Indice .Paginas {
		float: right;
		color: #666;	
	}
	
		.Indice .Paginas STRONG {
			color: #7B5098;			
		}
		
		.Indice .Paginas A {
			color: #666;
			text-decoration: none;
		}

		.Indice .Paginas A:hover {
			color: #7B5098;
			text-decoration: none;
		}


/*	 ## NAVEGACIÓN ########################## */

.Navegacion {
	padding-bottom: 20px;
	color: #C12285;
}

	.Navegacion A {
		text-decoration: underline;
		color: #666;
		font-weight: normal;
	}
	
	.Navegacion A:hover {
		text-decoration: underline;
		color: #C12285;
		font-weight: normal;
	}

/*#### ERROR #########################################################################################*/

.Error  {
	padding-bottom: 200px;
	margin: 0 auto;
	width: 390px;
}

.Error  A {
	text-decoration: underline;
	color: #C12285;
}

/*#### RECORDAR CLAVE #########################################################################################*/

.RecordarClave {
	width: 440px;
	background: #FFF;
	font-size: 12px;
	height: 350px;
}

	.RecordarClave .TopRecordarClave {
		font-family: "Trebuchet MS", Arial, Helvetica, Verdana;
		background: url(/imagenes/top_recordarclave.jpg) no-repeat;
		height: 30px;
		color: #FFF;
		font-size: 15px;
		font-weight: bold;
		text-align: right;
		padding-right: 15px;
		padding-top: 50px;
		margin-bottom: 30px;

	}

	.RecordarClave P {
		width: 400px;
		margin: 0 auto;
		text-align: justify;
	}
	
		.RecordarClave P A {
			color: #C12285;
		}

		.RecordarClave P STRONG {
			color: #C12285;
		}
	
	.RecordarClave .FormularioEmail {
		width: 300px;
		margin: 0 auto;
	}
	
		.RecordarClave .FormularioEmail .CampoMail {
			width: 300px;			
			margin-top: 5px;
			border: 1px solid #CCC;
			height: 17px;
		}
		
		.RecordarClave .FormularioEmail .BotonRecuperarClave {
			margin-top: 5px;
		}
		
		.RecordarClave .FormularioEmail .BotonRecuperarClave INPUT {
			width: 300px;	
		}

	.RecordarClave .Cargando {
		font-size: 11px;
		padding: 0 0 0 18px;
		margin-top: 18px;
		margin-right: 25px;
		color: #666;
		visibility: hidden;
		margin: 5px auto;
		width: 100px;
		height: 18px;
		background: url(/imagenes/cargador.gif) no-repeat left top;
	}
	
	.RecordarClave .Texto {
		width: 260px;
		margin: 0 auto;
		text-align: center;		
	}

	.RecordarClave .Gracias {
		width: 420px;
		margin: 20px auto 0 auto;
		text-align: center;
		font-size: 20px;
		color: #C12285;
		height: 30px;
		line-height: 30px;
		font-family: "Trebuchet MS", Arial, Helvetica, Verdana;
	}
	
		
	.RecordarClave .CerrarVentana {
		width: 420px;
		margin: 20px auto;
		text-align: center;
	}

/*#### TEJIDOS DISPONIBLES #########################################################################################*/

.Tejidos {
	width: 440px;
	background: #FFF;
	font-size: 12px;
	height: 350px;
}

	.Tejidos .TopTejidos {
		font-family: "Trebuchet MS", Arial, Helvetica, Verdana;
		background: url(/imagenes/top_recordarclave.jpg) no-repeat;
		height: 30px;
		color: #FFF;
		font-size: 15px;
		font-weight: bold;
		text-align: right;
		padding-right: 40px;
		padding-top: 50px;
		margin-bottom: 30px;

	}

	.Tejidos .FilaTejido {
		height: 30px;
	  	width: 420px;
	  	margin: 10px auto;
	  	font-size: 10px;
	}
	
	.Tejidos .FilaTejido .Tejido {
	  	float: left;
	  	height: 30px;
	  	width: 130px;
	  	padding-left: 10px;
	}
	
	.Tejidos .FilaTejido .Tejido A {
	  	text-decoration: none;
	  	color: #666;
	}
	
	.Tejidos .FilaTejido .Tejido A:hover {
	  	text-decoration: underline;
	  	color: #C12285;
	}
	
	.Tejidos .FilaTejido .Tejido .ImgTejido {
	  	float: left;
	  	padding-right: 10px;
	}


/*#### DETALLE TEJIDO #########################################################################################*/

.DetalleTejido {
	width: 300px;
	background: #FFF;
	font-size: 12px;
	height: 350px;
	padding: 0 10px;
}

	.DetalleTejido .ImgColor {
  		background: gray;
  		width: 300px;
  		height: 200px;
  		margin-top: 10px;
  	}
  	
  	.DetalleTejido .RefColor {
		margin-top: 10px;
		
  	}
  	
  	.DetalleTejido .DescColor {
		margin-top: 10px;
		margin-bottom: 15px;
  	}
  	
  	.DetalleTejido .Enlace {
		margin-bottom: 5px;
		font-size: 11px;
	}
  	
  	.DetalleTejido .Enlace A {
		color: #666;
		text-decoration: none;
	} 
	
	
   	

