
/*	Buscador de Contenidos v1.0* (basado en XSearch v5.2**)			*/

/*	*  David Esperalta     -   www.davidesperalta.tk			*/
/*	** Pascal Bestebroer   -   www.dynamic-core.net				*/

/*	Estilo para el Buscador "verde.css", por David Esperalta		*/


a:link {
	background-color: transparent;
	color: gold;
	text-decoration: none;
}

a:visited {
	background-color: transparent;
	color: CCFFFF;
	text-decoration: none;
}

a:hover {
	background-color: transparent;
	color: gold;
	text-decoration: underline;
}

a:active {
	background-color: black;
	color: FFFFFF;
	text-decoration: none;
}

body {
	background-color: #D2E7C0;
	color: CCFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	margin-top: 10px;
	margin-right: 10%;
	margin-bottom: 10px;
	margin-left: 10%;
}

div#marco {
	background-color: #FFFFFF;
	background-image: url(cuadros.png);
	background-repeat: repeat;
	border: yellow Solid 1px;
	color: gold;
	padding: 8px;
}

fieldset {
	background-color: transparent;
	border: gold Solid 1px;
	color: gold;
	padding: 8px;
	margin: 8px;
}

form {
	text-align: center;
}

h1 {
	background-color: transparent;
	color: gold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	margin: 0px;
	padding: 8px;
	text-align: center;
}

hr {
	background-color: transparent;
	color: gold;
	height: 1px;
	text-align: left;
}

img {
	border: 0px;
}

input {
	background-color: transparent;
	border: white Inset 1px;
	color: white;
	cursor: help;
}

p {
	text-align: left;
}

p#creditos {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

ul {
	list-style: circle;
	text-align: left;
}

ul.especial {
	list-style: disc;
	text-align: left;
}

.center {
	text-align: center;
}
