body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* Estilos para la portada */
.palabrasClavePortada {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: #FFCC33;
	background-color: #FFCC33;
}


/* Estilos para el menu de familias y categorias */
.fondoNombreFamilia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0066CC;
}
.fondoNombreCategoria {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #f4f0ed;
}
a.enlaceSinEstilo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:hover.enlaceSinEstilo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* Estilos de texto en listado de productos */
.tituloRutaProducto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.referenciaDeProductoEnListado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.nombreDeProductoEnListado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:hover.nombreDeProductoEnListado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC9966;
	text-decoration: none;
}
a.descripcionDeProductoEnListado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
a:hover.descripcionDeProductoEnListado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.precioDeProductoEnListado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}


/* Estilos de texto en fichas de productos */
.nombreDeProductoEnFicha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
.descripcionDeProductoEnFicha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.precioDeProductoEnFicha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}


// Rellenos

.rellenoGris {
	background-color: #f4f0ed;
}
.rellenoGris2 {
	background-color: #A9AD94;
}
.titulodelistado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
