@charset "utf-8";
/* CSS Document */
input#campo_busqueda {
	width:100px;
	height:17px;
	border:1px solid #999999;
	font-size:9px;
	color:#999999;
	line-height:12px;
	padding:5;
	margin:0;
}

input#query {	
width:129px;
	height:17px;	
	border:1px dotted #ccc;	
	
	font-size:12px;
		color:#999999;	
		line-height:12px;	
		padding:5;	
		margin:0;

}


div#busqueda {
	background:#ffffff url(../imagenes/img_buscador.gif) no-repeat;
	width:118px;
	height:35px;
	padding:5px;
	margin:0px;
	text-align:left;
}
a#bttn_buscar:link, a#bttn_buscar:active, a#bttn_buscar:visited {
	background:#d8de50;
	padding: 5px 5px;
	margin-left:-3px;
	width:25px;
	height:16px;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	outline:none;
}
a#bttn_buscar:hover {
	background:#ccc;
}



.all {
	width:100px;
	height:100%;
	background:#909090;
	margin:10px auto;
	padding:10px 10px 1px;
}

.box {
	margin:0 0 10px 0;
	padding:10px;
	border:1px dotted #333333;
	background:#FeFeFe;
}
.renglon{
	border-bottom:#FFCC00 dotted 1px;
	margin:5px 0 2px 0;
	}
.highlight{
	color:#333333;
	background:#D0D3E1;
	padding:0 3px;
	}
a.busqueda_resultado:link,
a.busqueda_resultado:active,
a.busqueda_resultado:visited{
	background:#FFFF99;
	display:block;
	text-decoration:none;
	color:#333333;
	}
a.busqueda_resultado:hover,
a.busqueda_resultado:focus{
	background:#FFCC99;
	}