/* CSS Document */
#contenedor{
	background:url(bitmaps/fondo.jpg) center top no-repeat;
	width:740px;
	height:500px;
	margin:0;
	padding:0;

}

#contenedor h1{
	background:url(bitmaps/titulo.gif) center top no-repeat;
	width:740px;
	height:38px;
	margin:30px 0 0 0;
	padding:0;
	float:left;
	clear:both;
	text-indent:-9999px;
}

#contenedor h2{
	background:url(bitmaps/bajada.gif) right top no-repeat;
	width:360px;
	height:62px;
	margin:0;
	padding:0;
	float:left;
	clear:both;
	text-indent:-9999px;
	display:inline;/*elimina el margen doble de ie6*/
}
#contenedor #rutclave{
	float:left;
	clear:both;
	margin:50px 0 130px 187px;
	padding:0 0 0 10px;
	width:229px;
	height:124px;
	background: url(bitmaps/rutclave.gif) 0 0 no-repeat;
	position: relative;
	display:inline;/*elimina el margen doble de ie6*/
}
#contenedor #legales{
	float:right;
	margin:0;
	padding:10px 0 0 0;
	text-align:justify;
	color:#999999;
	font-size:9px;
	width:750px;
	border-top:1px silver dashed;
}
/* --------------------------- caja rut y clave ------- */

		#contenedor form {	
		}
		#contenedor fieldset {
			height:100px;
			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: 108px;
				top: 75px;
			}
			
/*-------fin rut clave -------*/


