#contenedor {
	height: auto;
	float: left;
	width: 760px;
}
#contenedor #gsup {
	background-color: #17587f;
	float: left;
	height: 20px;
	width: 760px;
	background-repeat: no-repeat;
	background-position: right;
}
#contenedor #gizquierda {
	float: left;
	height: 300px;
	width: 350px;
	background-color: #0c6398;
	margin-top: 60px;
	margin-left: 35px;
}
#contenedor #gderecha {
	height: 450px;
	background-color: #3186b9;
	float: right;
	width: 350px;
}
#contenedor #pie {
	background-color: #17587f;
	height: 20px;
	width: 760px;
	float: left;
}
#contenedor #intro {
	float: left;
	height: auto;
	width: 750px;
	padding: 18px;
}

