* {margin: 0; padding: 0;}

a:focus {outline: 0;}

body {
	background: #000 url('bitmaps/background.jpg') center top fixed no-repeat;
	font-size: 12px;
	font-family: 'Lucida Sans', Tahoma, Helvetica, Arial, sans-serif;
	color: #fff;
	overflow: hidden;
}


#container {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
	position: relative;
}

#header,
#content,
#footer {
	width: 960px;
	overflow: hidden;
}

/* =================== #header =================== */
#header{
	position: absolute;
}

	#header h1 {
		background: url('bitmaps/designinsocial_logo.png') no-repeat;
		width: 488px;
		height: 100px;
		text-indent: -9999px;
		overflow: hidden;
		float: left;
	}
	
	#header ul {
		float: right;
		margin-top: 30px;
		margin-right: 15px;
		list-style: none;
		display: inline;
	}
	
		#header li {
			float: left;
			margin-left: 15px;
			display: inline;
		}
		
		#header a {
			display: block;
			text-indent: -9999px;
			overflow: hidden;
			height: 39px;
		}
		
			#header #sobre {
				background: url('bitmaps/menu_sobre.png') no-repeat;
				width: 70px;
			}
			
			#header #postula {
				background: url('bitmaps/menu_postula.png') no-repeat;
				width: 97px;
			}
			
			#header #proyectos {
				background: url('bitmaps/menu_proyectos.png') no-repeat;
				width: 118px;
			}


/* =================== #content =================== */
#content {
	width: 950px;
	height: 1284px;
	float: right;
	position: relative;
	background: url('bitmaps/content_background.png') right top no-repeat;
}

	#content #intro_text {
		position: absolute;
		top: 280px;
		width: 293px;
		height: 160px;
		text-indent: -9999px;
		overflow: hidden;
		background: url('bitmaps/intro_text.png') no-repeat;
	}

	#content p {
		line-height: 150%;
		margin-bottom: 10px;
	}
	
	#content a {
		color: #0cf;
		text-decoration: none;
	}
	
		#content a:hover {
			color: #f60;
			text-decoration: underline;
		}
	
	#content ul,
	#content ol {
		margin: 10px 30px 20px 30px;
		list-style: square;
		font-style: italic;
	}
	
		#content li {
			line-height: 150%;
		}
	
		#content .izq {
			float: left;
			width: 225px;
			display: inline;
		}
		#content .der {
			float: right;
			width: 225px;
			display: inline;
		}

	#sobre_c,
	#postula_c,
	#proyectos_c {
		position: absolute;
		right: 0;
		float: right;
		margin-right: 40px;
/*								outline: 1px solid red;	*/
	}
	
	#sobre_c {
		top: 140px;
		width: 570px;
	}
	
	#postula_c {
		top: 660px;
		width: 750px;
	}
	
		#postula_c .sending {
			width: 700px;
			height: 150px;
			margin: 0 auto;
			background: url('../media/loader.gif') center center no-repeat;
			display: none;
		}
		
		#postula_c .exito {
			padding-top: 2em;
			text-align: center;
			text-shadow: #000 0 0 5px;
		}
		
			#postula_c .exito h2 {
				font-size: 4em;
			}
			
			#postula_c .exito p {
				font-size: 2em;
			}
	
		#content fieldset {
			border: 0;
			margin: 0;
			padding: 0;
		}
		
			#content legend {
				display: none;
			}
		
			#content #postula_c .izq {
				width: 360px;
			}
			
			#content #postula_c .der {
				width: 360px;
			}
			
			
			#content label {
				display: block;
				width: 150px;
				float: left;
				font-style: italic;
				padding-top: 4px;
			}
			
			#content input,
			#content textarea {
				border: 1px solid #999;
				background: rgba(255,255,255,0.2);
				padding: 2px 4px;
				width: 190px;
				margin-bottom: 3px;
				font-size: 14px;
				color: #fff;
			}
			
				#content textarea {
					height: 50px;
				}
				
				
			#content button {
				padding: 4px 10px;
				background: #319DBE;
				border: 0;
				color: #fff;
				font-weight: bold;
				cursor: pointer;
				float: right;
				margin: 10px;
				font-size: 14px;
			}
	
	#quienes {
		width: 340px;
		height: 204px;
		position: absolute;
		top: 1050px;
		left: 35px;
		background: url('bitmaps/quienes.png') no-repeat;
		text-indent: -9999px;
		overflow: hidden;
	}
	
	#proyectos_c {
		top: 1080px;
		width: 520px;
	}
	
		#content .proyecto {
			display: block;
			width: 150px;
			height: 150px;
			border: 3px solid #0cf;
			float: left;
			margin-right: 15px;
		}
		
			#content .proyecto:hover {
				border: 3px solid #f60;
			}
			
			#content .proyecto img {
				border: 0;
			}
			
		#content .txt_proyecto {
			float: left;
			width: 330px;
		}
		
		#content h3 {
			border-bottom: 1px solid #fff;
			margin-bottom: 5px;
			text-shadow: #000 0 0 3px;
		}








