/* CSS Document */
ul {
	list-style:disc;
	list-style-image:none;
	margin: 0 0 0 15px;
}
ol {
	margin: 0 0 0 30px;
	}

div#contenedor {
	margin:5px 0 0 0 ;
	padding-top:25px;
	width:750px;
	height:auto;
	font-size:11px;
	color:#666;
	text-align:justify;
	overflow:hidden;
	position:relative;
	background:url(bitmaps/fondo.jpg) 0 80px no-repeat;
}
	#info {
		width:418px;
		height:auto;
		float:left;
		overflow:hidden;
		}
	h1{
		background:url(bitmaps/titulo.gif) left top no-repeat;
		width:526px;
		height:44px;
		margin:0 0 20px 115px;
		padding:0;
		text-indent:-9999px;
	}
	h2 {
		width:380px;
		height:29px;
		margin:10px 0 10px 15px;
		padding:0;
		background:url(bitmaps/subtitulo.gif) top left no-repeat;
		text-indent:-9999px;
	}
	h3.llamado_tarjetas {
		width:388px;
		height:19px;
		margin:10px 0 10px 15px;
		padding:0;
		background:url(bitmaps/llamado_tarjetas.gif) top left no-repeat;
		text-indent:-9999px;
	}
				ol#pasos {
					width:418px;
					height:210px;
					margin:0;
					padding:10px 0 0 0;
					background:url(bitmaps/fondo_pasos.jpg) top left no-repeat;
					list-style:none;
					list-style-image:none;
				}
				ol#pasos li {
					width:120px;
					height:140px;
					border-right:1px dotted #666;
					font-size:10px;
					font-weight:bold;
					text-align:center;
					padding:30px 8px 0 8px;
					float:left;
					}
				ol#pasos li.paso_uno {
					background:url(bitmaps/paso_uno.gif) top center no-repeat;	
				}
				ol#pasos li.paso_dos {
					background:url(bitmaps/paso_dos.gif) top center no-repeat;
				}
				ol#pasos li.paso_tres {
					background:url(bitmaps/paso_tres.gif) top center no-repeat;
					border:none;
				}
				ol#pasos li img {
					margin:10px auto 0 auto;
					padding:0;
					display:block;
					}
				#info .datos_informacion {
					background:url(bitmaps/fondo_preguntas.gif) top left no-repeat;
					width:410px;
					height:80px;
					margin:0;
					padding:0;
					border:none;
					display:block;
					}
						a.faq{
							background:url(bitmaps/btn_faq.gif) top left no-repeat;
							width:148px;
							height:44px;
							padding:0 0 0 20px;
							margin:25px 0 0 85px;
							text-indent:-9999px;
							outline:none;
							float: left;
						}
						a:hover.faq{
							background:url(bitmaps/btn_faq.gif) bottom left no-repeat;
						}
						a.btn_informate{
							background:url(bitmaps/btn_informate.gif) top left no-repeat;
							width:122px;
							height:44px;
							padding:0 0 0 20px;
							margin-left:60px;
							text-indent:-9999px;
							display:block;
							outline:none;
							float:left;
							display:inline;
						}
						a:hover.btn_informate{
							background:url(bitmaps/btn_informate.gif) bottom left no-repeat;
						}



#legales{
	font-size:9px;
	color:#999999;
	padding:0;
	float:left;
	width:750px;
	margin:0;
	text-align:justify;
}

/*-- ACCORDEON --*/

div#contenedor .pinpass {
	width: 418px;
	height:auto;
	margin-top:15px;
	padding:0;
	overflow:hidden;
	float:left;
	}	
.pinpass h2.llamado {
	background:url(bitmaps/llamado.gif) left top no-repeat;
	width: 418px;
	height:85px;
	margin:0 auto 5px auto;
	padding:0;
	}	
#right_content{
	float: right;
	margin-top: 15px;
	}
#right_content h2.conoce_pinpass {
	width:244px;
	height:46px;
	background:url(bitmaps/conoce_pinpass.gif) left top no-repeat;
	text-indent:-9999px;
	margin: 0 auto;
	}	
#accordeon  dl{
	margin:10px 0 40px 0;
	padding:0;
	float:left;
	width:320px;
	list-style:none;
	list-style-type:none;
	display:inline;
}

#accordeon dl dt{
	cursor:pointer;
	height:18px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	border-bottom:1px dashed silver;
	background:url(bitmaps/bullet.gif) right 8px no-repeat;
	padding:4px 0;
	margin:4px 0 0;
}
#accordeon dl dt.selected {
	color:#FF0000;
	background:url(bitmaps/bullet_selected.gif) right 8px no-repeat;
}
#accordeon  dl dd{
	margin:0;
	width:300px;
	background:url(bitmaps/bkg_contenido.gif) left top no-repeat #eee;
	padding:7px;
	font-size:10px;
	font-weight:normal;
}
#accordeon  dl dd span {
	color:red;
	font-weight:bold;
	}

/*------- THICKBOX----*/

	#thickbox{
		font-size:9px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
	#thickbox h1{
		background:url(img/top_thickbox.gif) left top no-repeat;
		text-indent:-9999px;
		width:600px;
		height:200px;
		
	}
	#thickbox h2{
		font-size:12px;
		color:#666;
		font-weight:bold;
		margin:0;
	}
	#thickbox h3.sorteos{
		font-size:12px;
		color:#FF0000;
		font-weight:bold;
		margin:0;
	}
	#thickbox p.fechas{
		font-size:11px;
		color:#666;
		font-weight:bold;
		margin:0 0 10px 0;
	}
	#thickbox p.legales{
		font-size:10px;
		color:#999;
		font-weight:;
		margin:0;
		padding:10px 0 0 0;
		border-top:1px dashed silver;
		text-align:justify;
		width:580px;
	}
	#thickbox table caption{
		font-weight:bold;
		margin:8px 0;
	}
	#thickbox table{
		border:0;
		width:570px;
		margin:0;
		padding:0;
	}
	#thickbox table th{
		background:#FF0000;
		color:#fff;
		padding:2px 0;
		border:none;
		margin:0;
	}
	#thickbox table td{
		border:1px solid silver;
		width:auto;
		padding:2px 5px;
		margin:0;
	}
	#thickbox ul {
	margin: 0 0 0 15px;
	}

#contenedor #rutclave{
	margin:0 auto 10px;
	padding:0 4px 0 0;
	width:270px;
	height:100px;
	background: url(bitmaps/rutclave.gif) 0 0 no-repeat;
	position:relative;
	clear:both;
}
/* --------------------------- caja rut y clave ------- */

		#contenedor form {	
		}
		#contenedor fieldset {
			height:80px;
			width: 250px;
			padding: 18px 0 0 25px;
			margin:0;
			border:0;
			}

			#contenedor fieldset label.nombres {
				color: #666;
				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:27px;
			}
			
			
			
/*-------fin rut clave -------*/

#legales{
	border-top:1px dashed silver;
	width:745px;
	padding:10px 0 0;
	margin:0;
	text-align:justify;
	color:#999;
	float:left;
}

#contenedor #huincha {
	background: url(bitmaps/huincha.gif) left top no-repeat;
	width:231px;
	height:106px;
	text-indent:-9999px;
	position:absolute;
	top:0;
	left:0;
	}