#cabecera {
	clear: both;
	width: 100%;
	font-size: 0.85em;
	background-repeat: no-repeat;
	margin: 0.5em;
	float: left;
	overflow: visible;
}
#cabecera img.logo {
	float: left;
	margin: 0.3em;
}

#cabecera ul {
	text-align: right;
	float: right;
	top: 2em;
	padding: 0em;
	margin-top: 2.5em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 2%;
	display: block;
	clear: right;
	position: static;
}
#cabecera li {
	display: inline;
	margin-right: 1em;
}
#cabecera a {
	color: #000000;
	text-decoration: none;
	padding-right: 0.7em;
}
#cabecera a:hover, #cabecera a:focus {
	text-decoration: underline;
}