/* CSS Document */

div#contenedor{
	background:url(bitmaps/fondo.jpg) left top no-repeat;
	margin:0;
	padding:0;
	overflow:hidden;
	height:470px;
}

#contenedor #info{
	width:270px;
	float:left;
	position:relative;
	text-align:center;
	padding:0 0 40px;
}

h1{
	background:url(bitmaps/titulo.png) left top no-repeat;
	width:232px;
	height:188px;
	text-indent:-9999px;
	margin:10px auto 40px;
}

h2{
	background:url(bitmaps/bajada.png) left top no-repeat;
	width:181px;
	height:31px;
	text-indent:-9999px;
	margin:0 auto;
	position:absolute;
	top:180px;
	left:40px;
}

h3{
	background:url(bitmaps/texto.png) left top no-repeat;
	width:199px;
	height:81px;
	text-indent:-9999px;
	margin:0 auto 30px;
}

#contenedor #datos{
	float:left;
	width:400px;
	margin:175px 0 0;
	color:#FFF;
}

#contenedor #radio{
	margin:6px 0 0;
}

#contenedor #rutclave{
	margin:0;
	padding:0;
	width:268px;
	height:100px;
	background: url(bitmaps/bkg_rutclave.gif) 0 0 no-repeat;
	position:relative;
	display: inline;
}

#datos a#nocliente{
	background:url(bitmaps/nocliente.jpg) left top no-repeat;
	text-indent:-9999px;
	width:191px;
	height:73px;
	margin:78px 5px 0;
	display:block;
}

/* --------------------------- caja rut y clave ------- */

		#contenedor form {	
		}
		#contenedor fieldset {
			height:85px;
			width: 260px;
			padding: 23px 0 0 25px;
			margin:0;
			border:none;
			}

			#contenedor fieldset label.nombres {
				color: #FFF;
				margin:2px 0;
				padding: 0;
			}

			#contenedor fieldset legend {
				display: none;
			}

			#contenedor form fieldset input {
				border: 1px solid #CCC;
				color:#FFFFFF;
				background:url(bitmaps/fondo_input.gif) -4px top no-repeat;
			}

				#contenedor form fieldset input.cajarut {
					width: 100px;
				}

				#contenedor form fieldset input.cajaclave {
					width: 45px;
				}
				
			#contenedor form fieldset button {
				background: url(bitmaps/btn_ingresar.gif) left top no-repeat;
				width:120px;
				height:78px;
				border:0;
				display:block;
				cursor: pointer;
				text-indent: -9999px;
				overflow: hidden;
				margin:0;
				padding:0;
				position:absolute;
				left:32px;
				top:101px;
			}

* { behavior: url(/campanas/pi_viajes/estilos/iepngfix.htc); }
