 @charset "utf-8";
/* CSS Document */

	div.boton{
		background-image:url(../imgs/boton.png);
		background-repeat:no-repeat;
		background-position: bottom left;
		padding-left: 5px;
		display:inline-block;
		*display:inline;
		height:21px;
		width: auto;
	}
		
		div.boton input[type=submit]{
			background-image: url(../imgs/boton.png);
			background-repeat:no-repeat;
			background-position: right top;
			background-color:transparent;
			color: white;
			padding-right: 5px;
			width: auto;
			height:22px;
			#height:21px;
			cursor:pointer;
			border:none;
		}
		
		#buscador div.boton{
			vertical-align:middle;			
		}
			
			#buscador div.boton input[type=submit]{
				#height:20px;
			}
		
		
		fieldset{
			border:1px solid #ccc;
			padding:1em 2em;
		}
		
		fieldset.total{
			border:none;
			padding:1em;
		}
		
			fieldset.total label,
			fieldset.total input[type="text"],
			fieldset.total select{
				width:100%;
			}
			
			legend{
				border:1px solid #ccc;
				padding:0.3em;
				font-weight:bold;
			}
			
			input,
			select,
			textarea{
				border:1px solid #ccc;
				width:12em;
				font-family:Arial, Helvetica, sans-serif;
			}
			
				input[type="text"]{
					/*height:1.5em;*/
					padding:0.075em 0em;
				}
				
					input.max-width{
						width:auto;
					}
				
				input[type="password"]{
					height:1.5em;
				}
				
				input[type="radio"]{
					width:2em;
					vertical-align:middle;
					border:none;
				}
				
			label,
			label.label-login,
			.accordionContent label{
				display:inline-block;
				width:10em;
				color:#3E3D3B!important;
				background-color:#FFFFFF;
			}
				
				.accordionContent label{
					border:1px solid red!important;
					width:12em!important;
				}
			
				label.label-login span{
					color:#3E3D3B!important;
					background-color:#FFFFFF;
				}
				
			div.fondo label{
				background-color:#F6F6F6;
				color:#3E3D3B!important;
			}		
			
			.combo{
				margin:1.5em 0;
			}
			
				#login label.label-login{
					width:6.55em;
					font-size:0.75em;
				}
				
				#login input[type="text"],
				#login input[type="password"]{
					width:13em;
				}
				
			.combo-label-input{
				margin:0.5em 0;
			}	
			
			.opcion label{
					width:auto!important;
					margin-right:2em;
				}
				
			label.oculto{
				display:none;
			}
			
				
				#buscador input[type="text"]{
					width:10em;
				}
			
			
		
			

