/* CSS Document */
* {
   margin:0;
   padding:0;
}
#contenedor{
	background:url(bitmaps/pagina.jpg) center top no-repeat;
	width:747px;
	height:420px;
	overflow:hidden;
}

h1{
    text-indent:-99999px;
    background:url(bitmaps/h1.gif) top left no-repeat;
	width:530px;
	height:89px;
	margin:25px 0 0 15px;
}
p.bajada {
	font-size:12px;
	color:#000000;
	margin:20px 0 0 15px;
	width:400px;
	height:auto;
	padding:10px 0;
}
#contenedor  #rutclave{
	margin:25px 30px 0;
	display:inline;
	float:left;
	padding:0 0 20px 0;
	width:270px;
	height:100px;
	background: url(bitmaps/rutclave.gif) 0 0 no-repeat;
	position:relative;
}


/* --------------------------- 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;
			}
			
/*-------fin rut clave -------*/

#TB_ajaxContent a{
background:none!important;
float:left;
color:#000;
size:11px;
margin:2px 0 0 0 ;
padding:0!important;
size:11px;
}
