@charset "utf-8";
body {
	margin: 0px;
	background-image: url(../background/textilmarron.jpg);
}
.webdesign {
	color: #663300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: right;
	vertical-align: bottom;
	padding-right: 10px;
	padding-bottom: 7px;
	font-weight: normal;
}
.menuweb {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
	padding-top: 2px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #663300;
	padding-left: 4px;
}
a:link {
	color: #663300;
	text-decoration: none;
}
a:visited {
	color: #663300;
	text-decoration: none;
}
a:hover {
	color: #ba872d;
	text-decoration: none;
}
a:active {
	color: #330000;
	text-decoration: none;
}
