html, body {
	font-family: Helvetica,Arial,sans-serif; font-size: 1em; height: 100%; line-height: 1.125em;
	}
a { color: rgb(26, 111, 128); text-decoration: none; }
#logo {
	background-image: url('/img/logo.png');
	width: 240px;
	height: 117px;
}
#site-title {
	font-size: 5em;
	margin: 0;
	padding: 0;
	 }
ul#thanks-list {
	list-style-type: none; 
	list-style-position: outside;
	padding: 10px;
	padding-left: 0;
}
ul#thanks-list {
	list-style-image: url('/img/heart_red.png'); 
}
ul#link-list {
	list-style-image: url('/img/star_blue.png'); 
}

#navega_pag {
	clear: both;
	padding: 20px 10px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
#navega_pag strong {
	padding: 8px;
	background-color: #ccff33;
	border: 1px solid #000;
}
#navega_pag span {
	padding: 5px;
	background-color: #eee;
	border: 1px solid #8B8B8B;
	font-weight: bold;
	color: #8B8B8B;
}
#navega_pag a {
	color: #000;
	text-decoration: none;
	background-color: #eee;
	padding: 5px;
	border: 1px solid #000;
}
#navega_pag a:hover {
	border: 1px solid #000;
	color: #000;
	background: #ccff33;
}

.header-page {
	border-bottom: solid 1px #ddd;
}

.header-page form {
	display: inline;
}

.tag-link {
	padding-left: 10px;
	}
