* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 62.5%;
}

.clear { clear: both; }

#container {
	width: 920px;
	margin: 0 auto;
	font-size: 1.1em;
	color: #666;
}

	#header {
		height: 132px;
		background-image: url(../images/bg/logo.gif);
		background-repeat: no-repeat;
		background-position: top left;
	}
	
		#header h1 {
			float: left;
		}
	
			#header h1 a {
				text-indent: -9999px;
				display: block;
				width: 165px;
				height: 50px;
				top: 33px;
				position: relative;
			}
			
		#header .info {
			line-height: 16px;
			float: left;
			margin-top: 40px;
			margin-left: 20px;
		}
		
			#header .info p {
				border-bottom: 1px solid #ccc;
			}

			#header .info p span {
				color: #069;
			}
			
			#header .info p a {
				color: #666;
				text-decoration: none;
			}
			
	#content {
		clear: both;
	}
	
		.proyecto {
			width: 440px;
			float: left;
			margin-right: 40px;
			margin-bottom: 40px;
		}
		
		.proyecto.last {
			margin-right: 0;
		}
		
			.proyecto .image {
				width: 440px;
				overflow: hidden;
				padding-bottom: 23px;
				background-image: url(../images/bg/desc.gif);
				background-position: bottom;
				background-repeat: no-repeat;
			}
			
					.proyecto .image .images img {
						float: left;
					}
					
			.proyecto ul {
				display: block;
				float: right;
			}
			
				.proyecto ul li {
					display: inline;
					padding-left: 5px;
					cursor: pointer;
				}
				
				.proyecto ul li.active {
					color: #000;
				}
				
			.proyecto h2 {
				font-size: 1em;
				font-weight: bold;
				color: #069;
				display: block;
			}
			
			.proyecto p {
				display: block;
			}
			
	#footer {
		margin-top: 32px;
		background-image: url(../images/bg/footer.gif);
		background-position: right top;
		background-repeat: no-repeat;
		height: 66px;
		clear: both;
	}
	
		#footer a {
			padding-left: 11px;
			background-image: url(../images/bg/up.gif);
			background-repeat: no-repeat;
			background-position: left center;
			color: #666;
			text-decoration: none;
		}