/* -----  Estilo de fondo de pantalla y tamaño----- */
html {
        height:100%;
}
body {
	color: #CCC;
	background-color: #333;
	font-size:medium;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0 auto;
	width: 100%;
	height:100%;
}
a {
	color: #FFF;
	text-decoration:none;
}
a:hover {
	color: #C96;
	text-decoration:none;
}
h1 {
	font-size: xx-large;
	font-weight: bold;
	font-style: italic;
	margin:0;
}
* html h1{
	position:relative;
	float:left;
	margin:-40px 0 0 0;
}
h2 {
	font-size: xx-large;
	font-weight: bold;
	font-style: italic;
	margin:10px 0 0 10px;
}


h3{
	position:relative;
	display:block;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	width:98%;
	clear:both;
	padding:2px;
	margin: 0 0 30px 0;
	border-bottom:2px solid #ccc;
	color:#c96;
}
h4{
	font-size: large;
	font-weight: bold;
	display:block;
	clear:both;
}
.subtitulo{
	position: relative;
	clear:both;
	font-style: italic;
	font-variant:small-caps;
	float:left;
	left:15px;
	margin-top:0px;
}

/* ----------- Estilo para los links de retroceder página ------------------- */
.volver {
	position: relative;
	float: right;
	clear:both;
	padding:0;
	color: #AAA;
	margin:5px 5px 0 0;
	font-size: large;
	font-variant:small-caps;
}
.piedepagina {
	position: relative;
	clear:both;
	color: #AAA;
	font-size:x-small; 
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}

.pieoculto {
	position: relative;
	clear:both;
	color: #333;
	font-size:xx-small; 
	text-align: center;
	margin:0px;
	padding:0px;
}

.titulo{
	font-size:larger;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 -5px 0;
}

.texto_aventura {
	position: relative;
	clear:both;
	font-family: Gaze;
	font-size: large;
	text-align:justify;
	padding: 30px 20px 0 20px;
}

.creditos {
	font-size:75%;
	font-weight: normal;
	font-style: italic;
	font-variant: normal;
}

.retorno {	
	font-size:75%;
	text-align:right;
	width:100px;
	margin:-20px 0 0 auto;
}

/* -------------------------------------- Estilo para el indice ----------------------------------------------*/
.indice {
	position:relative;
	display:block;
	float:left;
	clear:both;
	border: 2px;
	border-style:solid;
	border-color:#C96 #333 #C96 #333;
	margin:20px 12% 20px 12%;
	width:75%;
	font-family: Gaze;
	font-variant:small-caps;
	text-align:center;
}
.item_indice {
	position:relative;
	float:left;
	clear:both;
	display:block;
}
	
/* ------------------------ Estilo para centrar todo en un cuadrado de 650px de ancho ----------------------- */
.center {
	margin-right:auto;
	margin-left:auto;
	width:650px;
}

/* -------------- FORMATOS ESPECIALES DE TEXTO --------------- */
/* Color amarillento para resaltar textos y/o palabras en los párrafos con fondo web hq */
.texto_resaltado {
	color: #80FF80;
}

/* Texto en cursiva y en color blanco para diferenciar párrafos que uno quiera */
.texto_diferenciado {
	color: #FFFFFF;
	font-style: italic;
}
/* Texto en blanco, para destacar nombres propios */
.nombredestacado {
	color: #FFFFFF;
}
