@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(../img/bgnd.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.td-tradicion {
	background-image: url(../img/tradicion.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #F1F0E5;
}
p {
	font-size: 13px;
	color: #000000;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.bloque {
	font-size: 13px;
	color: #000000;
}
.form-width {
	width: 300px;
}
li {
	font-size: 12px;
	list-style-type: disc;
	list-style-position: outside;
}
