#c_buscador {
	width: 308px;
}
#c_titulo_buscador {
	background-repeat: repeat-x;
	width: 307px;
	height: 27px;
	padding-top: 5px;
	margin-left: 3px;
	background-color: #ff9900;
}
#c_fondo_buscador {
	width: 307px;
	margin-left: 3px;
	background-image: url(../../images/static/linea_separadora.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 3px;
}
#c_forma {
	width: 300px;
	background-color: #FFFFFF;
}
.forma {
	width: 300px;
	margin: 0px;
	padding: 0px;
}
.campo_texto1 {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 18px;
	width: 150px;
	padding-left: 10px;
}
.campo_texto1_on {
	border: 1px solid #FFFFFF;
	background-color:#C85D03;
	height: 18px;
	width: 150px;
	padding-left: 10px;
	color: #FFFFFF;
}
.campo_listado {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 150px;
	padding-left: 10px;
}

#c_cajas_campo {
	width: 150px;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
}
#c_cajas_campo2 {
	width: 150px;
	float: left;
	margin: 2px;
}
#c_cajas {
	width: 306px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.fondo_tabla {
	background-repeat: repeat-x;
	background-image: url(../../images/static/buscador/fondo_home.gif);
}


.texto_buscador {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-left: 5px;
}
