/* CSS Document */


#contenedor{
	width:747px;
	background:url(bitmaps/fondo.jpg) left top no-repeat;
	float:left;
	color:#000;
	position:relative;
	font-size:10px;
}


	h1{
		background:url(bitmaps/titulo.gif) left top no-repeat;
		width:533px;
		height:86px;
		text-indent:-9999px;
		margin:21px 0 0 22px;
		float:left;
		display:inline;
	}

/* --- contenido derecho -----*/			
			
	#datos_clientes {
		background:url(bitmaps/fondo_datos_clientes.gif) left top no-repeat;
		width:320px;
		margin:10px 10px 0 0;
		padding:0;
		float:right;
		overflow:hidden;
		display:inline;
		
	}
	#datos_clientes h2 {
		background:url(bitmaps/subtitulo.gif) left top no-repeat;
		width:295px;
		height:32px;
		text-indent:-9999px;
		margin:0 0 20px 10px;
		padding:0;
	}
	#datos_clientes p {
		font-size:11px;
		margin:36px 30px 0 50px;
	}

	#datos_clientes p#no_cliente {
		float:left;
		margin:10px 23px 0 50px;
		display:inline;
	}
	
	#datos_clientes #btn_nocliente {
		background:url(bitmaps/btn_nocliente.gif) left top no-repeat;
		width:101px;
		height:42px;
		text-indent:-9999px;
		display:block;
		float:left;
	}

	#datos_clientes #btn_nocliente:hover {
		background:url(bitmaps/btn_nocliente.gif) left bottom no-repeat;
	}
	
	#datos_clientes p#poliza {
		width:230px;
		font-size:10px;
		float:left;
		margin:20px 0 30px 40px;
		text-align:center;
		font-weight:bold;
		display:inline;
	}
	
	#datos_clientes a#imprimir {
		color:#f00;
		text-decoration:underline;
	}
	
	
		.promo_gps {
			float:left;
			margin:70px 0 0 12px;
			padding:0;
			}
	p#legales {
		text-align:justify;
		color:#999;
		margin:40px 0 0 0;
		padding:10px 0 0;
		float:left;
		width:747px;
	}

#legales a {
	color:#F00;
	text-decoration:underline;
}

/* --------------------------- caja rut y clave ------- */

#rutclave{
	float:left;
	clear:both;
	margin:10px 0 10px 40px;
	padding:0;
	display:inline;
	width:200px;
	height:90px;
	background: url(bitmaps/rutclave.gif) left top no-repeat;
	position:relative;
	color:#000;
	border:none;
	}
	
		form {	
		}
		
		#blockrut_clave {
			height:78px;
			width: 200px;
			padding:5px 0 0 15px;
			margin:0;
			border:none;
		}

			fieldset label.nombres {
				color: #000;
				margin: 0;
				padding: 0;
			}

			fieldset legend {
				display: none;
			}

			form fieldset input {
				border: 1px solid #E0E0E0;
			}

				form fieldset input.cajarut {
					width: 100px;
				}

				form fieldset input.cajaclave {
					width: 45px;
				}
				
			form fieldset button.btn_rutyclave {
				background: url(bitmaps/btn_cliente.gif) right 2px no-repeat;
				width: 101px;
				height: 44px;
				border: 0;
				display:block;
				cursor: pointer;
				text-indent: -999px;
				overflow: hidden;
				margin:0;
				padding:0;
				position:absolute;
				left:145px;
				top:18px;
			}
			
/*-------fin rut clave -------*/


	#contenedor #huincha{
		background:url(bitmaps/huincha.gif) 0 0 no-repeat;
		width:195px;
		height:114px;
		display:block;
		text-indent:-9999px;
		margin:0;
		padding:0;
		position:absolute;
		right:0;
	}
