@import url(estilos.css);

body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: url(/img/el_arte_de_la_guerra/fondo_body.jpg) left top repeat-x #000;
}

#caja {
	width: 800px;
	height: 600px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	color: #000;
	background: url(/img/el_arte_de_la_guerra/ilustracion.jpg) left top no-repeat;
}

#texto {
	width: 245px;
	height: 315px;
	position: absolute;
	left: 508px;
	top: 37px;
	overflow: auto;
}

.nav {
	position: absolute;
	left: 510px;
	top: 510px;
	margin: 0;
	padding: 0;
	width: 240px;
	text-align: center;
	color: #666;
}

.nav a:link, a:visited {
	color: #660000;
	text-decoration: none;
}

.nav a:hover {
	background-color: #a07b16;
}

#titulo {
	position: absolute;
	margin: 0 0 15px 25px;
	padding: 0;
	font-size: 1.5em;
	width: 280px;
	height: 96px;
	left: 470px;
	top: 396px;
}

#titulo span {
	background: url(/img/el_arte_de_la_guerra/titulo.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

.inicial-l, .inicial-m {
	display: block;
	float: left;
	padding: 0;
	background-repeat: no-repeat;
	margin-right: 4px;
}

.inicial-l span, .inicial-m span {
	display: none;
}

.inicial-l {
	width: 23px;
	height: 37px;
	background: url(/img/el_arte_de_la_guerra/inicial_l.gif);
}

.inicial-m {
	width: 34px;
	height: 40px;
	background: url(/img/el_arte_de_la_guerra/inicial_m.gif);
}

.continuara, .separador {
	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;
}