body {
	background-color: #CCCCCC;
	background-image: url(../images/rellenoBody.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	margin-bottom: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
h3{
	font-size: 12px;
	}
#wrapper{
	margin-right: auto;
	margin-left: auto;
	width: 1246px;
	background-image: url(../images/rellenoWrapper.jpg);
	background-repeat: no-repeat;
	background-position: center 90px;
	position: relative;
}
#pie{
	width: 100%;
	text-align: center;
	background-image: url(../images/rellenoPie.jpg);
	background-repeat: repeat-x;
	height: 146px;
	clear:both;
	padding-bottom: 20px;
}
#pie a{
	text-decoration: none;
	color: #000000;
}
#pie a:hover{
	text-decoration: none;
	color: #CC0000;
}
#menuIzquierda{
	width: 200px;
	float: left;
	padding-top: 80px;
	margin-bottom: 10px;
	}
.botonCatalogo{
	color: #000000;
	text-decoration: none;
	display: block;
	border-bottom: solid 1px #FFFFFF;
	background-image: url(../images/iconoMenu.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
	height: 20px;
	padding-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 3px;
	}
.botonCatalogo:hover{
	color: #EA0001;
	}
.botonSubCatalogo{
	color: #666666;
	text-decoration: none;
	display: block;
	border-bottom: solid 1px #FFFFFF;
	padding-left: 25px;
	height: 20px;
	padding-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 3px;
	}
.botonSubCatalogo:hover{
	color: #EA0001;
	}
.banner120{
	background-color: #FFF;
	border: solid 1px #CCCCCC;
	padding: 3px;
	margin-left: auto;
	margin-right: auto;
	width: 120px;
	margin-top: 30px;
	margin-bottom: 30px;
	height: 600px;
}
.banner720{
	background-color: #FFF;
	border: solid 1px #CCCCCC;
	padding: 3px;
	margin-left: auto;
	margin-right: auto;
	width: 728px;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 90px;
	}
#capaIdentificacion{
	width: 400px;
	height: 50px;
	position: absolute;
	top: 100px;
	left: 525px;
	font-size: 10px;
	}
.cuadroTexto{
	border: solid 1px #CCCCCC;
	width: 80px;
	height: 16px;
	}
.botonEnviar{
	border: solid 1px #CCCCCC;
	width: 80px;
	height: 20px;
	background-color: #CC0000;
	color:#FFF;
	cursor: pointer;
}
.botonEnviarGris{
	border: solid 1px #CCCCCC;
	width: 60px;
	height: 20px;
	background-color: #DEDEDE;
	color:#666;
	cursor: pointer;
	}
.enlaceBotonRojo{
	width: 185px;
	height: 24px;
	color:#FFF;
	background-image: url(../images/botonEnlaceRojo.gif);
	background-repeat: no-repeat;
	display:block;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align:center;
	text-decoration: none;
	padding-top: 10px;
	}
.enlaceBotonRojo:hover{
	color:#000;
	background-position: 0px -34px;
	}
#menuDerecha{
	width: 200px;
	float: right;
	margin-top: 10px;
	}
#resumenCesta{
	background-image: url(../images/fondoCestaCompra.gif);
	background-repeat: no-repeat;	
	width: 175px;
	height: 102px;
	position: relative;
	padding: 5px;
	}
#resumenCesta h2{
	color: #FFF;
	margin: 0px;
	font-size: 12px;
	padding-top: 2px;
	text-align:center;
	}
#resumenCesta #contenido{
	border: solid 1px #999;
	}
#contenido{
	margin-top: 80px;
	display: block;
	width: 800px;
	float:left;
	margin-left: 20px;
	}
#capaDestacados{
	width: 788px;
	height: 255px;
	background-image: url(../images/capaDestacados.gif);
	background-repeat: no-repeat;
	display:block;
	}
#capaDestacados h2{
	color: #FFF;
	margin: 0px;
	padding-top: 7px;
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 14px;
	}
