/* CSS Document */
body{
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
}
h1{
	font: bold 24px "Trebuchet MS";
	color: #8f4000;
}
h2{
	font: bold 18px "Trebuchet MS";
	color: #8f4000;
}
.menu{
	text-align: left;
	vertical-align: top;
	padding: 0;
}
.menu ul{
	list-style: none;
	padding: 5px;
	margin-left: 0px;
}
.menu li{
	font: bold 14px "Trebuchet MS";
	padding: 10px 15px 10px 5px;
}
.menu a{
	text-decoration: none;
	color: #000000;
}
.menu a:hover{
	text-decoration: none;
	color: #8f4000;
}
.descripcion{
	font: bold 12px "Trebuchet MS";
	color: #000000;
	text-align: justify;
}
.productos{
	font: bold 12px "Trebuchet MS";
	color: #000000;
}
.productos td{
	padding: 10px 10px 10px 0px;
	text-align: justify;
	vertical-align: top;
}
.productos img{
	border: 4px ridge #8f4000;
}
.productos a{
	text-decoration: none;
	color: #8f4000;
}		
