@import url(estilos.css);

body {
	margin: 0;
	padding: 0;
	background: url(/img/version_beta/fondo_body.jpg) left top repeat-x #000;
}

#caja {
	width: 780px;
	height: 470px;
	text-align: left;
	margin: 0;
	padding: 0;
	position: relative;
	color: #fff;
	background: url(/img/version_beta/ilustracion.jpg) left top no-repeat;
}

#texto {
	text-align: left;
	width: 270px;
	height: 450px;
	position: absolute;
	right: 0px;
	top: 0px;
	overflow-y: auto;
	line-height: 1.6em;
	padding-right: 10px;
}
.nav {
	margin: 20px 0;
	padding: 0;
	width: 200px;
	text-align: center;
	color: #666;
}

.nav a:link, a:visited {
	color: #660000;
	text-decoration: none;
}

.nav a:hover {
	background-color: #a07b16;
}

#titulo {
	position: relative;
	margin: 10px 0;
	padding: 0;
	font-size: 1.5em;
	width: 238px;
	height: 23px;
}

#titulo span {
	background: url(/img/version_beta/titulo.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

.inicial-b {
	display: block;
	float: left;
	padding: 0;
	background: left bottom no-repeat;
	margin: 0 4px 0 0;
}

.inicial-b span {
	display: none;
}

.inicial-b {
	width: 41px;
	height: 15px;
	background: url(/img/version_beta/inicial_b.gif);
}

.continuara, .separador {
	text-align: center;
	font-style: italic;
}

#creativecommons {
	width: 300px;
	margin: 10px 0 0 235px;
	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;
}