/* CSS Document */
/* SITIO WEB INGRESA - PAGINA INICIO - CODIGO CSS */
/* DESARROLLADO POR GIGA www.giga.cl */
/* PROHIBIDO SU USO SIN AUTORIZACION POR ESCRITO DE INGRESA */

/*---------------------*/
/* ELEMENTOS GENERALES */
/*---------------------*/

* {
	margin: 0;
	padding: 0;
}

a:link {
	text-decoration: none;
	color: #0571c9;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
	color: #0571c9;
}

body {
	background: #ffffff ;
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
	color: #343434;
	font-size: 12px;
}

* html body {
	background: #FFFFFF;
}

#rap {
	width: 669px;
	margin: 0px auto;
	background: #FFFFFF;
	
}

#header {
	background: none;
	width: 669px;
	margin: 0 auto;
	height: 170px;
	padding-top: 0px;
}

html>body #header {
	padding-top: 0px;
}

img {
	border: none;
}

/*---------------------*/
/*      CONTENIDO      */
/*---------------------*/

#resultados {
	background: none;
	margin-left: 0 px;
	margin-top: 0px;
}



#formbeneficiarios {
	z-index: 1;
	width: 300px;
	position: relative;
	left: 475px;
	top: 204px;
	color: #fff;
}

.numrut {
	width: 90px;
}

.digitover {
	width: 20px;
}

#entrar {
	width: 669px;
	margin-top: 30px;
	margin-left: 0px;
	z-index: 0;
}
#tabla {
	width: 600px;
	margin-top: 30px;
	margin-left: 40px;
	z-index: 0;
}

#divide {
	width: 669px;
	margin-top: 10px;
	margin-left: 0px;
	z-index: 0;
}

#clear {
	clear: both;
	display: block;
	height: 10px;
}

/*---------------------*/
/*       FOOTER        */
/*---------------------*/

#footer {
	margin-top: 30px;
	margin-left: 0px;
	clear: both;
	margin: 0 -10px;
	height: 70px;
	padding: 10px;
	color: #0979c5;
	background: none;
	font-size: 10px;
}

