@charset "utf-8";
/* CSS Document */

body {
	font-size:0px;
	background-color:#ececec;
	background-image:url(../img/top.jpg);
	background-repeat:repeat-x;
}
.wrapper {
	position:relative;
	margin:0 auto;
	width:790px;
	height:862px;
	background-color:#ececec;
}
#fin {
	height:605px;
}

/* Header */
header {
	position:relative;
	height:124px;
	background-image:url(../img/bg-header.jpg);
}
header a {
	display:block;
	position:absolute;
	top:9px;
}
#logo {
	left:9px;
}
#admision {
	left:126px;
}

/* Content */
.content {
	position:relative;
	min-height:300px;
	/*background-image:url(../img/bg-content.png);*/
	background-repeat:no-repeat;
	background-position:400px 45px;
	text-align:center;
}
#intro {
	position:absolute;
	top:105px;
	left:85px;
}
#title {
	margin-top:20px;
}
#gracias {
	margin-top:30px;
}
#visitar {
	display:block;
	margin:20px auto 0 auto;
	width:127px;
	height:29px;
	background-image:url(../img/btn-visitar.png);
	background-position:0px 0px;
}
#visitar:hover {
	background-position:0px -29px;
}

/* Form */
#form-title {
	margin:15px auto 0 auto;
	width:644px;
	height:48px;
	background-color:#be0411;
}
.form-body {
	margin:0 auto;
	width:634px;
	padding:20px 10px 10px 0px;
	overflow:hidden;
	background-color:#ffffff;
}
#form-title img {
	margin-top:10px;
}
.form-input {
	float:left;
	width:291px;
	height:20px;
	margin-left:10px;
	margin-bottom:10px;
	padding:4px 8px;
	background-color:#eeeeee;
	border:none;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7b7b7b;
}
.rut {
	width:250px;
}
.digito {
	width:15px;
}
.form-select {
	float:left;
	width:306px;
	height:28px;
	margin-left:10px;
	margin-bottom:10px;
	padding:0px 0px 0px 4px;
	background-color:#eeeeee;
	border:none;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7b7b7b;
}
.form-select option {
	padding:4px;
}
.form-textarea {
	float:left;
	width:608px;
	height:80px;
	margin-left:10px;
	margin-bottom:10px;
	padding:4px 8px;
	background-color:#eeeeee;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7b7b7b;
}
.form-submit {
	float:left;
	margin-left:259px;
	margin-top:5px;
	margin-bottom:5px;
	width:126px;
	height:28px;
	padding:0px;
	border:none;
	background-image:url(../img/btn-postular.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	cursor:pointer;
}
.form-submit:hover {
	background-position:0px -28px;
}
::-webkit-input-placeholder {
	color:#7b7b7b;
}

/* Footer */
footer {
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:31px;
	text-align:center;
}
#copyright {
	margin-top:8px;
}