@charset "utf-8";
/* CSS Document */
body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
}
a:link,
a:visited{
	font-size:12px;
	color:#090;
	text-decoration:none;
}
a:hover{
	font-size:12px;
	color:#090;
	text-decoration:underline;
}
.nombre{
	font-size:12px;
	color:#090;
	text-decoration:none;
}
.precio{
	font-size:12px;
	font-weight:bold;
	color:#090;
	text-decoration:none;
}
.precio_tachado{
	font-size:12px;
	font-weight:bold;
	color:#000;
	text-decoration:line-through;
}
.datos{
	font-size:12px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
.encabezado{
	background:#666;
	color:#FFF;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}
