body {
	margin: 0;
	padding: 0;
	background: #000;
	font-family: Georgia, Serif; 
}
#paisajesurbanos {
	position: absolute;
	margin: -220px 0 0 0;
	top: 50%;
	left: 175px;
	height: 420px;
	width: 10700px;
}
#info {
	height: 400px;
	width: 595px;
	float: left;
	margin-right: 25px;
	color: #fff;

}
#info h1 {
	display: block;
	width: 450px;
	height: 70px;
	background: url(../imagenes/paisajesurbanos.gif) no-repeat left top;
	text-indent: -900px;
}
#info h2 {
	font-size: 120%;
	margin-bottom: 30px;
}
#info p {
	font-size: 80%;
}
#inauguracion {
	margin-top: 30px;
	font-weight: bold;
}
#web {
	position: absolute;
	bottom: 0;
	left: 0;
}
#paisajesurbanos img {
	float: left;
	border: 10px solid #fff;
	margin-right: 25px;
}
a {
	color: #888;
	text-decoration: none;
}
a:hover {
	color: #000;
	background: #fff;
}