#capaDestacados .articuloDestacado{
	width: 224px;
	height: 200px;
	float: left;
	margin-left: 12px;
	margin-right: 12px;
	padding: 5px;
	position: relative;
	}
.recuadroFamilia{
	width: 247px;
	height: 206px;
	float: left;
	margin: 4px;
	padding: 5px;
	position: relative;
	background-image: url(../images/recuadroFamilia.gif);
	background-repeat: no-repeat;
	text-align:center;
	}
.recuadroFamilia h2{
	color: #FFF;
	margin: 0px;
	padding-top: 5px;
	margin-bottom: 10px;
	text-decoration: none;
	font-size: 14px;
	}
.recuadroFamilia a{
	text-decoration: none;
	}
.articuloListado{
	background-image: url(../images/fondoListadoArticulos.gif);
	height: 113px;
	width: 790px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}
.imagenProducto{
	width: 116px;
	height: 86px;
	position: absolute;
	top: 10px;
	left: 10px;
	border: solid 3px #FFFFFF;
}
.nombreProducto{
	position: absolute;
	top: 10px;
	left: 140px;
	font-size: 13px;
	font-weight: bold;
	color:#DD0000;
	}
.nombreProducto a{	
	text-decoration: none;
	color:#CC0000;
}
.descripcionProducto{
	position: absolute;
	top: 30px;
	left: 140px;
	font-size: 10px;
	width: 300px;
	height: 45px;
	overflow:hidden;
	}
.descripcionProductoIzq{
	position: absolute;
	top: 30px;
	left: 0px;
	font-size: 10px;
	width: 300px;
	height: 50px;
	}
.enlaceProducto a{
	position: absolute;
	top: 85px;
	left: 140px;
	font-size: 11px;
	text-decoration: none;
	color:#CC0000;
	font-weight: bold;
}
.precioProducto{	
	font-size: 15px;
}
.favoritosProducto{
	position: absolute;
	top: 32px;
	left: 125px;
	font-size: 15px;
	text-align:center;
}
.cuadroUnidadesProducto{
	position: absolute;
	top: 53px;
	left: 24px;
	font-size: 15px;
	text-align:center;
}
.anadirCestaProducto{
	position: absolute;
	top: 49px;
	left: 50px;
	font-size: 15px;
	text-align:center;
}
#capaDetalleProducto{
	background-image: url(../images/fondoCaracteristicas.gif);
	height: 110px;
	width: 695px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}
.imagenProducto{
	width: 116px;
	height: 86px;
	position: absolute;
	top: 10px;
	left: 10px;
	border: solid 3px #FFFFFF;
}
.nombreProducto{
	position: absolute;
	top: 10px;
	left: 140px;
	font-size: 13px;
	font-weight: bold;
	color:#DD0000;
	}
.enlaceProducto a{
	position: absolute;
	top: 85px;
	left: 140px;
	font-size: 11px;
	text-decoration: none;
	color:#990000;
	font-weight: bold;
}
#capaContenidoEstatico{
	width: 790px;	
	}
#contenidoEstatico{
	width: 770px;	
	background: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	}
#cuadroPreciosFavoritos{
	background-image: url(../images/cuadroPreciosFavoritos.gif);
	background-repeat: no-repeat;
	height: 92px;
	width: 197px;
	position: relative;
	margin-left: 150px;
	}
#cestaCompra{
	width: 750px;
	padding: 3px;
	margin-left:auto;
	margin-right: auto;
}
#cestaCompra th{
	background-color: #EFEFEF;	
	border: solid 1px #BBBBBB;	
}
#cestaCompra td{
	background-color: #FFFFFF;
	border: solid 1px #DDDDDD;
	
}
.boton{
	background-image: url(../images/fondoBtn.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 142px;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #000000;
	display: block;
	text-align: center;
	text-decoration: none;
	padding-top: 4px; 
}
.boton:hover{
	color:#666666;
}