/* =================== #footer =================== */
#footer {
	position: fixed;
	bottom: -150px;
	left: 1%;
	width: 95px;
	padding: 5px;
	height: 175px;
	background: url('bitmaps/footer_background.png') no-repeat;
	font-size: 10px;
}

	#footer p {
		margin-bottom: 1em;
	}
	
	#footer h4 {
		font-size: 1.2em;
		text-shadow: #000 0 0 3px;
	}
	
	#footer ul {
		margin: 1em 1.5em;
		list-style: circle;
	}
	
		#footer li {
			margin-bottom: 0.5em;
		}
	
	#footer a {
		color: #999;
		text-shadow: #000 0 0 0.3em;
		text-decoration: none;
		font-weight: bold;
	}
	
		#footer a:hover {
			color: #fff;
			text-decoration: underline;
		}



/* fucking IE6 hack for the position: fixed */
	* html #footer {
		position: absolute;
		top:expression(eval(document.compatMode &&
		document.compatMode=='CSS1Compat') ?
		documentElement.scrollTop
		+(documentElement.clientHeight-this.clientHeight+150) 
		: document.body.scrollTop
		+(document.body.clientHeight-this.clientHeight+150));
	}




/* -------- Form Validation Engine --------- */
.formError {
		position:absolute;
		top:300px; left:300px;
		width:150px;
		padding-bottom:15px;
		display:block;
		z-index:5000;
	}
		.formError .formErrorContent {
			width:100%; 
			background:#000;
			color:#fff;
			font-family:tahoma;
			font-size:10px;
			box-shadow: 1px 1px 6px #000;
			-moz-box-shadow: 1px 1px 6px #000;
			-webkit-box-shadow: 1px 1px 6px #000;
			padding:4px 10px 4px 10px;
			border-radius: 6px;
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
		}
		.formError .formErrorArrow{
			position:absolute;
			bottom:0;left:20px;
			width:15px; height:15px;
			
		}
			.formError .formErrorArrow div{
				box-shadow: 1px 4px 5px #000;
				-moz-box-shadow: 1px 4px 5px #000;
				-webkit-box-shadow: 1px 1px 5px #000;
				font-size:0px; 
				
			}
			.formError .formErrorArrow .line10{width:15px;height:1px; background:#000;margin:0 auto; font-size:0px; display:block;} 
			.formError .formErrorArrow .line9{width:13px;height:1px; background:#000;margin:0 auto;display:block;} 
			.formError .formErrorArrow .line8{width:11px;height:1px; background:#000;margin:0 auto;display:block;} 
			.formError .formErrorArrow .line7{width:9px;height:1px; background:#000;margin:0 auto;display:block;} 
			.formError .formErrorArrow .line6{width:7px;height:1px; background:#000;margin:0 auto;display:block;} 
			.formError .formErrorArrow .line5{width:5px;height:1px; background:#000;margin:0 auto;display:block;} 
			.formError .formErrorArrow .line4{width:3px;height:1px; background:#000;margin:0 auto;display:block;} 
			.formError .formErrorArrow .line3{width:1px;height:1px; background:#000;margin:0 auto;display:block;}



/* twinhelix */
* { behavior: url("style/iepngfix.htc") }