/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F7F5E0;
}
img
{
	border-style: none;
}
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.pie{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;	
	font-weight:normal;
}
.pielink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;		
	text-decoration: none;
	font-weight:normal;
} 
.pielink:hover {
	text-decoration: underline;
	color: #333333;
}
.texto {
	font-family: Sans-Serif;
	font-size: 14px;
	color: #333333;
	font-weight:normal;
}
.productos {
	font-family: Times;
	font-size: 16px;
	color: #000000;
	font-weight:normal;
}
.productostitulo, productostitulo:visited {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
}
.productostitulo:hover {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	text-decoration: underline;
}

