	html, body {
		margin:0px;
		padding:0px;
		text-align:center;
		background:#13374f;
		font-family:tahoma;
		font-size:12px;
	}

	body {
		overflow:auto;
	}

	img {
		border:0px;
	}


	a {
		color:white;
		text-decoration:none;
		font-weight:bold;
		font-size:15px;
	}

	li a:hover {
		color:white;
		text-decoration:underline;
	}


	a:active {
		color:#7eb8e6;
		text-decoration:none;
	}

	div#Container {
		text-align:left;
		margin:auto;		
		width:1000px;
		height:850px;
		background-image:url('../imagenes/bg-intro.jpg');
		background-repeat:no-repeat;
		background-position:left top;
		padding-bottom:20px;
	}

		div#Col1 {
			background:;
			width:250px;
			height:;
			float:left;
		}

			ul#Proyectos {
				text-align:right;
				list-style:none;
				color:white;
				MARGIN-TOP:25PX;
			}

			ul#Proyectos li {
				list-style:none;
				padding-left:5px;
			}

			ul#Proyectos img {
				margin-top:15px;
			}

			ul#Proyectos .new {
			border:solid 1px white;
			}


		div#Col2 {
			background:;
			width:670px;
			float:left;
			height:500px;
			text-align:center;
			margin-left:50px;
		}




div#Footer {
	width:1000px;
	margin:auto;
	border-top:solid #094c8a 3px;
	color:#094c8a;
	padding-top:5px;
}
