div.ctrl_buscador{
	width:96%;
	height:auto;
	float:left;	
	margin:0;
	padding:0;
	border:1px solid #aeaeae;
	background-color:#fff;		
}
	div.ctrl_buscador .cabecera_buscador{
		float:left;
		width:100%;
		height:13px;
		margin:0;
		font-size:1px;
	}
		div.ctrl_buscador .cabecera_buscador .sup_izq{
			position:relative;
			float:left;
			top:-1px;
			left:-1px;
			width:11px;
			height:13px;
			font-size:1px;
			background:url(../../images/default2/esquina_sup_izq.gif) top left no-repeat;
		}
		
		div.ctrl_buscador .cabecera_buscador .sup_dcha{
			position:relative;
			float:right;
			top:-1px;
			right:-1px;
			width:11px;
			height:13px;
			font-size:1px;
			background:url(../../images/default2/esquina_sup_dcha.gif) top left no-repeat;
		}		
	
	div.ctrl_buscador #foto_buscador{

		width:96%;
		margin:0 auto;
		background-color:#fff;		
	}		
		
		div.ctrl_buscador #foto_buscador img{
			display:none;
		}
		
	div.ctrl_buscador .pie_buscador{
		float:left;
		width:100%;
		height:13px;
		margin:0;			
	}
		div.ctrl_buscador .pie_buscador .inf_izq{
			position:relative;
			float:left;
			bottom:-1px;
			left:-1px;
			width:11px;
			height:13px;
			font-size:1px;
			background:url(../../images/default2/esquina_inf_izq.gif) top left no-repeat;
		}
		
		div.ctrl_buscador .pie_buscador .inf_dcha{
			position:relative;
			float:right;
			bottom:-1px;
			right:-1px;
			width:11px;
			height:13px;
			font-size:1px;
			background:url(../../images/default2/esquina_inf_dcha.gif) top left no-repeat;
		}		
		
	
	div.ctrl_buscador #cuadro_busqueda{
		float:left;
		width:100%;
		margin:-2px 0 0 0;
		height:50px;
		padding:0;
		background:url(../../images/default2/fondo_input_buscador.gif) 10px 4px repeat-x #FFF;
	}
	
div.ctrl_buscador input.busqueda{
	float:left;
	margin-left:15%;
	width:55%;
	height:14px;
	font-size:11px;
	font-weight:normal;
	font-family: Verdana;	
	padding:2px 0 0 0;
	border: solid 1px #cecece;
	background: #fff;
	color: #999;
	text-align:center;
}

div.ctrl_buscador input{
	float:right;
	width:15px;
	height:13px;
	padding:0 0 0 5px;
	margin:18px 19px 0 0;
	background: url(../../images/default2/boton_buscar.gif) left no-repeat;
	border:none;
}


div.ctrl_buscador_resultado{
	float: left;
	position:relative;
	width: 96%;
	margin:5px 0 5px 2%;
	padding:0;
	height:auto;
	border:1px solid #a6d2df;
}

	div.ctrl_buscador_resultado div.cabecera_contenido{
		float:left;
		width:100%;
		height:13px;
		margin:0;
		font-size:1px;
	}
		div.ctrl_buscador_resultado div.cabecera_contenido div.sup_izq{
			position:relative;
			float:left;
			top:-1px;
			left:-1px;
			width:11px;
			height:13px;
			font-size:1px;
			background:url(../../images/default2/esquina_sup_izq_contenido.gif) top left no-repeat;
		}
		
		div.ctrl_buscador_resultado div.cabecera_contenido div.sup_dcha{
			position:relative;
			float:right;
			top:-1px;
			right:-1px;
			width:11px;
			height:13px;
			font-size:1px;
			background:url(../../images/default2/esquina_sup_dcha_contenido.gif) top left no-repeat;
		}
	div.ctrl_buscador_resultado div.pie_contenido{
		float:left;
		width:100%;
		height:21px;
		margin:0;
		font-size:1px;
		background:url(../../images/default2/fondo_pie_contenedor.gif) top left repeat-x;			
	}
		div.ctrl_buscador_resultado div.pie_contenido div.inf_izq{
			position:relative;
			float:left;
			bottom:-1px;
			left:-1px;
			width:11px;
			height:21px;
			font-size:1px;
			background:url(../../images/default2/esquina_inf_izq_contenido.gif) top left no-repeat;
		}
		
		div.ctrl_buscador_resultado div.pie_contenido div.inf_dcha{
			position:relative;
			float:right;
			bottom:-1px;
			right:-1px;
			width:11px;
			height:21px;
			font-size:1px;
			background:url(../../images/default2/esquina_inf_dcha_contenido.gif) top left no-repeat;
		}		

	div.ctrl_buscador_resultado h1{
		float: left;
		width: 100%;
		padding:5px 0 5px 0;
		font-size:14px;
		color: #92BECA;
		text-align:center;
		background:#EDEDED;
	}
		div.ctrl_buscador_resultado p{
			position: relative;
			float: left;
			width:100%;
			height:auto;
		}
		div.ctrl_buscador_resultado ul{
			float: left;
			padding:0;
			margin:0 0 0 5%;
			list-style: none;
		}
		div.ctrl_buscador_resultado ul li{
			float: left;
			width: 100%;
			margin:0 0 15px 0;
			padding:0;
		}
			div.ctrl_buscador_resultado ul li a.titulo{
				float: left;
				width: 100%;
				clear: both;
				color: #706865;
				font-weight:bold;
				font-size:12px;
				padding:0 0 0 15px;
				background:url(../../images/default2/flecha_resultados_buscador.gif) left no-repeat;

			}
			div.ctrl_buscador_resultado ul li a.titulo:hover{
				text-decoration: underline;
			}
			div.ctrl_buscador_resultado ul li p.resumen{
				float: left;
				width: 90%;
				clear: both;
				color: #C3C3C3;
				font-size:10px;
				margin:5px 0 0 0;
				padding:0 0 0 10%;
			}
    div.resultados_busqueda{
	position:relative;
	float:left;
	width:96%;
	padding-left:2%;
	height:200px;
    }
      *>div.resultados_busqueda{
	  min-height:200px;
	  height:auto;
      }
	div.resultados_busqueda div.datos{
	  width:95%;
	  position:relative;
	  float:left;
	  height:auto;
	  border:1px solid #EEE;
	  margin-bottom:4px;
	}
	  div.resultados_busqueda p.informacion{
	    color:#000;
	  }
	  div.resultados_busqueda div.datos p.titulo{
	      position:relative;
	      clear:both;
	      width:96%;
	      padding:2%;
	      margin:0;
	  }
	    div.resultados_busqueda div.datos p.titulo a{
		  color:#BA830F;
		  border-color:#BA830F;
	    }	
 	  div.resultados_busqueda div.datos p.resumen{
	      position:relative;
	      clear:both;
	      width:96%;
	      padding:2%;
	      margin:0;
	  }   

			/*div.ctrl_buscador_resultado p.encontrado{
				position: relative;
				float: left;
				margin:0;
				padding:0;
				font-size:11px;
				width: 100%;
			}
			
			div.ctrl_buscador_resultado p.encontrado a{
				color: #B9D305;
				text-decoration: none;
			}
						
			div.ctrl_buscador_resultado p.encontrado a:hover{
				text-decoration: underline;
			}*/

