/* CSS Document */
*{
	margin: 0;
	padding: 0;
	}

#contenedor {
	font-family:Arial, Helvetica, sans-serif;
	background:url(bitmaps/bg.jpg) left top no-repeat;
	width:750px;
	height:511px;
	position:relative;
	color:#212121;
	font-size:12px;
	font-weight:bold;
	}
	
#content_left {
	width:364px;
	height:350px;
	float:left;
	margin:100px 0 0 18px;
	display:inline;
	}	

#content_left h1, h2, ul {
	margin-left:22px;
	}

#content_left h1 {
	text-indent:-9999px;
	background:url(bitmaps/h1.jpg) left top no-repeat;
	widht:323px;
	height:152px;
	margin-top:30px;
	}

#content_left h2 {
	text-indent:-9999px;
	background:url(bitmaps/h2.jpg) left top no-repeat;
	width:283px;
	height:45px;
	margin-top:10px;
	}

#content_left p {
	margin:10px 0 10px 22px;
	}
	
#content_left li {
	list-style:none;
	list-style-image:none;
	list-style-position:none;
	background:url(bitmaps/bullet.gif) left no-repeat;
	padding-left:15px;
	}

#content_right {
	display:inline;
	width:300px;
	height:150px;
	position: absolute;
	bottom:40px;
	float: left;
	margin-left:54px;
	}

#content_right p {
	font-weight:bold;
	color:#212121;
	font-size:12px;
	text-align:center;
	margin-top:20px;
	font-weight:normal;
	}

#rutclave {
 	clear:right;
 	float: left;
	padding:0;
	width:268px;
	height:135px;
	background: url(bitmaps/bkg_rutclave.gif) 0 10px no-repeat;
	position: absolute;
	display: inline;
	margin:0px 0 0 11px;
	top:0px;
	bottom:0;
	}

/*#rutclave {
 	clear:right;
 	float: left;
	padding:0;
	width:268px;
	height:135px;
	background: url(bitmaps/bkg_rutclave.gif) 0 10px no-repeat;
	position: absolute;
	display: inline;
	margin:0px 0 0 11px;
	top:0;
	bottom:0;
	}*/



#contenedor form fieldset button:hover {
		background: url(bitmaps/btn_ira_pagar2.gif) bottom left no-repeat;
		}			

/* --------------------------- caja rut y clave ------- */



		#contenedor form {	
		}
		#contenedor fieldset {
			overflow:hidden;
			width: 260px;
			padding: 30px 0 0 25px;
			margin:0;
			border:none;
			top:0;
			bottom:0;
			}

			#contenedor fieldset label.nombres {
				color: #000;
				margin: 0;
				padding: 0;
			}

			#contenedor fieldset legend {
				display: none;
			}

			#contenedor form fieldset input {
				border: 1px solid #b7b7b7;
			}

				#contenedor form fieldset input.cajarut {
					width: 100px;
				}

				#contenedor form fieldset input.cajaclave {
					width: 45px;
				}
				
			#contenedor 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: 160px;
				top: 39px;
			}
			
			.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 -------*/

#TB_ajaxContent a{
background:none!important;
float:left;
color:#000;
size:11px;
margin:2px 0 0 0 ;
padding:0!important;
size:11px;
}


