@charset "utf-8";
body {
	background-color: #443113;
	margin: 10px;
	font-family: Verdana, "Microsoft Sans Serif";
	font-size: 10px;
	color: #443113;
}
a {
	text-decoration: none;
	color: #940114;
}
a:hover {
	color: #993D00;
	text-decoration: underline;
}

td.bg1 {
	background-image: url(images/10.jpg);
	width: 49px;
	background-position: left;
	background-repeat:  repeat-y;
	padding-top: 5px;
}
td.bg2 {
	background-image: url(images/11.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 40px;
	width: 49px;
}
td.texto {
	padding: 5px;
	font-size: 11px;
}
input, select, textarea {
	font-family: Verdana, "Microsoft Sans Serif";
	font-size: 11px;
}

