div.buscador_leyenda {
	background-color: #F49103;
	text-align: center;
	float: left;
	min-height: 30px;
	line-height:25px;
	width: 100%;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 3px;
	padding-top:4px;
	border-right: 1px solid #C58205;	
	border-bottom: 1px solid #C58205;
   border-left: 1px solid #F8D390;
   border-top: 1px solid #F8D390;
}
div.buscador_sub_leyenda {
	background-color: #F9E9D2;
	border-top: 1px solid #F8D390;
	border-left: 1px solid #F8D390;
	border-bottom: 1px solid #C58205;
	border-right: 1px solid #C58205;
	margin-bottom: 5px;	
	font-size:7pt;
	color:#993300;
	width: 100%;
	float: left;
	text-align:right;
}

div.buscador_sub_leyenda a{
	color:#993300;
	text-decoration:none;
}


div.buscador_item {
	width: 100%;
	text-align: left;
	min-height: 100px;
	float: left;
	border-bottom: solid 1px #FBBF89;
	margin-bottom:5px;
}


div.buscador_item_titulo{
   float:left;
	text-align:left;
	width:100%;
	background-color:#FBBF89;
	color:#993300;
	font-weight:bold;
	padding-left:5px;
	margin-bottom:10px;
	text-transform: capitalize;
	
	
}

div.buscador_item_imagen{
	float:left;
	min-height:80px;
	text-align:center;
	width:34%;
	margin-bottom:5px;

}

div.buscador_item_cuerpo{
   float:left;
	min-height:75px;
	text-align:left;
	width:63%;
	padding-left:5px;
	font-size:9pt;
}
div.buscador_item_texto{
   float:left;
	min-height:50px;
	text-align:left;
	width:100%;
	padding-left:5px;
	font-size:9pt;
}


div.buscador_item_visitar{
	float:right;
	width:70px;
	text-align:center;
	margin-bottom:5px;
	
}
div.buscador_item_visitar  a{
  color:#FBBF89;
  text-decoration:none;
  font-size:10pt;
}
div.buscador_item_origen{
	
	border-top: 1px solid #F8D390;	
	/*border-bottom: 1px solid #F8D390;	*/
	/*margin-bottom: 5px;	*/
	font-size:7pt;
	color:#993300;
	width: 100%;
	float: left;
	text-align:right;
}
div.buscador_item_origen a{
	color:#993300;
	text-decoration:none;
	
}
div.buscador_paginado{
	float:left;
	width:100%;
	font-size:9pt;
	text-align:right;
}
div.buscador_paginado_leyenda{
	float:left;
	font-size:9pt;
}

div.buscador_paginado a{
	color:#F49103;
	text-decoration:none;
	
}

div.buscador_form{
float:left;
width:100%;
text-align:center;


}
div.buscador_form input[type="text"]{
font-size:9pt;
width:300px;

}

div.buscador_no_elementos{
float:left;
width:100%;
text-align:center;

}

.encontrado{
color:#000;
}


div.buscador_leyenda input[type="text"]{
font-size:9pt;
width:300px;


}
div.buscador_leyenda input[type="submit"]{
font-size:9pt;
height: 24px;
}

