@import url(estilos.css);

body {
	text-align: left;
	margin: 0;
	padding: 0;
	background: url(/img/breadmaker_street/casa.gif) no-repeat fixed left bottom #314355;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#caja {
	min-height: 600px;
}

#texto {
	z-index: 100;
	text-align: left;
	width: 350px;
	height: 275px;
	padding: 10px;
	overflow: auto;
	position: absolute;
	left: 400px;
	top: 30px;
	color: #fff;
}

h1 {
	font-size: 1.2em;color: #314355;
}

.inicial {
	font-size: 1.6em;
	background-color: #000;
	color: #fff;
	float: left;
	margin: 0 3px 1px 0;
	padding: 2px;
}

/*
#titulo {
	z-index: 1;
	position: fixed;
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	width: 191px;
	height: 373px;
	left: 598px;
	bottom: 0px;
}

#titulo span {
	background: url(/img/breadmaker_street/titulo.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
*/
.nav {
	position: absolute;
	margin: 10px 20px;
}