@charset "utf-8";
.buscador_arriba {
	text-align: left;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0066CC;
	background-color: #EAE8DF;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	position: relative;
}
.buscador_boton_buscar {
	background-image: url(../Imagenes/lupa.gif);
	float: left;
	height: 25px;
	width: 35px;
	position: relative;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 2px;
	background-repeat: no-repeat;
	cursor:pointer;
}

.buscador_cont {
	background-image: url(../Imagenes/fondo_div_busca.jpg);
	height: 85px;
	background-color: #FFFFFF;
	background-repeat:  repeat-x;
	background-position: bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	position: relative;
	padding-left: 10px;
	margin-top: -2px;
	border-bottom-style: dashed;
}

.buscador_cont2 {
	background-image: url(../Imagenes/fondo_div_busca.jpg);
	height: 65px;
	background-color: #FFFFFF;
	background-repeat:  repeat-x;
	background-position: bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	position: relative;
	padding-left: 10px;
	margin-top: -2px;
	border-bottom-style: dashed;
}

.buscador_form {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0066CC;
	float: left;
	position: relative;
	margin-top: 5px;
}
.buscador_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #F0EDE8;
	text-align: left;
	/*height: 16px;*/
	border: 1px solid #999999;
	padding: 1px;
	vertical-align: middle;
	margin-right: 2px;
	margin-left: 2px;
}
*:first-child+html .buscador_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #F0EDE8;
	text-align: left;
	/*height: 20px;*/
	border: 1px solid #999999;
	padding: 1px;
	vertical-align: middle;
	margin-right: 2px;
	margin-left: 2px;
}
.buscador_box2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #F0EDE8;
	text-align: center;
	border: 1px solid #999999;
	padding: 2px;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
}
.buscador_contrae {
	background-image: url(../Imagenes/boton_contraer.gif);
	height: 25px;
	width: 30px;
	position: relative;
	float: left;
	margin-top: 2px;
	margin-left: 0px;
}
.buscador_expande {
	background-image: url(../Imagenes/boton_expandir.gif);
	height: 25px;
	width: 30px;
	position: relative;
	float: left;
	margin-top: 2px;
	margin-left: 0px;
}
.buscador_form2 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0066CC;
	position: relative;
	margin-top: 10px;
	/*height: 20px;*/
}


