@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;

}

#contenedor{
	width:750px;
	background:url(bitmaps/fondo.jpg) left top no-repeat;
	float:left;
	color:#000;
	text-align:justify;
}

#detalles{
	width:340px;
	float:left;
}

	#detalles h4{
		background:url(bitmaps/huincha.png) left top no-repeat;
		width:274px;
		height:134px;
		text-indent:-9999px;
	}
	
	#detalles p#queremos{
		background:url(bitmaps/queremos.gif) left top no-repeat;
		width:210px;
		height:53px;
		margin:270px auto 0;
		text-indent:-9999px;
	}
	
	#detalles a.pdf{
		background:url(bitmaps/pdf_ico.gif) left top no-repeat;
		color:#666;
		text-decoration:underline;
		margin:10px 0 0 100px;
		padding:0 0 0 17px;
		display:block;
		outline:none;
	}
	
#info{
	width:400px;
	float:left;
}

	h1{
		background:url(bitmaps/titulo.gif) left top no-repeat;
		width:197px;
		height:57px;
		margin:0 auto 10px;
		text-indent:-9999px;
	}
	
	h2{
		background:url(bitmaps/bajada.gif) left top no-repeat;
		width:385px;
		height:57px;
		margin:0 auto 10px;
		text-indent:-9999px;
	}
	
	h3{
		background:url(bitmaps/bajada2.png) left top no-repeat;
		width:317px;
		height:60px;
		margin:0 auto;
		text-indent:-9999px;
	}
	
	#info ul{
		list-style:none;
		list-style-image:none;
		margin:0 40px 10px 50px;
	}
	
		#info ul li{
			background:url(bitmaps/bullet.gif) left 3px no-repeat;
			padding:0 0 0 10px;
			margin:6px 0;
		}
	
	#contenedor #rutclave{
		margin:0 auto;
		padding:0;
		width:254px;
		height:90px;
		background:url(bitmaps/fondo_rut.png) left top no-repeat;
		position:relative;
	}

/* --------------------------- caja rut y clave ------- */

		#contenedor form {	
		}
		#contenedor fieldset {
			height:80px;
			width: 120px;
			padding: 12px 0 0 15px;
			margin:0;
			border:0;
			}

			#contenedor fieldset label.nombres {
				color: #000;
				margin: 0;
				padding: 0;
			}

			#contenedor fieldset legend {
				display: none;
			}

			#contenedor form fieldset input {
				border: 1px solid #E0E0E0;
			}

				#contenedor form fieldset input.cajarut {
					width: 100px;
				}

				#contenedor form fieldset input.cajaclave {
					width: 45px;
				}
				
			#contenedor form fieldset button {
				background: url(bitmaps/btn_simular.gif) right 2px no-repeat;
				width: 113px;
				height: 44px;
				border: 0;
				display:block;
				cursor: pointer;
				text-indent: -999px;
				overflow: hidden;
				margin:0;
				padding:0;
				position:absolute;
				right:0px;
				top:20px;
			}
			
/*-------fin rut clave -------*/

	#logos{
		width:390px;
		text-align:center;
		margin:10px auto 18px;
		padding:0;
	}

	img{
		border:none;
		margin:0 auto;
	}

p#legales{
	color:#999999;
	margin:15px 0 0;
	width:745px;	
}

* { behavior: url(/campanas/pi_viajes/estilos/iepngfix.htc); }

