/* CSS Document */

div#contenedor{
	background:url(bitmaps/fondo.gif) center top no-repeat;
	margin:0;
	padding:0;
	width:750px;
	float:left;
	height:540px;
	color:#000;
}

div#contenedor #info{
	width:440px;
	height:200px;
	float:left;
}

div#contenedor #info h1{
	background:url(bitmaps/titulo.gif) left top no-repeat;
	width:423px;
	height:60px;
	float:left;
	text-indent:-9999px;
	margin:35px 0 5px 25px;
}

div#contenedor #info h2{
	background:url(bitmaps/bajada.gif) left top no-repeat;
	width:423px;
	height:60px;
	float:left;
	text-indent:-9999px;
	margin:5px 0 10px 25px;
}

#contenedor #info #rutclave{
	float:left;
	clear:both;
	margin:5px 0 10px 25px;
	padding:0;
	width:278px;
	height:104px;
	background: url(bitmaps/rutclave.gif) 0 0 no-repeat;
	position:relative;
}

#contenedor #flash{
	float:left;
	width:220px;
	height:275px;
	margin:0;
	padding:25px 0 0 35px;
}


#contenedor ul#empresas{
	background:url(bitmaps/fondo_empresas.gif) left top no-repeat;
	width:720px;
	height:172px;
	margin:0 0 0 20px;
	padding:5px 5px;
	display:inline;
	float:left;
}

#contenedor ul#empresas h3{
	background:url(bitmaps/tit_empresas.gif) center top no-repeat;
	width:710px;
	height:16px;
	margin:3px 0 10px 0;
	text-indent:-9999px;
	float:left;
	clear:both;
}


#contenedor ul#empresas li{
	width:114px;
	height:32px;
	margin:2px;
	padding:0;
	text-align:center;
	display:inline;
	float:left;
}

#contenedor ul#empresas li a{
	width:114px;
	height:25px;
	margin:0;
	padding:7px 0 0 0;
	text-decoration:none;
	color:#666666;
	display:block;
	background:url(bitmaps/fondo_lista.gif) left top no-repeat;
}

#contenedor ul#empresas li a.doble{
	width:114px;
	height:28px;
	padding:4px 0 0 0;
}


#contenedor ul#empresas li a:hover{
	color:#FF0000;
	background:url(bitmaps/fondo_lista.gif) left bottom no-repeat;
}



/* --------------------------- 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:161px;
				top:28px;
			}
			
/*-------fin rut clave -------*/

