* {margin: 0; padding: 0;}

a:focus {outline: 0;}

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

.error {
color:#D30104 !important;
font-size:11px !important;
font-style:italic !important;
font-weight:normal !important;
padding-left:20px;
margin-top:-20px;
}

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

.entrarSite{
width:186px;
height:117px;
margin-top:25px;
float:left;
}
.entrarSite a{
background-image:url(images/entrarnosite.png);
background-position:no-repeat;
display:block;
width:186px;
height:117px;
}

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

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

	#header h1 {
		background: url('images/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('images/menu_sobre.png') no-repeat;
				width: 70px;
			}
			
			#header #postula {
				background: url('images/menu_postula.png') no-repeat;
				width: 97px;
			}
			
			#header #proyectos {
				background: url('images/menu_proyectos.png') no-repeat;
				width: 118px;
			}


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


	#content p {
		line-height: 150%;
		margin-bottom: 10px;
		font-size:18px;
	}
	
	#content a {
		color: #eee;
		text-decoration: none;
		cursor:pointer;
		font-size:10px;
		font-weight:bold;
	}
	
		#content a:hover {
			color: #35455F;
			text-decoration: underline;
			cursor:pointer;
		}
	
	#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;
		}
		
		#le{
		float:left;
		padding:10px;
		height:120px;
		width:155px;
		font-size:10px;
		}
		#le span{
		font-size:12px;
		font-weight:bold;
		}
		#le p{
		font-size:10px;
		font-weight:bold;
		}
		
		#ld{
		float:left;
		padding:10px;
		height:120px;
		width:153px;
		font-size:10px;
		}
		
		#ld span{
		font-size:12px;
		font-weight:bold;
		}
		#ld p{
		font-size:10px;
		font-weight:bold;
		}

	#sobre_c,
	#agenda,
	#proyectos_c {
		position: absolute;
		right: 0;
		float: right;
		margin-right: 40px;
/*								outline: 1px solid red;	*/
	}
	
	#sobre_c {
		top: 140px;
		width: 570px;
	}
	
	#agenda {
		top: 660px;
		width: 555px;
	}
	
	
		
		#agenda .exito {
			padding-top: 2em;
			text-align: center;
			text-shadow: #000 0 0 5px;
		}
		
			#agenda .exito h2 {
				font-size: 4em;
			}
			
			#agenda .exito p {
				font-size: 2em;
			}
	
		#content fieldset {
			border: 0;
			margin: 0;
			padding: 0;
		}
		
			#content legend {
				display: none;
			}
		
			#content #agenda .izq {
				width: 360px;
			}
			
			#content #agenda .der {
				width: 360px;
			}
			
			
			#content label {
				display: block;
				width: 150px;
				float: left;
				font-style: normal;
				padding-top: 0px;
			}
			
			#content input,
			#content textarea {
				border: none;
				background: rgba(255,255,255,0.2);
				padding: 2px 4px;
				width: 190px;
				margin-bottom: 3px;
				font-size: 14px;
				color: #7FB9FF;
			}
			
				#content textarea {
					height: 50px;
				}
				
				
			#content button {
				padding: 4px 10px;
				background: #0F3B7F;
				border: 0;
				color: #fff;
				font-weight: bold;
				cursor: pointer;
				float: right;
				margin: 10px;
				font-size: 14px;
				border:1px solid #fff;
			}
			
			#download {
			float:left;
			width:365px;
			text-align:right;
			}
			
			#download span{
			font-size:10px;
			color:#FF7200;
			font-weight:bold;
			}	

	
	#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: 200px;
	padding: 5px;
	height: 175px;
	background: url('images/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") }