/* CSS Document */

#contenedor{
	margin:0;
	margin-bottom:30px;
}

#contenedor h1{
	background:url(bitmaps/tit.gif) top center no-repeat;
	height:37px;
	text-indent:-9999px;
}


#contenedor h2{
	font-size:11px;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
	color:#999;
}

#contenedor p{
	text-align:center;
	color:#999999;
}

#contenedor #flash{
	margin-left:3px;
}

#contenedor #separador{
	background:url(bitmaps/sombra.gif) top center no-repeat;
	height:37px;
	margin-top:10px;
}


#contenedor #rutclave{
	margin-left:90px;
}

#contenedor #rutclave p{
	float:left;
	font-size:13px;
	font-weight:bold;
	margin-right:20px;
	margin-top:10px;
}


#contenedor #legal{
	font-size:9px;
	color:#999999;
	text-align:justify;
	clear:both;
	height:100px;
	margin-top:5px;
	padding-top:10px;
	border-top:1px silver dashed;
	display:block;
}



/* --------------------------- caja rut y clave ------- */
		#contenedor div.cajalogin {
			margin-top: 0px;
			margin-bottom:20px;
		}
		#contenedor form {	
			top:120px;
			width: 460px;
			float: left;
			margin-top: 0px;
			
		}
		#contenedor fieldset {
			background-color: #FBFBFB;
			border: 1px solid #ccc;
			padding-top:10px;
			padding-bottom:12px;

		}

			#contenedor form fieldset label.nombres {
				color: #000;
				margin-left:10px;
			}

			#contenedor form fieldset input {
				border: 1px solid #E0E0E0;
				
			}

				#contenedor form fieldset input.cajarut {
					width: 100px;
				}
c
				#contenedor form fieldset input.cajaclave {
					width: 45px;
				}
				
			#contenedor form fieldset button {
				background: url(bitmaps/btn_ingresar.gif) right 2px no-repeat;
				width: 137px;
				height: 28px;
				border: 0;
				cursor: pointer;
				text-indent: -999px;
				overflow: hidden;
				margin-left:33px;
				margin-top: 3px;
				border-left:1px #ddd solid;
				color:#DDDDDD
				
				
			}
			
/*-------fin rut clave -------*/

#contenedor #botones{
	font-weight:bold;
	float:left;
	margin-top:20px;
	margin-left:7px;
}

#contenedor #botones a{
	background: url(bitmaps/boton.gif) left top no-repeat;
	color:#999999;
	display:block;
	width:185px;
	height:40px;
	text-align:center;
	margin-top:0;
	float:left;
	padding-top:14px
}


#contenedor #botones a:hover{
	background: url(bitmaps/boton.gif) left -54px no-repeat;
	color:#FF0000;
	text-decoration:none;
}

#contenedor #contacto{
	float:left;
	width:750px;
	margin-top:20px;
	margin-bottom:10px;
	border-top: 1px dashed #CCCCCC;
	padding-top:10px;
	padding-bottom:0;
	text-align:center;
}

#contenedor #contacto p{
	color:#666666;
}

#contenedor #contacto a{
	color:#FF0000;
	font-weight:bold;
}

#contenedor #contacto span{
	color:#FF0000;
	font-weight:bold;
}

#contenedor #fono {
	float:left;
	height:30px;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	padding:0 0 0 200px;
	margin:20px 0 0 0;
}


#contenedor a#caluga{
	margin:0 0 10px 0;
	padding:0;
	float:right;
	text-align:right;
	width:380px;
	border-left:1px dashed silver;
}

#contenedor a#caluga img{
	border:0;
}


#contenedor #fono span{
	font-weight:bold;
	font-size:14px;
	color:#FF0000;
}

div#cubre{
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	margin:0;
	padding:0;
}

div#cubre ul{
	line-height:12px;
}

div#cubre ul li{
	line-height:12px;
}

.destacados{
	color:#FF0000;
	font-weight:bold;
	margin:0;
	padding:0;
}	

div#legales{
	font-size:9px;
	color:#999;
	text-align:justify;
	margin:10px 0 0 0;
	padding:10px 0 0 0;
	border-top:1px dashed silver;
}
