@import url(estilos.css);

#body {
	text-align: center;
}

#caja {
	width: 800px;
	height: 600px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	color: #000;
}

#caja img {
	margin: 0;
	padding: 0;
}

#texto {
	width: 277px;
	height: 390px;
	position: absolute;
	left: 476px;
	top: 60px;
	overflow: auto;
}

.nav {
	position: absolute;
	left: 460px;
	top: 544px;
	margin: 0;
	padding: 0;
	width: 310px;
	text-align: center;
}

.nav a:link, a:visited {
	color: #000;
}

.nav a:hover {
	background-color: #78c25b;
}

#titulo {
	position: relative;
	margin: 0 0 15px 25px;
	padding: 0;
	font-size: 1.5em;
	width: 208px;
	height: 63px;
}

#titulo span {
	background: url(/img/lagarto_terrible/titulo.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

.inicial-l, .inicial-b, .inicial-h {
	display: block;
	float: left;
	padding: 0;
	background-repeat: no-repeat;
	margin-right: 4px;
}

.inicial-l span, .inicial-b span, .inicial-h span {
	display: none;
}

.inicial-l {
	width: 10px;
	height: 35px;
	background: url(/img/lagarto_terrible/inicial_l.gif);
}

.inicial-b {
	width: 11px;
	height: 34px;
	background: url(/img/lagarto_terrible/inicial_b.gif);
}

.inicial-h {
	width: 12px;
	height: 42px;
	background: url(/img/lagarto_terrible/inicial_h.gif);
}

.continuara {
	text-align: center;
	font-style: italic;
}

#creativecommons {
	width: 300px;
	margin: 20px auto 0 auto;
	font-size: 0.9em;
	color: #777;
	text-align: center;
}

#creativecommons img {
	padding: 0;
	border: 0;
}

#creativecommons a:link, #creativecommons a:visited, #creativecommons a:hover {
	background-color: transparent;
}