#page_container {
	position: relative;
	margin-left: 0px;
	width: 560px;
	top: -50px;
	z-index: 1;
}

.panel_button {
	position: relative;
	top: -3px;
	width: 260px;
	height: 43px;
	z-index: 2;
	cursor: pointer;
	background-image: url(images/buscar.gif);
	background-repeat: no-repeat;
	margin-left: 300px;
}

.panel_button img {
	position: relative;
	top: 0px;
	border: none;
	left: -116px;
}

.panel_button a {
	text-decoration: none;
	color: #545454;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	top: 5px;
	left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.panel_button a:hover {
	color: #999999;
}

#wrapper {
	margin-left: 0px;
	margin-right: 0px;
	width: 560px;
	text-align: center;
}

#toppanel {
	position: absolute;
	width: 560px;
	left: 0px;
	text-align: center;
	z-index: 25;

}

#panel {
	width: 560px;
	position: relative;
	top: -3px;
	margin-left: 0px;
	z-index: 26;
	overflow: hidden;
	text-align: left;
	background-color: #000000;
}

#panel_contents {
	width: 560px;
	position: absolute;
	z-index: 27;
	margin-left: 0px;
}

#panel_buscador {
	width: 530px;
	position: absolute;
	z-index: 1000;
	height: 280px;
	vertical-align: middle;
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-top: 6px;
}

img {
	z-index: 999;
}

.tabla {
	border: 5px solid #084C7D;
}

.boton_buscar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.boton_buscar a:link {
	color: #000000;
	text-decoration: underline;
}

.boton_buscar a:visited {
	color: #000000;
	text-decoration: underline;
}

.boton_buscar a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.boton_buscar a:active {
	color: #000000;
	text-decoration: underline;
}

