#wononom-header {
	background: #000;
	color: #FFF;
	padding: 5px;
	min-width: 750px;
}

/* Logotipo */
#header-logo {
	text-align: left;
	float: left;
}
#header-logo h1 {
	width: 100%;
	margin: 0 5px;
	font-size: 1.2em;
}
#header-logo h1 a {
	color: #FFF;
	text-decoration: underline;
}
#header-logo h1 a:hover {
	text-decoration: none;
}

/* Navegación adiante-atras */
#header-navegacion {
	font-size: 0.8em;
	margin-top: 2px;
	float: left;
	white-space: nowrap;
}
#header-navegacion a {
	color: #FFF;
	text-decoration: none;
}
#header-navegacion a:hover {
	color: #999;
}

/* Buscador */
#header-buscador {
	text-align: right;
	float: right;
	width: 300px;
	display: none;
}
#header-buscador input.text {
	color: #AAA;
	width: 294px;
	font-size: 0.8em;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px 0 3px 6px;
}

/* Resultados de google */
#resultados {
	position: absolute;
	top: 30px;
	background: #000;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
}
#resultados table th,
#resultados table td {
	border: none;
}
#resultados .gsc-resultsHeader,
#resultados .gsc-tabsArea {
	display: none;
}
#resultados .gsc-control {
	width: auto;
	padding: 10px;
	text-align: left;
}
#resultados .gs-title {
	font-size: 1em;
	text-decoration: none;
}
#resultados .gs-title a b,
#resultados .gs-title a {
	color: #FFF;
	text-decoration: none;
}
#resultados .gs-snippet {
	font-size: 0.8em;
	line-height: 1.2em;
	text-decoration: none;
	color: #444;
}
#resultados .gs-visibleUrl {
	display: none;
}
#resultados .gsc-trailing-more-results,
#resultados .gsc-cursor-page {
	color: #FFF;
	margin: 0;
	padding: 5px 2px;
	text-decoration: none;
}
#resultados .gsc-cursor-current-page {
	color: #444;
}
#resultados .gs-title a:hover,
#resultados .gsc-trailing-more-results:hover,
#resultados .gsc-cursor-page:hover,
#resultados .gsc-cursor-current-page:hover {
	text-decoration: underline;
}
#wononom-creditos {
	font-size: 0.75em;
	line-height: 1.2em;
	color: #000;
	padding: 30px 0;
	background: #FFF;
}
#wononom-creditos ul {
	list-style: none;
	margin: 0;
}
#wononom-creditos a {
	color: #000;
}
#wononom-creditos a:hover {
	text-decoration: none;
}