form
{
	margin: 0 0 10px 0;
}

form p
{
	margin: 0;
}


/* Estructura del formulario
 ---------------------------------------------------------------------- */

fieldset
{
	background: #d9dadb;
	margin: 0 0 20px 0;
	padding: 10px 0 10px 0;
}

fieldset p
{
	padding: 0 10px 10px 13px;
}

legend
{
	background: #eceded;
	border-bottom: 5px solid #58585a;
	color: #000;
	font-size: 100%;
	font-weight: bold;
	padding: 0;
	width: 100%;
	white-space:normal;
}

/* Elementos estándar de formulario
 ---------------------------------------------------------------------- */
 
label
{
	display: inline;
	float: left;
	font-size: 100%;
	font-weight: bold;
	line-height: 19px;
	margin: 0 10px 10px 0;
	padding: 0;
	/*text-align:left;*/
}

label span
{
	font-size: 80%;
	font-style: italic;
	margin: 0;
	padding: 0;
}

label span.grande {
	font-size: 100%;
	font-style: italic;
	margin: 0;
	padding: 0;
}

label span.checkbox
{
	font-size: 100%;
	font-style: normal;
}

input
{
	border: 0 none;
	background: #fff;
	padding: 1px;
	width: 100%;
	height: 15px;
}

input[readonly], input[disabled], select[disabled], select[readonly], textarea[readonly], textarea[disabled] {
	background-color:#AAAAAA;
}

input[type="file"] {
	height: 25px !important;
}

.inputFileSelect {
	height:100%;
}

textarea
{
	border: 0 none;
	background: #fff;
	margin-left:1%;
	width:98%;
}

select
{
	border: 0 none;
	background: #fff;
	padding: 1px;
	width: 100%;
	height: 17px;
}

.listaDoble {
	height: 100%;
	width: 100%;	
}

/* Formulario especial para la búsqueda rápida
 ---------------------------------------------------------------------- */

#cabecera form
{
	margin: 0;
}

#cabecera fieldset
{
	background: transparent;
	margin: 0;
	padding: 0;
}

#cabecera label 
{
	margin: 0;
}

#cabecera input.text
{
	height: 20px;
	display: inline;
	line-height: 25px;
	margin-top: 1px;
	width: 150px;
}

#cabecera input.submit
{
	background: transparent url('../imagenes/buscar.png') no-repeat 0 0;
	/* No es válido para CSS 2.1 */
	/* color: transparent; */
	display: inline;
	font-weight: bold;
	height: 25px;
    line-height: 1 !important;
	margin: 0 0 0 2px;
	padding-left: 25px;
	width: 25px;
}


/* Otros estilos
 ---------------------------------------------------------------------- */

.fecha
{
	width: 198px;
}

.checkbox
{
	width: auto !important;
	background: transparent;
}

input[type="radio"], input[type="checkbox"] {
	background-color: #D9DADB;
	width: 15px;
}

form img
{
	margin: 0 0 0 5px;
	vertical-align: middle;
}


/* Botones especiales con imagen de fondo
 ---------------------------------------------------------------------- */
.text-center {
	text-align: center;
}
.submit
{
	background: transparent url('../imagenes/boton.png') no-repeat 0 0;
	height: 22px;
	margin: 20px 0 0 0;
	font-weight: bold;
	width: 104px;
}

.submitSinIndentacion
{
	background: transparent url('../imagenes/boton.png') no-repeat 0 0;
	height: 22px;
	margin: 0px 0 0 0;
	font-weight: bold;
	width: 104px;
}

.submitGrande
{
	background: transparent url('../imagenes/botonGrande.png') no-repeat 0 0;
	height: 22px;
	margin: 0px 0 0 0;
	font-weight: bold;
	width: 170px;
}

.submit-verde
{
	background: transparent url('../imagenes/boton-verde.png') no-repeat 0 0;
	color: #fff;
	height: 22px;
	margin: 20px 0 0 0;
	font-weight: bold;
	width: 104px;
}

.remove_field
{
	background: transparent url('../imagenes/delete.gif') no-repeat 0 0;
	color: #fff;
	height: 22px;
	font-weight: bold;
	width: 104px;
}
