/* CSS Document */
#contenedor{
	background:url(bitmaps/fondo.jpg) left top no-repeat;
	width:750px;
	height:630px;
	margin:0;
	padding:0;
}

#contenedor h1{
	background:url(bitmaps/titulo.gif) left top no-repeat;
	width:490px;
	height:48px;
	margin:0 0 0 15px;
	padding:0;
	float:left;
	text-indent:-9999px;
	display:inline;
}

#contenedor  h2{
	background:url(bitmaps/bajada.gif) left top no-repeat;
	width:491px;
	height:81px;
	margin:20px 0 0 20px;
	padding:0;
	float:left;
	text-indent:-9999px;
	display:inline;
}


#contenedor div#contenido{
	float:left;
	width:750px;
	height:200px;
	margin:0 0 20px 0;
}

#contenedor div#contenido #wii{
	float:left;
	width:234px;
	height:206px;
	margin:8px 0 0 25px;
	padding:0;
}

#contenido #rutclave p#avance{
	margin:0 0 0 14px;
	padding:0;
	font-weight:bold;
}


#contenedor div#contenido #rutclave{
	float:left;
	margin:22px 0 0 20px;
	padding:3px 0 0 7px;
	width:283px;
	height:185px;
	background: url(bitmaps/rutclave.jpg) 0 0 no-repeat;
	position: relative;
}

#contenedor div#contenido h3{
	background:url(bitmaps/bajada2.gif) left top no-repeat;
	float:left;
	width:234px;
	height:57px;
	margin:0 0 10px 13px;
	text-indent:-9999px;
	display:inline;
}

#contenedor #contenido a#terminos {
	background:url(bitmaps/pdf.gif) left top no-repeat;
	float:left;
	color:#000;
	text-decoration:none;
	margin:0 0 0 12px;
	padding:0 0 0 15px;
	height:15px;
}

#contenedor #contenido a#terminos:hover {
	text-decoration:underline;
}

#contenedor #tarjetas{
	background:url(bitmaps/fondo-tarjetas.gif) 30px top no-repeat;
	float:left;
	width:750px;
	height:75px;
	margin:0 0 5px 0;
	padding:0;
	font-weight:bold;
	display:inline;
}

#contenedor #tarjetas p{
	margin:40px 0 0 230px;
	padding:0;
}

#contenedor #tarjetas a{
	font-weight:bold;
	color:#FF0000;
	text-decoration:none;
}

#contenedor #legales{
	float:left;
	margin:0;
	padding:10px 0 0 0;
	text-align:justify;
	color:#999999;
	font-size:9px;
	width:580px;
	border-top:1px silver dashed;
}
/* --------------------------- caja rut y clave ------- */

		#contenedor form {	
		}
		#contenedor fieldset {
			height:90px;
			width: 260px;
			padding: 15px 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: 167px;
				top: 38px;
			}
			
/*-------fin rut clave -------*/


