BODY {
	background-image:url(imagenes/fondo.jpg);
	width:auto;
	background-repeat:no-repeat;
}
BODY.blanco {
	background-image:NONE;
	background-color:#FFFFFF;
	width:auto;
}
A {
	COLOR:#123D06;
	FONT-SIZE:15px;
	TEXT-DECORATION:none;
}
A:visited {
	COLOR:#C02E02;
}
A:hover {
	COLOR:#B2BCC5;
}
.letrachica{
	font-size:xx-small;
}
.letragrande{
	font-family:Arial;
	font-size:medium;
}
A.precio {
	COLOR:#BF0202;
	font-size:large;
	FONT-WEIGHT:bold;
	TEXT-DECORATION:none;
}
A.precioMasAlto {
	COLOR:#BF0202;
	font-size:large;
	FONT-WEIGHT:bold;
	TEXT-DECORATION:line-through;
}
A.tituloProdNombre {
	COLOR:#037A40;
	text-decoration:underline;
}
A.textoTituloPagina {
	COLOR:#037A40;
	FONT-WEIGHT:bold;
	text-decoration:underline;
	cursor:hand;
}
