body {
	margin: 0px;
	background-color: #513107;
	background-image: url(./descargas/fondo_cafe.jpg);
	font-family: sans-serif, "Arial";
	font-size: 16px;
	color: #324f85;
}

a {
	color: #513107;
}

h1 {
	color: #513107;
	font-size: 16px;
	margin-left: 0px;
	text-shadow: 0px 1px 1px #ffffff;
	margin-bottom: 0px;
	margin-top: 0px;
}

ul {
	-webkit-border-radius: 1px;
	border: 0px solid #acaeb0;
	background-color: #513107;
	background-image: url(./descargas/fondo.jpg);
	width: 300px;
	margin: 0px;
	padding: 0px;
	list-style:none;
}

li {
	word-wrap: break-word;
	border-top: 0px solid #acaeb0;
	padding: 5px;
	color: #513107;
	font-weight: bold;
}

li span {
	font-weight: normal;
	color: #513107;
	display: block;
	width: 276px;
	text-align: right;
	margin-top: 0px;
}

li a {
	display: block;
	text-decoration: none;
	background-image: url(png/disclosure.png);
	background-repeat: no-repeat;
	background-position: right center;
}

li:first-child {
	border-top: none;
}

p {
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	line-height: 1px;
	color: #324f85;
}

p a, span a {
	font-weight: normal;
	text-align: left;
	display: inline;
	text-decoration: underline;
	color: #513107;
	background-image: none;
}

p + p {
	margin-top: 1px;
}

.disabled {
	color: gray;
}

.centered {
	text-align: center;
}
