/*
	Libro Motor SL
	
	Metodología CSS: http://wiki.trevenque.es/index.php/Desarrollo_Web
	
	Carmel Hassan - GTK
	
	_Estilos para elementos de formularios
*/

#buscador select{
	width:170px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #B3B9BE;
	color:#283931;
	*margin-bottom:1px;
	margin-right:4px;
}
#buscador select option{
	display:block; 
}
#buscador input.texto{
	width:182px;
	height:19px;
	background:transparent url("images/bg_input.gif") no-repeat top left;
	font-family:Arial, Helvetica, sans-serif;
	border:0px none;
	color:#283931;
	padding:1px 4px;
}
#buscador input.boton{
	border:0px none;
	width:70px;
	cursor:pointer;
	text-indent:-10000px;
	background:transparent url("images/etiqueta-buscar.gif") no-repeat top center;
}
div.field{
	width:456px;
}
div.field label{
	display:block;
	float:left;
	width:110px;
	font:bold 12px Arial, Verdana, sans-serif;
	color:#663300;
	
}
div.field input,div.field textarea{
	background:#FEF9EC;
	border-width:1px;
}
div.action{
	float:left;
	width:555px;
}
div.action input.boton-peq{
	width:100px;
	background:transparent url(images/boton-peq-contenido.gif) no-repeat top left;
	float:right;
	height:22px;
	border:0px;
	color:#FFF;
	padding-bottom:2px;
}
div.action input.boton-buscar{
	background:url(images/bg-buscarButton.gif) no-repeat top right;font-size:1px;text-indent:-20000px
}
div.action input.boton-imprimir{
	background:url(images/bg-imprimirButton.gif) no-repeat top right;font-size:1px;	text-indent:-20000px
}
div.action input.boton-enviar{
	background:url(images/boton-enviar.gif) no-repeat top right;font-size:1px; text-indent:-20000px
}
div.action input.boton-modificar{
    background:url(images/boton-modificar.gif) no-repeat top right;font-size:1px;
	width:76px; 
}
div.action{
	text-decoration:underline;
}
div.advice{ 
	color:#DF9934;
	width:311px;
	padding:14px 0px 0px 127px; 
	background:url(images/bg_adviceDiv.gif) no-repeat 85px 20px;
	line-height:14px;
}
div.advice p{
	margin-bottom:14px;
	
}
/*suscripción*/
.formulario_boletin ul{ list-style:none}
.formulario_boletin li{float:left;width:184px; }
.formulario_boletin fieldset{
	margin-bottom:14px;
}

.refrescar{font-size:12px;}
#captcha {margin:5px 0;}
