/***************************************************************************
****** ESTILOS BUSCADOR AVANZADO *******************************************
***************************************************************************/

/* BUSCADOR */
div.buscador
{
	width: 606px;
	/*height: 182px;*/
	height: 320px;
	position: relative;
	float: left;
	background-image: url( ../img/fondo_buscador_avanzado1.jpg );
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 4px;
}

div.buscador p
{
	width: 544px;
	margin: auto;
	margin-top: 35px;
	margin-bottom: 10px;
}

div.buscador div.cont_form
{
	width: 544px;
	/*height: 75px;*/
	height: 200px;
	background-image: url( ../img/fondo_cont_selects_buscador.jpg );
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: auto;
}

div.buscador form div.cont_form label
{
	/*width: 100px;*/
	width: 125px;
	float: left;
	color: #8F0262;
	font-weight: bold;
	/*text-transform: uppercase;*/
	text-align: right;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 2px;
}

div.buscador form div.cont_form select
{
	w/idth: 150px;
	float: left;
	font-size: 0.8em;
	margin-top: 10px;
	margin-bottom: 5px; 
}

div.buscador form div.cont_form input
{
	width: 375px;
	float: left;
	font-size: 0.8em;
	margin-top: 10px;
	margin-bottom: 5px; 
}

div.buscador form input.boton
{
	position: absolute;
	right: 20px;
	bottom: 20px;
	padding-top: 5px;
}

div.buscador .izq
{
	float: left;
}

div.buscador .der
{
	float: right;
}

