#busqueda {
	margin-top: 10px;
	margin-left: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFE3B8;
	height: 40px;
	margin-right: 5px;
}
.resultado {
}

#detalle {
	float: right;
	margin-top: 5px;
}
#buscar {
	float: left;
}
.campo {
	margin-bottom: 4px;
	margin-right: 5px;
	margin-left: 5px;
}
.resultado {
	margin-left: 35px;
	margin-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	padding-top: 10px;
}
.tit_resultado {
	font-weight: bold;
	padding-bottom: 4px;
}
.link_resultado {
	color: #FF9900;
	padding-top: 4px;
}
#noresultado {
	margin-left: 35px;
	margin-right: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
}
