/* CSS Document */


* {
	margin:0;
	padding:0;
	}

#contenido {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: url(bitmaps/bg.jpg) no-repeat;
	width: 940px;
	height:580px;
	color:#666;
	}

#contenido h1 {
	background: url(bitmaps/h1.jpg);
	width: 390px;
	height: 106px;
	text-indent:-9999px;
	margin:41px 32px 0 0;
	float:right;
	}

#contenido #info {
	width:375px;
	height:auto;
	float:right;
	margin:50px 45px 20px 0;
	clear:both;
	}
	
#info p {
	padding-top:15px;
	font-size:12px;
	font-weight:bold;
	width:340px;
	}
	
#contenido #rutclave{
	margin:0 auto;
	padding:0 4px 0 0;
	width:270px;
	height:100px;
	background: url(bitmaps/rutclave.gif) 0 0 no-repeat;
	position:relative;
	clear:both;
	float:left;
	}

#contenido #textos {
	clear:both;
	text-align:center;
	width:600px;
	margin:0 auto;
	}

#textos p {
	padding:3px;
	}

.txt_color { 
	color:#FF0000;
	font-weight:bold;
	}


#legales {
	border-top:1px dashed #999;
	padding-top:20px;
	margin-top:30px;
	font-size:9px;
	width:941px;
	color:#666;
	text-align:justify;
	}


/* --------------------------- caja rut y clave ------- */

		#contenido form {	
		}
		#contenido fieldset {
			height:80px;
			width: 260px;
			padding: 20px 0 0 25px;
			margin:0;
			border:0;
			}

			#contenido fieldset label.nombres {
				color: #666;
				margin: 0;
				padding: 0;
				font-size:11px;
				font-weight:normal;
			}

			#contenido fieldset legend {
				display: none;
			}

			#contenido form fieldset input {
				border: 1px solid #E0E0E0;
			}

				#contenido form fieldset input.cajarut {
					width: 100px;
				}

				#contenido form fieldset input.cajaclave {
					width: 45px;
				}
				
			#contenido form fieldset button {
				background: url(bitmaps/btn.gif) right 2px no-repeat;
				width: 98px;
				height: 45px;
				border:none;
				display:block;
				cursor: pointer;
				text-indent: -999px;
				overflow: hidden;
				margin:0;
				padding:0;
				position:absolute;
				left:161px;
				top:27px;
				}

