* {
	margin:0;
	padding:0;
}

body {
	font-family: Helvetica, Arial;
}
.header {
	height:28px;
	background:#000;
	color:#fff;
	padding:18px 0 8px 10px;
}
.logo{
	margin-top:-40px;
	position:absolute;
	z-index:99999;
}
span.palo{
	color:red;
	padding:0 10px 0 10px;
	font-weight:bold;
}
.menu{
	float:left;
	padding:10px;
	background:#999;
	overflow:auto;
	margin-bottom:10px;
	}
	
.menu ul{
	padding-left:105px;
	padding-top:0px;
	font-size:16px;
}	
.menu li{
	display:inline;
	color:white;
	padding:3px 88px 3px 12px;
}
.menu a:link{
	color:white;
	text-decoration:none;
}
.menu a:visited{
	color:white;
	text-decoration:none;
}
.menu a:active{
	color:white;
	text-decoration:none;
}
.menu a:hover{
	text-decoration:underline;
}
.site{
	width:500px;
	background:white;
	padding:20px;
	overflow:auto;
	}
.warning{
	width:410px;
	background:#f0f0f0;
	padding:0 25px 10px 25px;
	border:#A4A4A4 1px solid;
	border-radius:5px;
	font-size:12px;
	}
.warning img{
	margin-right:20px;
	margin-top:20px;
}
.warning p{
	font-weight:normal;
	font-size:12px !important;
	}
h1{
	padding:10px 0 10px 0;
	margin-bottom:10px;
	}
input{
	width:90%;
	border:#A4A4A4 1px solid;
	padding:10px 0 10px 10px;
	border-radius:5px;
	}
input:focus{
		box-shadow: 0 0 5px rgba(81, 203, 238, 1);		
	}
input:hover{
		box-shadow: 0 0 5px rgba(81, 203, 238, 1);		
	}

textarea{
	width:88%;
	border:#A4A4A4 1px solid;
	height:250px;
	padding:10px;
	font-family: Helvetica, Arial;
	font-size:14px;
	border-radius:5px;
	}
textarea:focus{
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);		
	}
textarea:hover{
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);		
	}
select{
	width:92%;
	border:#A4A4A4 1px solid;
	padding:10px 10px 10px 10px;
	border-radius:5px;
	height:40px;
	}
select.err{
	background:#f2dedf;
	}
select:focus{
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);		
	}
select:hover{
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);		
	}
option{
	padding:5px;	
	}
.site p{
	font-size:15px;
	padding:20px 0 7px 0;
	font-weight:bold;
	}
.boton{
	width:40%;
	padding:10px;
	background:#0066cc;
	font-weight:bold;
	color:#FFFFFF;
	margin:0 20px 0 20px;
	}
input.rut{
	width:270px;
	}
input.rut2{
	width:50px;
	}
input.ruterr{
	width:270px;
	background:#f2dedf;
	}
input.rut2err{
	width:50px;
	background:#f2dedf;
	}
.datos{
	text-align:right;
	color:red;
	padding-right:40px;
	}