/* Cabecera */
#Cabecera {
	float: left;
	clear: none;
	width: 760px;
	height: 122px;
	background-image: url(../images/cabecera/cabecera.jpg);
}

#minibuscador {
	float: right;
	bottom: 0px;
	width: 340px;
	height: 42px;
	margin-top: 80px;
}

#minibuscador .item {
	clear: none;
	float: left;
}

#minibuscador label {
	width: 0px;
}

#minibuscador input {
	width: 153px;
	border: 1px solid #9a3d00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #9a3d00;
	text-decoration: none;
}

#minibuscador select {
	width: 135px;
	border: 1px solid #9a3d00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #9a3d00;
	text-decoration: none;
	margin-left: 7px;
}

#minibuscador .buscador_avanzado {
	clear: both;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #9a3d00;
	text-decoration: underline;
}

a.buscador_avanzado:link,a.buscador_avanzado:visited,a.buscador_avanzado:active
	{
	color: #9a3d00;
}

a.buscador_avanzado:hover {
	color: #9a3d00;
}