/* CSS Document */

div#contenedor{
	background:url(bitmaps/fondo.jpg) left top no-repeat;
	margin:0;
	padding:0;
	width:750px;
	overflow:hidden;
	}


div#contenedor h1{
	background:url(bitmaps/titulo.gif) right top no-repeat;
	width:576px;
	height:38px;
	margin:10px 0 0 0;
	float:right;
	text-indent:-9999px;
}

div#contenedor h2{
	background:url(bitmaps/bajada.gif) right top no-repeat;
	width:457px;
	height:26px;
	margin: 10px 0 0 0;
	float:right;
	text-indent:-9999px;
}

#contenedor p{
	width:450px;
	text-align:right;
	margin:0 0 30px;
	float:right;
	clear:both;
}

#contenedor #rutclave{
	margin:0 30px 50px 0;
	display:inline;
	float:right;
	padding:0 4px 0 0;
	width:270px;
	height:100px;
	background: url(bitmaps/rutclave.gif) 0 0 no-repeat;
	position:relative;
	clear:both;
}
#contenedor img{
	float:right;
	margin:10px 20px 0 0;
	clear:both;
}

#contenedor #superclave{
	background:url(bitmaps/fondo_superclave.gif) left top no-repeat;
	width:426px;
	height:75px;
	margin:0 10px 60px;
	float:right;
	clear:both;
}

#contenedor #superclave p{
	text-align:left;
	width:210px;
	float:right;
	margin:10px 3px 0;
}

div#legales{
	font-size:10px;
	float:right;
	clear:both;
	width:750px;
	color:#999;
	text-align:justify;
	margin:0;
	padding:10px 0 0 0;
	border-top:1px dashed silver;
}


/* --------------------------- caja rut y clave ------- */

		#contenedor form {	
		}
		#contenedor fieldset {
			height:80px;
			width: 260px;
			padding: 18px 0 0 25px;
			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.gif) right 2px no-repeat;
				width: 98px;
				height: 44px;
				border: 0;
				display:block;
				cursor: pointer;
				text-indent: -999px;
				overflow: hidden;
				margin:0;
				padding:0;
				position:absolute;
				left:161px;
				top:28px;
			}
			
