/* CSS Document */

* {
	margin:0;
	padding:0;
	}

#contenido {
	background: url(bitmaps/bg.jpg) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	width: 750px;
	height:599px;
	overflow:hidden;
	position:relative;
	}
	
#info {
	width:450px;
	height:560px;
	float:left;
	display:inline;
	margin:29px 0 0 46px;
	}

#info h1 {
	background: url(bitmaps/h1.jpg) no-repeat;
	width:442px;
	height:166px;
	}

#info h2 {
	background: url(bitmaps/h2.jpg) no-repeat;
	width:376px;
	height:26px;
	margin-top:28px;
	}

.detalle {
	background: url(bitmaps/detalle.jpg) no-repeat;
	width:162px;
	height:81px;
	margin-top:29px;
	}

.solicita {
	background: url(bitmaps/solicita.jpg) no-repeat;
	width:388px;
	height:88px;
	margin-top:43px;
	}

#info img {
	float:left;
	}

#info a {
	float:left;
	background: url(bitmaps/btn_pidelas.jpg) top left no-repeat;
	width:197px;
	height:71px;
	}

#info a:hover {
	background: url(bitmaps/btn_pidelas.jpg) bottom left no-repeat;
	}

#info h1, #info h2, .detalle, .solicita, #info a {
	text-indent:-9999px;
	}
	
#right {
	width:232px;
	height:243px;
	float: right;
	position:absolute;
	bottom:26px;
	right:7px;
	}


#rutclave {
	display:inline;
	font-size:11px;
 	clear:right;
 	float: left;
	padding:0;
	width:268px;
	height:105px;
	background: url(bitmaps/bkg_rutclave.gif) 0 10px no-repeat;
	position:relative;
	display: inline;
	color:#0000;
	margin-bottom:122px;
	}
		
#contenido form fieldset button:hover {
		background: url(bitmaps/btn_ira_pagar2.gif) bottom left no-repeat;
		}	
		
#right .text2 {
	font-size:10px;
	margin-left:22px;
	}
		

#legales {
/*	border-top:1px solid #CCC;*/
	padding-top:10px;
	font-size:9px;
	color:#999;
	text-align:justify;
	}

/* --------------------------- caja rut y clave ------- */



		#contenido form {	
		}
		#contenido fieldset {
			overflow:hidden;
			width: 260px;
			padding: 20px 0 0 25px;
			margin:0;
			border:none;
			}

			#contenido fieldset label.nombres {
				color: #000;
				margin: 0;
				padding: 0;
			}

			#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_ira_pagar2.gif) left top no-repeat;
				width: 98px;
				height: 44px;
				border: 0;
				display: block;
				cursor: pointer;
				text-indent: -9999px;
				overflow: hidden;
				margin: 0;
				padding: 0;
				position: absolute;
				left: 134px;
				top: 28px;
			}
			
			.tipocelular {
				list-style:none;
				list-style-image:none;
				list-style-position:inside;
				width:260px;
				clear:both;
				float:left;
				margin:0 0 15px -15px;
				padding:0;
				
				}
				.tipocelular li{
				float:left;
				margin:0 5px;}
			
/*-------fin rut clave -------*/


